Html Css Color HEX #EF04A6 Hollywood Cerise

📋 copy color: '#EF04A6'

red 239 ◦ green 4 ◦ blue 166

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

Shades of Hollywood Cerise #EF04A6

Tints of Hollywood Cerise #EF04A6

RGB

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

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

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

R = 58.44%
G = 0.98%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF04A6 (or 0xEF04A6) is known color: Hollywood Cerise. HEX triplet: EF, 04 and A6. RGB value is (239,4,166). Sum of RGB (Red+Green+Blue) = 239+4+166=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF04A6 is #10FB59. Grayscale: #5C5C5C. Windows color (decimal): -1112922 or 10880239. OLE color: 10880239.

HSL color Cylindrical-coordinate representation of color #EF04A6: hue angle of 318.64º 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 #EF04A6 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 166 -
CMYK 0 0.98 0.31 0.06
HSL 318.64º 0.97% 0.48% -
HSV(B) 318.64º 0.98% 0.94% -
XYZ 42.52 21.19 37.93 -
YUV 92.73 169.36 232.33 -
System Red Green Blue C M Y K H S L
Decimal 239 4 166 0 0.98 0.31 0.06 318.64 0.97 0.48
Hex EF 4 A6 0 62 1F 6 13F 61 30
Octal 357 4 246 0 142 37 6 477 141 60
Binary 11101111 100 10100110 0 1100010 11111 110 100111111 1100001 110000

Color Harmonies of #EF04A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04A6

Black with #EF04A6

Text Example


Text Example

White with #EF04A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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