Html Css Color HEX #EF0EA9 Hollywood Cerise

📋 copy color: '#EF0EA9'

red 239 ◦ green 14 ◦ blue 169

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

Shades of Hollywood Cerise #EF0EA9

Tints of Hollywood Cerise #EF0EA9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

 BLUE value IS 169 (66.41% from 255) = 40.05%

R = 56.64%
G = 3.32%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF0EA9 (or 0xEF0EA9) is known color: Hollywood Cerise. HEX triplet: EF, 0E and A9. RGB value is (239,14,169). Sum of RGB (Red+Green+Blue) = 239+14+169=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EA9 is #10F156. Grayscale: #626262. Windows color (decimal): -1110359 or 11079407. OLE color: 11079407.

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

Color convert

RGB 239 14 169 -
CMYK 0 0.94 0.29 0.06
HSL 318.67º 0.89% 0.5% -
HSV(B) 318.67º 0.94% 0.94% -
XYZ 42.92 21.53 39.43 -
YUV 98.95 167.54 227.9 -
System Red Green Blue C M Y K H S L
Decimal 239 14 169 0 0.94 0.29 0.06 318.67 0.89 0.5
Hex EF E A9 0 5E 1D 6 13F 59 32
Octal 357 16 251 0 136 35 6 477 131 62
Binary 11101111 1110 10101001 0 1011110 11101 110 100111111 1011001 110010

Color Harmonies of #EF0EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EA9

Black with #EF0EA9

Text Example


Text Example

White with #EF0EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EA9; }

 p { color: rgb(239,14,169); }

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

background-color css

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

 a { background-color: rgb(239,14,169); }

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

border-color css

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

 span { border-color: rgb(239,14,169); }

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