Html Css Color HEX #EC119A Hollywood Cerise

📋 copy color: '#EC119A'

red 236 ◦ green 17 ◦ blue 154

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

Shades of Hollywood Cerise #EC119A

Tints of Hollywood Cerise #EC119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 57.99%
G = 4.18%
B = 37.84%

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

#EC119A (or 0xEC119A) is known color: Hollywood Cerise. HEX triplet: EC, 11 and 9A. RGB value is (236,17,154). Sum of RGB (Red+Green+Blue) = 236+17+154=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC119A is #13EE65. Grayscale: #616161. Windows color (decimal): -1306214 or 10097132. OLE color: 10097132.

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

Color convert

RGB 236 17 154 -
CMYK 0 0.93 0.35 0.07
HSL 322.47º 0.87% 0.5% -
HSV(B) 322.47º 0.93% 0.93% -
XYZ 40.63 20.57 32.4 -
YUV 98.1 159.55 226.36 -
System Red Green Blue C M Y K H S L
Decimal 236 17 154 0 0.93 0.35 0.07 322.47 0.87 0.5
Hex EC 11 9A 0 5D 23 7 142 57 32
Octal 354 21 232 0 135 43 7 502 127 62
Binary 11101100 10001 10011010 0 1011101 100011 111 101000010 1010111 110010

Color Harmonies of #EC119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC119A

Black with #EC119A

Text Example


Text Example

White with #EC119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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