Shades of Hollywood Cerise #E405AD
Tints of Hollywood Cerise #E405AD
RGB
CMYK
RGB Variations
Color information
#E405AD (or 0xE405AD) is known color: Hollywood Cerise. HEX triplet: E4, 05 and AD. RGB value is (228,5,173). Sum of RGB (Red+Green+Blue) = 228+5+173=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E405AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405AD is #1BFA52. Grayscale: #5A5A5A. Windows color (decimal): -1833555 or 11339236. OLE color: 11339236.
HSL color Cylindrical-coordinate representation of color #E405AD: hue angle of 314.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405AD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.11 |
| HSL | 314.8º | 0.96% | 0.46% | - |
| HSV(B) | 314.8º | 0.98% | 0.89% | - |
| XYZ | 39.59 | 19.62 | 41.24 | - |
| YUV | 90.83 | 174.38 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 173 | 0 | 0.98 | 0.24 | 0.11 | 314.8 | 0.96 | 0.46 |
| Hex | E4 | 5 | AD | 0 | 62 | 18 | B | 13B | 60 | 2E |
| Octal | 344 | 5 | 255 | 0 | 142 | 30 | 13 | 473 | 140 | 56 |
| Binary | 11100100 | 101 | 10101101 | 0 | 1100010 | 11000 | 1011 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E405AD
Complementary color
Monochromatic Colors of #E405AD
Black with #E405AD
Text Example
Text Example
White with #E405AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405AD; }
p { color: rgb(228,5,173); }
H1.HeaderClassName
{
color: #E405AD;
}
.AnyTagClassName
{
color: #E405AD;
}
</style>
background-color css
<style>
a { background-color: #E405AD; }
a { background-color: rgb(228,5,173); }
div.DivClassName
{
background-color: #E405AD;
}
.BgClassName
{
background-color: #E405AD;
}
</style>
border-color css
<style>
span { border-color: #E405AD; }
span { border-color: rgb(228,5,173); }
td.TdClassName
{
border-color: #E405AD;
}
.TagClassName
{
border-color: #E405AD;
}
</style>