Html Css Color HEX #EC04A8 Hollywood Cerise

📋 copy color: '#EC04A8'

red 236 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #EC04A8

Tints of Hollywood Cerise #EC04A8

RGB

 RED value IS 236 (92.58% from 255) = 57.84%

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 57.84%
G = 0.98%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC04A8 (or 0xEC04A8) is known color: Hollywood Cerise. HEX triplet: EC, 04 and A8. RGB value is (236,4,168). Sum of RGB (Red+Green+Blue) = 236+4+168=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC04A8 is #13FB57. Grayscale: #5B5B5B. Windows color (decimal): -1309528 or 11011308. OLE color: 11011308.

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

Color convert

RGB 236 4 168 -
CMYK 0 0.98 0.29 0.07
HSL 317.59º 0.97% 0.47% -
HSV(B) 317.59º 0.98% 0.93% -
XYZ 41.7 20.75 38.85 -
YUV 92.06 170.86 230.66 -
System Red Green Blue C M Y K H S L
Decimal 236 4 168 0 0.98 0.29 0.07 317.59 0.97 0.47
Hex EC 4 A8 0 62 1D 7 13E 61 2F
Octal 354 4 250 0 142 35 7 476 141 57
Binary 11101100 100 10101000 0 1100010 11101 111 100111110 1100001 101111

Color Harmonies of #EC04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04A8

Black with #EC04A8

Text Example


Text Example

White with #EC04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04A8; }

 p { color: rgb(236,4,168); }

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

background-color css

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

 a { background-color: rgb(236,4,168); }

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

border-color css

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

 span { border-color: rgb(236,4,168); }

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