Shades of Hollywood Cerise #E407A1
Tints of Hollywood Cerise #E407A1
RGB
CMYK
RGB Variations
Color information
#E407A1 (or 0xE407A1) is known color: Hollywood Cerise. HEX triplet: E4, 07 and A1. RGB value is (228,7,161). Sum of RGB (Red+Green+Blue) = 228+7+161=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E407A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E407A1 is #1BF85E. Grayscale: #5A5A5A. Windows color (decimal): -1833055 or 10553316. OLE color: 10553316.
HSL color Cylindrical-coordinate representation of color #E407A1: hue angle of 318.19º 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 #E407A1 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 161 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.11 |
| HSL | 318.19º | 0.94% | 0.46% | - |
| HSV(B) | 318.19º | 0.97% | 0.89% | - |
| XYZ | 38.5 | 19.22 | 35.4 | - |
| YUV | 90.64 | 167.72 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 161 | 0 | 0.97 | 0.29 | 0.11 | 318.19 | 0.94 | 0.46 |
| Hex | E4 | 7 | A1 | 0 | 61 | 1D | B | 13E | 5E | 2E |
| Octal | 344 | 7 | 241 | 0 | 141 | 35 | 13 | 476 | 136 | 56 |
| Binary | 11100100 | 111 | 10100001 | 0 | 1100001 | 11101 | 1011 | 100111110 | 1011110 | 101110 |
Color Harmonies of #E407A1
Complementary color
Monochromatic Colors of #E407A1
Black with #E407A1
Text Example
Text Example
White with #E407A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407A1; }
p { color: rgb(228,7,161); }
H1.HeaderClassName
{
color: #E407A1;
}
.AnyTagClassName
{
color: #E407A1;
}
</style>
background-color css
<style>
a { background-color: #E407A1; }
a { background-color: rgb(228,7,161); }
div.DivClassName
{
background-color: #E407A1;
}
.BgClassName
{
background-color: #E407A1;
}
</style>
border-color css
<style>
span { border-color: #E407A1; }
span { border-color: rgb(228,7,161); }
td.TdClassName
{
border-color: #E407A1;
}
.TagClassName
{
border-color: #E407A1;
}
</style>