Html Css Color HEX #EC01AE Hollywood Cerise

📋 copy color: '#EC01AE'

red 236 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #EC01AE

Tints of Hollywood Cerise #EC01AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 57.42%
G = 0.24%
B = 42.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC01AE (or 0xEC01AE) is known color: Hollywood Cerise. HEX triplet: EC, 01 and AE. RGB value is (236,1,174). Sum of RGB (Red+Green+Blue) = 236+1+174=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01AE is #13FE51. Grayscale: #5A5A5A. Windows color (decimal): -1310290 or 11403756. OLE color: 11403756.

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

Color convert

RGB 236 1 174 -
CMYK 0 1.00 0.26 0.07
HSL 315.83º 0.99% 0.46% -
HSV(B) 315.83º 1% 0.93% -
XYZ 42.24 20.91 41.85 -
YUV 90.99 174.86 231.43 -
System Red Green Blue C M Y K H S L
Decimal 236 1 174 0 1.00 0.26 0.07 315.83 0.99 0.46
Hex EC 1 AE 0 64 1A 7 13C 63 2E
Octal 354 1 256 0 144 32 7 474 143 56
Binary 11101100 1 10101110 0 1100100 11010 111 100111100 1100011 101110

Color Harmonies of #EC01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01AE

Black with #EC01AE

Text Example


Text Example

White with #EC01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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