Html Css Color HEX #EC01AA Hollywood Cerise

📋 copy color: '#EC01AA'

red 236 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #EC01AA

Tints of Hollywood Cerise #EC01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 57.99%
G = 0.25%
B = 41.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC01AA (or 0xEC01AA) is known color: Hollywood Cerise. HEX triplet: EC, 01 and AA. RGB value is (236,1,170). Sum of RGB (Red+Green+Blue) = 236+1+170=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01AA is #13FE55. Grayscale: #5A5A5A. Windows color (decimal): -1310294 or 11141612. OLE color: 11141612.

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

Color convert

RGB 236 1 170 -
CMYK 0 1.00 0.28 0.07
HSL 316.85º 0.99% 0.46% -
HSV(B) 316.85º 1% 0.93% -
XYZ 41.86 20.76 39.83 -
YUV 90.53 172.86 231.76 -
System Red Green Blue C M Y K H S L
Decimal 236 1 170 0 1.00 0.28 0.07 316.85 0.99 0.46
Hex EC 1 AA 0 64 1C 7 13D 63 2E
Octal 354 1 252 0 144 34 7 475 143 56
Binary 11101100 1 10101010 0 1100100 11100 111 100111101 1100011 101110

Color Harmonies of #EC01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01AA

Black with #EC01AA

Text Example


Text Example

White with #EC01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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