Html Css Color HEX #EC0099 Hollywood Cerise

📋 copy color: '#EC0099'

red 236 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #EC0099

Tints of Hollywood Cerise #EC0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 60.67%
G = 0%
B = 39.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC0099 (or 0xEC0099) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 99. RGB value is (236,0,153). Sum of RGB (Red+Green+Blue) = 236+0+153=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0099 is #13FF66. Grayscale: #575757. Windows color (decimal): -1310567 or 10027244. OLE color: 10027244.

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

Color convert

RGB 236 0 153 -
CMYK 0 1 0.35 0.07
HSL 321.1º 1% 0.46% -
HSV(B) 321.1º 1% 0.93% -
XYZ 40.34 20.13 31.9 -
YUV 88.01 164.69 233.56 -
System Red Green Blue C M Y K H S L
Decimal 236 0 153 0 1 0.35 0.07 321.1 1 0.46
Hex EC 0 99 0 64 23 7 141 64 2E
Octal 354 0 231 0 144 43 7 501 144 56
Binary 11101100 0 10011001 0 1100100 100011 111 101000001 1100100 101110

Color Harmonies of #EC0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0099

Black with #EC0099

Text Example


Text Example

White with #EC0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0099; }

 p { color: rgb(236,0,153); }

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

background-color css

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

 a { background-color: rgb(236,0,153); }

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

border-color css

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

 span { border-color: rgb(236,0,153); }

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