Shades of Hollywood Cerise #E003AD
Tints of Hollywood Cerise #E003AD
RGB
CMYK
RGB Variations
Color information
#E003AD (or 0xE003AD) is known color: Hollywood Cerise. HEX triplet: E0, 03 and AD. RGB value is (224,3,173). Sum of RGB (Red+Green+Blue) = 224+3+173=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E003AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E003AD is #1FFC52. Grayscale: #585858. Windows color (decimal): -2096211 or 11338720. OLE color: 11338720.
HSL color Cylindrical-coordinate representation of color #E003AD: hue angle of 313.85º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003AD is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.12 |
| HSL | 313.85º | 0.97% | 0.45% | - |
| HSV(B) | 313.85º | 0.99% | 0.88% | - |
| XYZ | 38.32 | 18.93 | 41.17 | - |
| YUV | 88.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 173 | 0 | 0.99 | 0.23 | 0.12 | 313.85 | 0.97 | 0.45 |
| Hex | E0 | 3 | AD | 0 | 63 | 17 | C | 13A | 61 | 2D |
| Octal | 340 | 3 | 255 | 0 | 143 | 27 | 14 | 472 | 141 | 55 |
| Binary | 11100000 | 11 | 10101101 | 0 | 1100011 | 10111 | 1100 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E003AD
Complementary color
Monochromatic Colors of #E003AD
Black with #E003AD
Text Example
Text Example
White with #E003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003AD; }
p { color: rgb(224,3,173); }
H1.HeaderClassName
{
color: #E003AD;
}
.AnyTagClassName
{
color: #E003AD;
}
</style>
background-color css
<style>
a { background-color: #E003AD; }
a { background-color: rgb(224,3,173); }
div.DivClassName
{
background-color: #E003AD;
}
.BgClassName
{
background-color: #E003AD;
}
</style>
border-color css
<style>
span { border-color: #E003AD; }
span { border-color: rgb(224,3,173); }
td.TdClassName
{
border-color: #E003AD;
}
.TagClassName
{
border-color: #E003AD;
}
</style>