Html Css Color HEX #EC11A5 Hollywood Cerise

📋 copy color: '#EC11A5'

red 236 ◦ green 17 ◦ blue 165

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

Shades of Hollywood Cerise #EC11A5

Tints of Hollywood Cerise #EC11A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 56.46%
G = 4.07%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC11A5 (or 0xEC11A5) is known color: Hollywood Cerise. HEX triplet: EC, 11 and A5. RGB value is (236,17,165). Sum of RGB (Red+Green+Blue) = 236+17+165=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A5 is #13EE5A. Grayscale: #626262. Windows color (decimal): -1306203 or 10818028. OLE color: 10818028.

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

Color convert

RGB 236 17 165 -
CMYK 0 0.93 0.30 0.07
HSL 319.45º 0.87% 0.5% -
HSV(B) 319.45º 0.93% 0.93% -
XYZ 41.58 20.95 37.45 -
YUV 99.35 165.05 225.47 -
System Red Green Blue C M Y K H S L
Decimal 236 17 165 0 0.93 0.30 0.07 319.45 0.87 0.5
Hex EC 11 A5 0 5D 1E 7 13F 57 32
Octal 354 21 245 0 135 36 7 477 127 62
Binary 11101100 10001 10100101 0 1011101 11110 111 100111111 1010111 110010

Color Harmonies of #EC11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11A5

Black with #EC11A5

Text Example


Text Example

White with #EC11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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