Shades of Hollywood Cerise #E404AB
Tints of Hollywood Cerise #E404AB
RGB
CMYK
RGB Variations
Color information
#E404AB (or 0xE404AB) is known color: Hollywood Cerise. HEX triplet: E4, 04 and AB. RGB value is (228,4,171). Sum of RGB (Red+Green+Blue) = 228+4+171=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E404AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E404AB is #1BFB54. Grayscale: #595959. Windows color (decimal): -1833813 or 11207908. OLE color: 11207908.
HSL color Cylindrical-coordinate representation of color #E404AB: hue angle of 315.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404AB is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.11 |
| HSL | 315.27º | 0.97% | 0.45% | - |
| HSV(B) | 315.27º | 0.98% | 0.89% | - |
| XYZ | 39.39 | 19.52 | 40.22 | - |
| YUV | 90.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 171 | 0 | 0.98 | 0.25 | 0.11 | 315.27 | 0.97 | 0.45 |
| Hex | E4 | 4 | AB | 0 | 62 | 19 | B | 13B | 61 | 2D |
| Octal | 344 | 4 | 253 | 0 | 142 | 31 | 13 | 473 | 141 | 55 |
| Binary | 11100100 | 100 | 10101011 | 0 | 1100010 | 11001 | 1011 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E404AB
Complementary color
Monochromatic Colors of #E404AB
Black with #E404AB
Text Example
Text Example
White with #E404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404AB; }
p { color: rgb(228,4,171); }
H1.HeaderClassName
{
color: #E404AB;
}
.AnyTagClassName
{
color: #E404AB;
}
</style>
background-color css
<style>
a { background-color: #E404AB; }
a { background-color: rgb(228,4,171); }
div.DivClassName
{
background-color: #E404AB;
}
.BgClassName
{
background-color: #E404AB;
}
</style>
border-color css
<style>
span { border-color: #E404AB; }
span { border-color: rgb(228,4,171); }
td.TdClassName
{
border-color: #E404AB;
}
.TagClassName
{
border-color: #E404AB;
}
</style>