Html Css Color HEX #EF04AA Hollywood Cerise

📋 copy color: '#EF04AA'

red 239 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #EF04AA

Tints of Hollywood Cerise #EF04AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 57.87%
G = 0.97%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF04AA (or 0xEF04AA) is known color: Hollywood Cerise. HEX triplet: EF, 04 and AA. RGB value is (239,4,170). Sum of RGB (Red+Green+Blue) = 239+4+170=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF04AA is #10FB55. Grayscale: #5C5C5C. Windows color (decimal): -1112918 or 11142383. OLE color: 11142383.

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

Color convert

RGB 239 4 170 -
CMYK 0 0.98 0.29 0.06
HSL 317.62º 0.97% 0.48% -
HSV(B) 317.62º 0.98% 0.94% -
XYZ 42.9 21.34 39.89 -
YUV 93.19 171.36 232 -
System Red Green Blue C M Y K H S L
Decimal 239 4 170 0 0.98 0.29 0.06 317.62 0.97 0.48
Hex EF 4 AA 0 62 1D 6 13E 61 30
Octal 357 4 252 0 142 35 6 476 141 60
Binary 11101111 100 10101010 0 1100010 11101 110 100111110 1100001 110000

Color Harmonies of #EF04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04AA

Black with #EF04AA

Text Example


Text Example

White with #EF04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04AA; }

 p { color: rgb(239,4,170); }

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

background-color css

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

 a { background-color: rgb(239,4,170); }

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

border-color css

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

 span { border-color: rgb(239,4,170); }

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