Html Css Color HEX #EC08AA Hollywood Cerise

📋 copy color: '#EC08AA'

red 236 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #EC08AA

Tints of Hollywood Cerise #EC08AA

RGB

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

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

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

R = 57%
G = 1.93%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC08AA (or 0xEC08AA) is known color: Hollywood Cerise. HEX triplet: EC, 08 and AA. RGB value is (236,8,170). Sum of RGB (Red+Green+Blue) = 236+8+170=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08AA is #13F755. Grayscale: #5E5E5E. Windows color (decimal): -1308502 or 11143404. OLE color: 11143404.

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

Color convert

RGB 236 8 170 -
CMYK 0 0.97 0.28 0.07
HSL 317.37º 0.93% 0.48% -
HSV(B) 317.37º 0.97% 0.93% -
XYZ 41.93 20.91 39.86 -
YUV 94.64 170.54 228.83 -
System Red Green Blue C M Y K H S L
Decimal 236 8 170 0 0.97 0.28 0.07 317.37 0.93 0.48
Hex EC 8 AA 0 61 1C 7 13D 5D 30
Octal 354 10 252 0 141 34 7 475 135 60
Binary 11101100 1000 10101010 0 1100001 11100 111 100111101 1011101 110000

Color Harmonies of #EC08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08AA

Black with #EC08AA

Text Example


Text Example

White with #EC08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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