#E001AD

Color #E001AD Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E001AD

Tints of Hollywood Cerise #E001AD

Color information

#E001AD (or 0xE001AD) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 01 and AD. RGB value is (224,1,173). Sum of RGB (Red+Green+Blue) = 224+1+173=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E001AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001AD is #1FFE52. Grayscale: #565656. Windows color (decimal): -2096723 or 11338208. OLE color: 11338208.

HSL color Cylindrical-coordinate representation of color #E001AD: hue angle of 313.72º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001AD is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB2241173-
CMYK01.000.230.12
HSL313.72º99.11%44.12%-
HSV(B)313.72º99.55%87.84%-
XYZ38.2918.8941.16-
YUV87.28176.38225.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.28%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=56.28%
G=0.25%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224117301.000.230.12313.7299.1144.12
HexE01AD06417C13a632c
Octal34012550144271447214354
Binary11100000110101101011001001011111001001110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E001AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E001AD; }

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

 H1.HeaderClassName
 {
   color: #E001AD;
 }
 .AnyTagClassName
 {
   color: #E001AD;
 }
</style>
background-color css

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

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

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

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

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

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