Html Css Color HEX #EC01AD Hollywood Cerise

📋 copy color: '#EC01AD'

red 236 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #EC01AD

Tints of Hollywood Cerise #EC01AD

RGB

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

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

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

R = 57.56%
G = 0.24%
B = 42.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC01AD (or 0xEC01AD) is known color: Hollywood Cerise. HEX triplet: EC, 01 and AD. RGB value is (236,1,173). Sum of RGB (Red+Green+Blue) = 236+1+173=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01AD is #13FE52. Grayscale: #5A5A5A. Windows color (decimal): -1310291 or 11338220. OLE color: 11338220.

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

Color convert

RGB 236 1 173 -
CMYK 0 1.00 0.27 0.07
HSL 316.09º 0.99% 0.46% -
HSV(B) 316.09º 1% 0.93% -
XYZ 42.15 20.87 41.34 -
YUV 90.87 174.36 231.51 -
System Red Green Blue C M Y K H S L
Decimal 236 1 173 0 1.00 0.27 0.07 316.09 0.99 0.46
Hex EC 1 AD 0 64 1B 7 13C 63 2E
Octal 354 1 255 0 144 33 7 474 143 56
Binary 11101100 1 10101101 0 1100100 11011 111 100111100 1100011 101110

Color Harmonies of #EC01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01AD

Black with #EC01AD

Text Example


Text Example

White with #EC01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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