Html Css Color HEX #EC02AB Hollywood Cerise

📋 copy color: '#EC02AB'

red 236 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #EC02AB

Tints of Hollywood Cerise #EC02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 57.7%
G = 0.49%
B = 41.81%

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

#EC02AB (or 0xEC02AB) is known color: Hollywood Cerise. HEX triplet: EC, 02 and AB. RGB value is (236,2,171). Sum of RGB (Red+Green+Blue) = 236+2+171=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02AB is #13FD54. Grayscale: #5A5A5A. Windows color (decimal): -1310037 or 11207404. OLE color: 11207404.

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

Color convert

RGB 236 2 171 -
CMYK 0 0.99 0.28 0.07
HSL 316.67º 0.98% 0.47% -
HSV(B) 316.67º 0.99% 0.93% -
XYZ 41.96 20.82 40.33 -
YUV 91.23 173.02 231.26 -
System Red Green Blue C M Y K H S L
Decimal 236 2 171 0 0.99 0.28 0.07 316.67 0.98 0.47
Hex EC 2 AB 0 63 1C 7 13D 62 2F
Octal 354 2 253 0 143 34 7 475 142 57
Binary 11101100 10 10101011 0 1100011 11100 111 100111101 1100010 101111

Color Harmonies of #EC02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02AB

Black with #EC02AB

Text Example


Text Example

White with #EC02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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