Shades of Hollywood Cerise #E405AB
Tints of Hollywood Cerise #E405AB
RGB
CMYK
RGB Variations
Color information
#E405AB (or 0xE405AB) is known color: Hollywood Cerise. HEX triplet: E4, 05 and AB. RGB value is (228,5,171). Sum of RGB (Red+Green+Blue) = 228+5+171=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E405AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405AB is #1BFA54. Grayscale: #5A5A5A. Windows color (decimal): -1833557 or 11208164. OLE color: 11208164.
HSL color Cylindrical-coordinate representation of color #E405AB: hue angle of 315.34º 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 #E405AB is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.11 |
| HSL | 315.34º | 0.96% | 0.46% | - |
| HSV(B) | 315.34º | 0.98% | 0.89% | - |
| XYZ | 39.4 | 19.54 | 40.22 | - |
| YUV | 90.6 | 173.38 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 171 | 0 | 0.98 | 0.25 | 0.11 | 315.34 | 0.96 | 0.46 |
| Hex | E4 | 5 | AB | 0 | 62 | 19 | B | 13B | 60 | 2E |
| Octal | 344 | 5 | 253 | 0 | 142 | 31 | 13 | 473 | 140 | 56 |
| Binary | 11100100 | 101 | 10101011 | 0 | 1100010 | 11001 | 1011 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E405AB
Complementary color
Monochromatic Colors of #E405AB
Black with #E405AB
Text Example
Text Example
White with #E405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405AB; }
p { color: rgb(228,5,171); }
H1.HeaderClassName
{
color: #E405AB;
}
.AnyTagClassName
{
color: #E405AB;
}
</style>
background-color css
<style>
a { background-color: #E405AB; }
a { background-color: rgb(228,5,171); }
div.DivClassName
{
background-color: #E405AB;
}
.BgClassName
{
background-color: #E405AB;
}
</style>
border-color css
<style>
span { border-color: #E405AB; }
span { border-color: rgb(228,5,171); }
td.TdClassName
{
border-color: #E405AB;
}
.TagClassName
{
border-color: #E405AB;
}
</style>