Shades of Hollywood Cerise #E505AD
Tints of Hollywood Cerise #E505AD
RGB
CMYK
RGB Variations
Color information
#E505AD (or 0xE505AD) is known color: Hollywood Cerise. HEX triplet: E5, 05 and AD. RGB value is (229,5,173). Sum of RGB (Red+Green+Blue) = 229+5+173=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E505AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E505AD is #1AFA52. Grayscale: #5A5A5A. Windows color (decimal): -1768019 or 11339237. OLE color: 11339237.
HSL color Cylindrical-coordinate representation of color #E505AD: hue angle of 315º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505AD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.10 |
| HSL | 315º | 0.96% | 0.46% | - |
| HSV(B) | 315º | 0.98% | 0.9% | - |
| XYZ | 39.91 | 19.78 | 41.25 | - |
| YUV | 91.13 | 174.21 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 173 | 0 | 0.98 | 0.24 | 0.10 | 315 | 0.96 | 0.46 |
| Hex | E5 | 5 | AD | 0 | 62 | 18 | A | 13B | 60 | 2E |
| Octal | 345 | 5 | 255 | 0 | 142 | 30 | 12 | 473 | 140 | 56 |
| Binary | 11100101 | 101 | 10101101 | 0 | 1100010 | 11000 | 1010 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E505AD
Complementary color
Monochromatic Colors of #E505AD
Black with #E505AD
Text Example
Text Example
White with #E505AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505AD; }
p { color: rgb(229,5,173); }
H1.HeaderClassName
{
color: #E505AD;
}
.AnyTagClassName
{
color: #E505AD;
}
</style>
background-color css
<style>
a { background-color: #E505AD; }
a { background-color: rgb(229,5,173); }
div.DivClassName
{
background-color: #E505AD;
}
.BgClassName
{
background-color: #E505AD;
}
</style>
border-color css
<style>
span { border-color: #E505AD; }
span { border-color: rgb(229,5,173); }
td.TdClassName
{
border-color: #E505AD;
}
.TagClassName
{
border-color: #E505AD;
}
</style>