Html Css Color HEX #EC119C Hollywood Cerise

📋 copy color: '#EC119C'

red 236 ◦ green 17 ◦ blue 156

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

Shades of Hollywood Cerise #EC119C

Tints of Hollywood Cerise #EC119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 57.7%
G = 4.16%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC119C (or 0xEC119C) is known color: Hollywood Cerise. HEX triplet: EC, 11 and 9C. RGB value is (236,17,156). Sum of RGB (Red+Green+Blue) = 236+17+156=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC119C is #13EE63. Grayscale: #616161. Windows color (decimal): -1306212 or 10228204. OLE color: 10228204.

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

Color convert

RGB 236 17 156 -
CMYK 0 0.93 0.34 0.07
HSL 321.92º 0.87% 0.5% -
HSV(B) 321.92º 0.93% 0.93% -
XYZ 40.79 20.63 33.29 -
YUV 98.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 236 17 156 0 0.93 0.34 0.07 321.92 0.87 0.5
Hex EC 11 9C 0 5D 22 7 142 57 32
Octal 354 21 234 0 135 42 7 502 127 62
Binary 11101100 10001 10011100 0 1011101 100010 111 101000010 1010111 110010

Color Harmonies of #EC119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC119C

Black with #EC119C

Text Example


Text Example

White with #EC119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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