Html Css Color HEX #EF0FA9 Hollywood Cerise

📋 copy color: '#EF0FA9'

red 239 ◦ green 15 ◦ blue 169

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

Shades of Hollywood Cerise #EF0FA9

Tints of Hollywood Cerise #EF0FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 56.5%
G = 3.55%
B = 39.95%

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

#EF0FA9 (or 0xEF0FA9) is known color: Hollywood Cerise. HEX triplet: EF, 0F and A9. RGB value is (239,15,169). Sum of RGB (Red+Green+Blue) = 239+15+169=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA9 is #10F056. Grayscale: #636363. Windows color (decimal): -1110103 or 11079663. OLE color: 11079663.

HSL color Cylindrical-coordinate representation of color #EF0FA9: hue angle of 318.75º degrees, saturation: 0.88, 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 #EF0FA9 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 15 169 -
CMYK 0 0.94 0.29 0.06
HSL 318.75º 0.88% 0.5% -
HSV(B) 318.75º 0.94% 0.94% -
XYZ 42.93 21.56 39.43 -
YUV 99.53 167.21 227.48 -
System Red Green Blue C M Y K H S L
Decimal 239 15 169 0 0.94 0.29 0.06 318.75 0.88 0.5
Hex EF F A9 0 5E 1D 6 13F 58 32
Octal 357 17 251 0 136 35 6 477 130 62
Binary 11101111 1111 10101001 0 1011110 11101 110 100111111 1011000 110010

Color Harmonies of #EF0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FA9

Black with #EF0FA9

Text Example


Text Example

White with #EF0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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