Html Css Color HEX #EC08AD Hollywood Cerise

📋 copy color: '#EC08AD'

red 236 ◦ green 8 ◦ blue 173

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

Shades of Hollywood Cerise #EC08AD

Tints of Hollywood Cerise #EC08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.92%

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

R = 56.59%
G = 1.92%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC08AD (or 0xEC08AD) is known color: Hollywood Cerise. HEX triplet: EC, 08 and AD. RGB value is (236,8,173). Sum of RGB (Red+Green+Blue) = 236+8+173=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08AD is #13F752. Grayscale: #5E5E5E. Windows color (decimal): -1308499 or 11340012. OLE color: 11340012.

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

Color convert

RGB 236 8 173 -
CMYK 0 0.97 0.27 0.07
HSL 316.58º 0.93% 0.48% -
HSV(B) 316.58º 0.97% 0.93% -
XYZ 42.22 21.02 41.37 -
YUV 94.98 172.04 228.58 -
System Red Green Blue C M Y K H S L
Decimal 236 8 173 0 0.97 0.27 0.07 316.58 0.93 0.48
Hex EC 8 AD 0 61 1B 7 13D 5D 30
Octal 354 10 255 0 141 33 7 475 135 60
Binary 11101100 1000 10101101 0 1100001 11011 111 100111101 1011101 110000

Color Harmonies of #EC08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08AD

Black with #EC08AD

Text Example


Text Example

White with #EC08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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