Shades of Hollywood Cerise #E405A6
Tints of Hollywood Cerise #E405A6
RGB
CMYK
RGB Variations
Color information
#E405A6 (or 0xE405A6) is known color: Hollywood Cerise. HEX triplet: E4, 05 and A6. RGB value is (228,5,166). Sum of RGB (Red+Green+Blue) = 228+5+166=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E405A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405A6 is #1BFA59. Grayscale: #595959. Windows color (decimal): -1833562 or 10880484. OLE color: 10880484.
HSL color Cylindrical-coordinate representation of color #E405A6: hue angle of 316.68º 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 #E405A6 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.11 |
| HSL | 316.68º | 0.96% | 0.46% | - |
| HSV(B) | 316.68º | 0.98% | 0.89% | - |
| XYZ | 38.93 | 19.36 | 37.76 | - |
| YUV | 90.03 | 170.88 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 166 | 0 | 0.98 | 0.27 | 0.11 | 316.68 | 0.96 | 0.46 |
| Hex | E4 | 5 | A6 | 0 | 62 | 1B | B | 13D | 60 | 2E |
| Octal | 344 | 5 | 246 | 0 | 142 | 33 | 13 | 475 | 140 | 56 |
| Binary | 11100100 | 101 | 10100110 | 0 | 1100010 | 11011 | 1011 | 100111101 | 1100000 | 101110 |
Color Harmonies of #E405A6
Complementary color
Monochromatic Colors of #E405A6
Black with #E405A6
Text Example
Text Example
White with #E405A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405A6; }
p { color: rgb(228,5,166); }
H1.HeaderClassName
{
color: #E405A6;
}
.AnyTagClassName
{
color: #E405A6;
}
</style>
background-color css
<style>
a { background-color: #E405A6; }
a { background-color: rgb(228,5,166); }
div.DivClassName
{
background-color: #E405A6;
}
.BgClassName
{
background-color: #E405A6;
}
</style>
border-color css
<style>
span { border-color: #E405A6; }
span { border-color: rgb(228,5,166); }
td.TdClassName
{
border-color: #E405A6;
}
.TagClassName
{
border-color: #E405A6;
}
</style>