Shades of Hollywood Cerise #E405A1
Tints of Hollywood Cerise #E405A1
RGB
CMYK
RGB Variations
Color information
#E405A1 (or 0xE405A1) is known color: Hollywood Cerise. HEX triplet: E4, 05 and A1. RGB value is (228,5,161). Sum of RGB (Red+Green+Blue) = 228+5+161=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E405A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405A1 is #1BFA5E. Grayscale: #595959. Windows color (decimal): -1833567 or 10552804. OLE color: 10552804.
HSL color Cylindrical-coordinate representation of color #E405A1: hue angle of 318.03º 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 #E405A1 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.11 |
| HSL | 318.03º | 0.96% | 0.46% | - |
| HSV(B) | 318.03º | 0.98% | 0.89% | - |
| XYZ | 38.48 | 19.18 | 35.39 | - |
| YUV | 89.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 161 | 0 | 0.98 | 0.29 | 0.11 | 318.03 | 0.96 | 0.46 |
| Hex | E4 | 5 | A1 | 0 | 62 | 1D | B | 13E | 60 | 2E |
| Octal | 344 | 5 | 241 | 0 | 142 | 35 | 13 | 476 | 140 | 56 |
| Binary | 11100100 | 101 | 10100001 | 0 | 1100010 | 11101 | 1011 | 100111110 | 1100000 | 101110 |
Color Harmonies of #E405A1
Complementary color
Monochromatic Colors of #E405A1
Black with #E405A1
Text Example
Text Example
White with #E405A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405A1; }
p { color: rgb(228,5,161); }
H1.HeaderClassName
{
color: #E405A1;
}
.AnyTagClassName
{
color: #E405A1;
}
</style>
background-color css
<style>
a { background-color: #E405A1; }
a { background-color: rgb(228,5,161); }
div.DivClassName
{
background-color: #E405A1;
}
.BgClassName
{
background-color: #E405A1;
}
</style>
border-color css
<style>
span { border-color: #E405A1; }
span { border-color: rgb(228,5,161); }
td.TdClassName
{
border-color: #E405A1;
}
.TagClassName
{
border-color: #E405A1;
}
</style>