Html Css Color HEX #EC119B Hollywood Cerise

📋 copy color: '#EC119B'

red 236 ◦ green 17 ◦ blue 155

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

Shades of Hollywood Cerise #EC119B

Tints of Hollywood Cerise #EC119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 57.84%
G = 4.17%
B = 37.99%

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

#EC119B (or 0xEC119B) is known color: Hollywood Cerise. HEX triplet: EC, 11 and 9B. RGB value is (236,17,155). Sum of RGB (Red+Green+Blue) = 236+17+155=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC119B is #13EE64. Grayscale: #616161. Windows color (decimal): -1306213 or 10162668. OLE color: 10162668.

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

Color convert

RGB 236 17 155 -
CMYK 0 0.93 0.34 0.07
HSL 322.19º 0.87% 0.5% -
HSV(B) 322.19º 0.93% 0.93% -
XYZ 40.71 20.6 32.84 -
YUV 98.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 236 17 155 0 0.93 0.34 0.07 322.19 0.87 0.5
Hex EC 11 9B 0 5D 22 7 142 57 32
Octal 354 21 233 0 135 42 7 502 127 62
Binary 11101100 10001 10011011 0 1011101 100010 111 101000010 1010111 110010

Color Harmonies of #EC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC119B

Black with #EC119B

Text Example


Text Example

White with #EC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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