Shades of Hollywood Cerise #E407AD
Tints of Hollywood Cerise #E407AD
RGB
CMYK
RGB Variations
Color information
#E407AD (or 0xE407AD) is known color: Hollywood Cerise. HEX triplet: E4, 07 and AD. RGB value is (228,7,173). Sum of RGB (Red+Green+Blue) = 228+7+173=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E407AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E407AD is #1BF852. Grayscale: #5B5B5B. Windows color (decimal): -1833043 or 11339748. OLE color: 11339748.
HSL color Cylindrical-coordinate representation of color #E407AD: hue angle of 314.93º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407AD is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.11 |
| HSL | 314.93º | 0.94% | 0.46% | - |
| HSV(B) | 314.93º | 0.97% | 0.89% | - |
| XYZ | 39.61 | 19.66 | 41.24 | - |
| YUV | 92 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 173 | 0 | 0.97 | 0.24 | 0.11 | 314.93 | 0.94 | 0.46 |
| Hex | E4 | 7 | AD | 0 | 61 | 18 | B | 13B | 5E | 2E |
| Octal | 344 | 7 | 255 | 0 | 141 | 30 | 13 | 473 | 136 | 56 |
| Binary | 11100100 | 111 | 10101101 | 0 | 1100001 | 11000 | 1011 | 100111011 | 1011110 | 101110 |
Color Harmonies of #E407AD
Complementary color
Monochromatic Colors of #E407AD
Black with #E407AD
Text Example
Text Example
White with #E407AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407AD; }
p { color: rgb(228,7,173); }
H1.HeaderClassName
{
color: #E407AD;
}
.AnyTagClassName
{
color: #E407AD;
}
</style>
background-color css
<style>
a { background-color: #E407AD; }
a { background-color: rgb(228,7,173); }
div.DivClassName
{
background-color: #E407AD;
}
.BgClassName
{
background-color: #E407AD;
}
</style>
border-color css
<style>
span { border-color: #E407AD; }
span { border-color: rgb(228,7,173); }
td.TdClassName
{
border-color: #E407AD;
}
.TagClassName
{
border-color: #E407AD;
}
</style>