Html Css Color HEX #EC04AC Hollywood Cerise

📋 copy color: '#EC04AC'

red 236 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #EC04AC

Tints of Hollywood Cerise #EC04AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 57.28%
G = 0.97%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC04AC (or 0xEC04AC) is known color: Hollywood Cerise. HEX triplet: EC, 04 and AC. RGB value is (236,4,172). Sum of RGB (Red+Green+Blue) = 236+4+172=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC04AC is #13FB53. Grayscale: #5C5C5C. Windows color (decimal): -1309524 or 11273452. OLE color: 11273452.

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

Color convert

RGB 236 4 172 -
CMYK 0 0.98 0.27 0.07
HSL 316.55º 0.97% 0.47% -
HSV(B) 316.55º 0.98% 0.93% -
XYZ 42.08 20.9 40.85 -
YUV 92.52 172.86 230.34 -
System Red Green Blue C M Y K H S L
Decimal 236 4 172 0 0.98 0.27 0.07 316.55 0.97 0.47
Hex EC 4 AC 0 62 1B 7 13D 61 2F
Octal 354 4 254 0 142 33 7 475 141 57
Binary 11101100 100 10101100 0 1100010 11011 111 100111101 1100001 101111

Color Harmonies of #EC04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04AC

Black with #EC04AC

Text Example


Text Example

White with #EC04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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