Html Css Color HEX #EC10AA Hollywood Cerise

📋 copy color: '#EC10AA'

red 236 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #EC10AA

Tints of Hollywood Cerise #EC10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 55.92%
G = 3.79%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC10AA (or 0xEC10AA) is known color: Hollywood Cerise. HEX triplet: EC, 10 and AA. RGB value is (236,16,170). Sum of RGB (Red+Green+Blue) = 236+16+170=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10AA is #13EF55. Grayscale: #626262. Windows color (decimal): -1306454 or 11145452. OLE color: 11145452.

HSL color Cylindrical-coordinate representation of color #EC10AA: hue angle of 318º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10AA is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 170 -
CMYK 0 0.93 0.28 0.07
HSL 318º 0.87% 0.49% -
HSV(B) 318º 0.93% 0.93% -
XYZ 42.03 21.11 39.89 -
YUV 99.34 167.89 225.48 -
System Red Green Blue C M Y K H S L
Decimal 236 16 170 0 0.93 0.28 0.07 318 0.87 0.49
Hex EC 10 AA 0 5D 1C 7 13E 57 31
Octal 354 20 252 0 135 34 7 476 127 61
Binary 11101100 10000 10101010 0 1011101 11100 111 100111110 1010111 110001

Color Harmonies of #EC10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10AA

Black with #EC10AA

Text Example


Text Example

White with #EC10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10AA; }

 p { color: rgb(236,16,170); }

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

background-color css

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

 a { background-color: rgb(236,16,170); }

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

border-color css

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

 span { border-color: rgb(236,16,170); }

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