Html Css Color HEX #EF12A6 Hollywood Cerise

📋 copy color: '#EF12A6'

red 239 ◦ green 18 ◦ blue 166

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

Shades of Hollywood Cerise #EF12A6

Tints of Hollywood Cerise #EF12A6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.26%

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 56.5%
G = 4.26%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF12A6 (or 0xEF12A6) is known color: Hollywood Cerise. HEX triplet: EF, 12 and A6. RGB value is (239,18,166). Sum of RGB (Red+Green+Blue) = 239+18+166=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12A6 is #10ED59. Grayscale: #646464. Windows color (decimal): -1109338 or 10883823. OLE color: 10883823.

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

Color convert

RGB 239 18 166 -
CMYK 0 0.92 0.31 0.06
HSL 319.82º 0.87% 0.5% -
HSV(B) 319.82º 0.92% 0.94% -
XYZ 42.7 21.54 37.98 -
YUV 100.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 239 18 166 0 0.92 0.31 0.06 319.82 0.87 0.5
Hex EF 12 A6 0 5C 1F 6 140 57 32
Octal 357 22 246 0 134 37 6 500 127 62
Binary 11101111 10010 10100110 0 1011100 11111 110 101000000 1010111 110010

Color Harmonies of #EF12A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12A6

Black with #EF12A6

Text Example


Text Example

White with #EF12A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12A6; }

 p { color: rgb(239,18,166); }

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

background-color css

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

 a { background-color: rgb(239,18,166); }

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

border-color css

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

 span { border-color: rgb(239,18,166); }

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