Html Css Color HEX #EC1199 Hollywood Cerise

📋 copy color: '#EC1199'

red 236 ◦ green 17 ◦ blue 153

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

Shades of Hollywood Cerise #EC1199

Tints of Hollywood Cerise #EC1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.19%

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

R = 58.13%
G = 4.19%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC1199 (or 0xEC1199) is known color: Hollywood Cerise. HEX triplet: EC, 11 and 99. RGB value is (236,17,153). Sum of RGB (Red+Green+Blue) = 236+17+153=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1199 is #13EE66. Grayscale: #616161. Windows color (decimal): -1306215 or 10031596. OLE color: 10031596.

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

Color convert

RGB 236 17 153 -
CMYK 0 0.93 0.35 0.07
HSL 322.74º 0.87% 0.5% -
HSV(B) 322.74º 0.93% 0.93% -
XYZ 40.54 20.53 31.96 -
YUV 97.99 159.05 226.44 -
System Red Green Blue C M Y K H S L
Decimal 236 17 153 0 0.93 0.35 0.07 322.74 0.87 0.5
Hex EC 11 99 0 5D 23 7 143 57 32
Octal 354 21 231 0 135 43 7 503 127 62
Binary 11101100 10001 10011001 0 1011101 100011 111 101000011 1010111 110010

Color Harmonies of #EC1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1199

Black with #EC1199

Text Example


Text Example

White with #EC1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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