Html Css Color HEX #ED01AD Hollywood Cerise

📋 copy color: '#ED01AD'

red 237 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #ED01AD

Tints of Hollywood Cerise #ED01AD

RGB

 RED value IS 237 (92.97% from 255) = 57.66%

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

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

R = 57.66%
G = 0.24%
B = 42.09%

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

#ED01AD (or 0xED01AD) is known color: Hollywood Cerise. HEX triplet: ED, 01 and AD. RGB value is (237,1,173). Sum of RGB (Red+Green+Blue) = 237+1+173=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED01AD is #12FE52. Grayscale: #5A5A5A. Windows color (decimal): -1244755 or 11338221. OLE color: 11338221.

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

Color convert

RGB 237 1 173 -
CMYK 0 1.00 0.27 0.07
HSL 316.27º 0.99% 0.47% -
HSV(B) 316.27º 1% 0.93% -
XYZ 42.48 21.04 41.36 -
YUV 91.17 174.19 232.01 -
System Red Green Blue C M Y K H S L
Decimal 237 1 173 0 1.00 0.27 0.07 316.27 0.99 0.47
Hex ED 1 AD 0 64 1B 7 13C 63 2F
Octal 355 1 255 0 144 33 7 474 143 57
Binary 11101101 1 10101101 0 1100100 11011 111 100111100 1100011 101111

Color Harmonies of #ED01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01AD

Black with #ED01AD

Text Example


Text Example

White with #ED01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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