Html Css Color HEX #EC11AD Hollywood Cerise

📋 copy color: '#EC11AD'

red 236 ◦ green 17 ◦ blue 173

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

Shades of Hollywood Cerise #EC11AD

Tints of Hollywood Cerise #EC11AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 55.4%
G = 3.99%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC11AD (or 0xEC11AD) is known color: Hollywood Cerise. HEX triplet: EC, 11 and AD. RGB value is (236,17,173). Sum of RGB (Red+Green+Blue) = 236+17+173=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11AD is #13EE52. Grayscale: #636363. Windows color (decimal): -1306195 or 11342316. OLE color: 11342316.

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

Color convert

RGB 236 17 173 -
CMYK 0 0.93 0.27 0.07
HSL 317.26º 0.87% 0.5% -
HSV(B) 317.26º 0.93% 0.93% -
XYZ 42.34 21.25 41.41 -
YUV 100.27 169.05 224.82 -
System Red Green Blue C M Y K H S L
Decimal 236 17 173 0 0.93 0.27 0.07 317.26 0.87 0.5
Hex EC 11 AD 0 5D 1B 7 13D 57 32
Octal 354 21 255 0 135 33 7 475 127 62
Binary 11101100 10001 10101101 0 1011101 11011 111 100111101 1010111 110010

Color Harmonies of #EC11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11AD

Black with #EC11AD

Text Example


Text Example

White with #EC11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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