Html Css Color HEX #EF135C Razzmatazz

📋 copy color: '#EF135C'

red 239 ◦ green 19 ◦ blue 92

#EF135C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #EF135C

Tints of Razzmatazz #EF135C

RGB

 RED value IS 239 (93.75% from 255) = 68.29%

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 68.29%
G = 5.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF135C (or 0xEF135C) is known color: Razzmatazz. HEX triplet: EF, 13 and 5C. RGB value is (239,19,92). Sum of RGB (Red+Green+Blue) = 239+19+92=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF135C is #10ECA3. Grayscale: #5D5D5D. Windows color (decimal): -1109156 or 6034415. OLE color: 6034415.

HSL color Cylindrical-coordinate representation of color #EF135C: hue angle of 340.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF135C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 92 -
CMYK 0 0.92 0.62 0.06
HSL 340.09º 0.87% 0.51% -
HSV(B) 340.09º 0.92% 0.94% -
XYZ 37.76 19.59 11.92 -
YUV 93.1 127.39 232.06 -
System Red Green Blue C M Y K H S L
Decimal 239 19 92 0 0.92 0.62 0.06 340.09 0.87 0.51
Hex EF 13 5C 0 5C 3E 6 154 57 33
Octal 357 23 134 0 134 76 6 524 127 63
Binary 11101111 10011 1011100 0 1011100 111110 110 101010100 1010111 110011

Color Harmonies of #EF135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF135C

Black with #EF135C

Text Example


Text Example

White with #EF135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF135C; }

 p { color: rgb(239,19,92); }

 H1.HeaderClassName
 {
   color: #EF135C;
 }
 .AnyTagClassName
 {
   color: #EF135C;
 }
</style>

background-color css

<style>
 a { background-color: #EF135C; }

 a { background-color: rgb(239,19,92); }

 div.DivClassName
 {
   background-color: #EF135C;
 }
 .BgClassName
 {
   background-color: #EF135C;
 }
</style>

border-color css

<style>
 span { border-color: #EF135C; }

 span { border-color: rgb(239,19,92); }

 td.TdClassName
 {
   border-color: #EF135C;
 }
 .TagClassName
 {
   border-color: #EF135C;
 }
</style>