Shades of Hollywood Cerise #E407AA
Tints of Hollywood Cerise #E407AA
RGB
CMYK
RGB Variations
Color information
#E407AA (or 0xE407AA) is known color: Hollywood Cerise. HEX triplet: E4, 07 and AA. RGB value is (228,7,170). Sum of RGB (Red+Green+Blue) = 228+7+170=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E407AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E407AA is #1BF855. Grayscale: #5B5B5B. Windows color (decimal): -1833046 or 11143140. OLE color: 11143140.
HSL color Cylindrical-coordinate representation of color #E407AA: hue angle of 315.75º 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 #E407AA is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.11 |
| HSL | 315.75º | 0.94% | 0.46% | - |
| HSV(B) | 315.75º | 0.97% | 0.89% | - |
| XYZ | 39.33 | 19.55 | 39.73 | - |
| YUV | 91.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 170 | 0 | 0.97 | 0.25 | 0.11 | 315.75 | 0.94 | 0.46 |
| Hex | E4 | 7 | AA | 0 | 61 | 19 | B | 13C | 5E | 2E |
| Octal | 344 | 7 | 252 | 0 | 141 | 31 | 13 | 474 | 136 | 56 |
| Binary | 11100100 | 111 | 10101010 | 0 | 1100001 | 11001 | 1011 | 100111100 | 1011110 | 101110 |
Color Harmonies of #E407AA
Complementary color
Monochromatic Colors of #E407AA
Black with #E407AA
Text Example
Text Example
White with #E407AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407AA; }
p { color: rgb(228,7,170); }
H1.HeaderClassName
{
color: #E407AA;
}
.AnyTagClassName
{
color: #E407AA;
}
</style>
background-color css
<style>
a { background-color: #E407AA; }
a { background-color: rgb(228,7,170); }
div.DivClassName
{
background-color: #E407AA;
}
.BgClassName
{
background-color: #E407AA;
}
</style>
border-color css
<style>
span { border-color: #E407AA; }
span { border-color: rgb(228,7,170); }
td.TdClassName
{
border-color: #E407AA;
}
.TagClassName
{
border-color: #E407AA;
}
</style>