Html Css Color HEX #EC02AC Hollywood Cerise

📋 copy color: '#EC02AC'

red 236 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #EC02AC

Tints of Hollywood Cerise #EC02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 57.56%
G = 0.49%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC02AC (or 0xEC02AC) is known color: Hollywood Cerise. HEX triplet: EC, 02 and AC. RGB value is (236,2,172). Sum of RGB (Red+Green+Blue) = 236+2+172=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02AC is #13FD53. Grayscale: #5A5A5A. Windows color (decimal): -1310036 or 11272940. OLE color: 11272940.

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

Color convert

RGB 236 2 172 -
CMYK 0 0.99 0.27 0.07
HSL 316.41º 0.98% 0.47% -
HSV(B) 316.41º 0.99% 0.93% -
XYZ 42.06 20.85 40.84 -
YUV 91.35 173.52 231.18 -
System Red Green Blue C M Y K H S L
Decimal 236 2 172 0 0.99 0.27 0.07 316.41 0.98 0.47
Hex EC 2 AC 0 63 1B 7 13C 62 2F
Octal 354 2 254 0 143 33 7 474 142 57
Binary 11101100 10 10101100 0 1100011 11011 111 100111100 1100010 101111

Color Harmonies of #EC02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02AC

Black with #EC02AC

Text Example


Text Example

White with #EC02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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