Html Css Color HEX #EC02AD Hollywood Cerise

📋 copy color: '#EC02AD'

red 236 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #EC02AD

Tints of Hollywood Cerise #EC02AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 57.42%
G = 0.49%
B = 42.09%

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

#EC02AD (or 0xEC02AD) is known color: Hollywood Cerise. HEX triplet: EC, 02 and AD. RGB value is (236,2,173). Sum of RGB (Red+Green+Blue) = 236+2+173=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02AD is #13FD52. Grayscale: #5B5B5B. Windows color (decimal): -1310035 or 11338476. OLE color: 11338476.

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

Color convert

RGB 236 2 173 -
CMYK 0 0.99 0.27 0.07
HSL 316.15º 0.98% 0.47% -
HSV(B) 316.15º 0.99% 0.93% -
XYZ 42.16 20.89 41.35 -
YUV 91.46 174.02 231.1 -
System Red Green Blue C M Y K H S L
Decimal 236 2 173 0 0.99 0.27 0.07 316.15 0.98 0.47
Hex EC 2 AD 0 63 1B 7 13C 62 2F
Octal 354 2 255 0 143 33 7 474 142 57
Binary 11101100 10 10101101 0 1100011 11011 111 100111100 1100010 101111

Color Harmonies of #EC02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02AD

Black with #EC02AD

Text Example


Text Example

White with #EC02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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