Html Css Color HEX #EC04AA Hollywood Cerise

📋 copy color: '#EC04AA'

red 236 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #EC04AA

Tints of Hollywood Cerise #EC04AA

RGB

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

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

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

R = 57.56%
G = 0.98%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC04AA (or 0xEC04AA) is known color: Hollywood Cerise. HEX triplet: EC, 04 and AA. RGB value is (236,4,170). Sum of RGB (Red+Green+Blue) = 236+4+170=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC04AA is #13FB55. Grayscale: #5B5B5B. Windows color (decimal): -1309526 or 11142380. OLE color: 11142380.

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

Color convert

RGB 236 4 170 -
CMYK 0 0.98 0.28 0.07
HSL 317.07º 0.97% 0.47% -
HSV(B) 317.07º 0.98% 0.93% -
XYZ 41.89 20.82 39.84 -
YUV 92.29 171.86 230.5 -
System Red Green Blue C M Y K H S L
Decimal 236 4 170 0 0.98 0.28 0.07 317.07 0.97 0.47
Hex EC 4 AA 0 62 1C 7 13D 61 2F
Octal 354 4 252 0 142 34 7 475 141 57
Binary 11101100 100 10101010 0 1100010 11100 111 100111101 1100001 101111

Color Harmonies of #EC04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04AA

Black with #EC04AA

Text Example


Text Example

White with #EC04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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