Html Css Color HEX #EC11A3 Hollywood Cerise

📋 copy color: '#EC11A3'

red 236 ◦ green 17 ◦ blue 163

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

Shades of Hollywood Cerise #EC11A3

Tints of Hollywood Cerise #EC11A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 56.73%
G = 4.09%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC11A3 (or 0xEC11A3) is known color: Hollywood Cerise. HEX triplet: EC, 11 and A3. RGB value is (236,17,163). Sum of RGB (Red+Green+Blue) = 236+17+163=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A3 is #13EE5C. Grayscale: #626262. Windows color (decimal): -1306205 or 10686956. OLE color: 10686956.

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

Color convert

RGB 236 17 163 -
CMYK 0 0.93 0.31 0.07
HSL 320º 0.87% 0.5% -
HSV(B) 320º 0.93% 0.93% -
XYZ 41.4 20.88 36.5 -
YUV 99.13 164.05 225.63 -
System Red Green Blue C M Y K H S L
Decimal 236 17 163 0 0.93 0.31 0.07 320 0.87 0.5
Hex EC 11 A3 0 5D 1F 7 140 57 32
Octal 354 21 243 0 135 37 7 500 127 62
Binary 11101100 10001 10100011 0 1011101 11111 111 101000000 1010111 110010

Color Harmonies of #EC11A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11A3

Black with #EC11A3

Text Example


Text Example

White with #EC11A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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