Shades of Hollywood Cerise #E404B1
Tints of Hollywood Cerise #E404B1
RGB
CMYK
RGB Variations
Color information
#E404B1 (or 0xE404B1) is known color: Hollywood Cerise. HEX triplet: E4, 04 and B1. RGB value is (228,4,177). Sum of RGB (Red+Green+Blue) = 228+4+177=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E404B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E404B1 is #1BFB4E. Grayscale: #5A5A5A. Windows color (decimal): -1833807 or 11601124. OLE color: 11601124.
HSL color Cylindrical-coordinate representation of color #E404B1: hue angle of 313.66º 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 #E404B1 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.11 |
| HSL | 313.66º | 0.97% | 0.45% | - |
| HSV(B) | 313.66º | 0.98% | 0.89% | - |
| XYZ | 39.97 | 19.76 | 43.3 | - |
| YUV | 90.7 | 176.71 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 177 | 0 | 0.98 | 0.22 | 0.11 | 313.66 | 0.97 | 0.45 |
| Hex | E4 | 4 | B1 | 0 | 62 | 16 | B | 13A | 61 | 2D |
| Octal | 344 | 4 | 261 | 0 | 142 | 26 | 13 | 472 | 141 | 55 |
| Binary | 11100100 | 100 | 10110001 | 0 | 1100010 | 10110 | 1011 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E404B1
Complementary color
Monochromatic Colors of #E404B1
Black with #E404B1
Text Example
Text Example
White with #E404B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404B1; }
p { color: rgb(228,4,177); }
H1.HeaderClassName
{
color: #E404B1;
}
.AnyTagClassName
{
color: #E404B1;
}
</style>
background-color css
<style>
a { background-color: #E404B1; }
a { background-color: rgb(228,4,177); }
div.DivClassName
{
background-color: #E404B1;
}
.BgClassName
{
background-color: #E404B1;
}
</style>
border-color css
<style>
span { border-color: #E404B1; }
span { border-color: rgb(228,4,177); }
td.TdClassName
{
border-color: #E404B1;
}
.TagClassName
{
border-color: #E404B1;
}
</style>