Html Css Color HEX #EC02AA Hollywood Cerise

📋 copy color: '#EC02AA'

red 236 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #EC02AA

Tints of Hollywood Cerise #EC02AA

RGB

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

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

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

R = 57.84%
G = 0.49%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC02AA (or 0xEC02AA) is known color: Hollywood Cerise. HEX triplet: EC, 02 and AA. RGB value is (236,2,170). Sum of RGB (Red+Green+Blue) = 236+2+170=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02AA is #13FD55. Grayscale: #5A5A5A. Windows color (decimal): -1310038 or 11141868. OLE color: 11141868.

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

Color convert

RGB 236 2 170 -
CMYK 0 0.99 0.28 0.07
HSL 316.92º 0.98% 0.47% -
HSV(B) 316.92º 0.99% 0.93% -
XYZ 41.87 20.78 39.83 -
YUV 91.12 172.52 231.34 -
System Red Green Blue C M Y K H S L
Decimal 236 2 170 0 0.99 0.28 0.07 316.92 0.98 0.47
Hex EC 2 AA 0 63 1C 7 13D 62 2F
Octal 354 2 252 0 143 34 7 475 142 57
Binary 11101100 10 10101010 0 1100011 11100 111 100111101 1100010 101111

Color Harmonies of #EC02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02AA

Black with #EC02AA

Text Example


Text Example

White with #EC02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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