Html Css Color HEX #EC01A2 Hollywood Cerise

📋 copy color: '#EC01A2'

red 236 ◦ green 1 ◦ blue 162

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

Shades of Hollywood Cerise #EC01A2

Tints of Hollywood Cerise #EC01A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 59.15%
G = 0.25%
B = 40.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC01A2 (or 0xEC01A2) is known color: Hollywood Cerise. HEX triplet: EC, 01 and A2. RGB value is (236,1,162). Sum of RGB (Red+Green+Blue) = 236+1+162=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01A2 is #13FE5D. Grayscale: #595959. Windows color (decimal): -1310302 or 10617324. OLE color: 10617324.

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

Color convert

RGB 236 1 162 -
CMYK 0 1.00 0.31 0.07
HSL 318.89º 0.99% 0.46% -
HSV(B) 318.89º 1% 0.93% -
XYZ 41.12 20.46 35.96 -
YUV 89.62 168.86 232.41 -
System Red Green Blue C M Y K H S L
Decimal 236 1 162 0 1.00 0.31 0.07 318.89 0.99 0.46
Hex EC 1 A2 0 64 1F 7 13F 63 2E
Octal 354 1 242 0 144 37 7 477 143 56
Binary 11101100 1 10100010 0 1100100 11111 111 100111111 1100011 101110

Color Harmonies of #EC01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01A2

Black with #EC01A2

Text Example


Text Example

White with #EC01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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