Shades of Hollywood Cerise #E403B1
Tints of Hollywood Cerise #E403B1
RGB
CMYK
RGB Variations
Color information
#E403B1 (or 0xE403B1) is known color: Hollywood Cerise. HEX triplet: E4, 03 and B1. RGB value is (228,3,177). Sum of RGB (Red+Green+Blue) = 228+3+177=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E403B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E403B1 is #1BFC4E. Grayscale: #595959. Windows color (decimal): -1834063 or 11600868. OLE color: 11600868.
HSL color Cylindrical-coordinate representation of color #E403B1: hue angle of 313.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403B1 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 177 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.11 |
| HSL | 313.6º | 0.97% | 0.45% | - |
| HSV(B) | 313.6º | 0.99% | 0.89% | - |
| XYZ | 39.96 | 19.73 | 43.3 | - |
| YUV | 90.11 | 177.04 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 177 | 0 | 0.99 | 0.22 | 0.11 | 313.6 | 0.97 | 0.45 |
| Hex | E4 | 3 | B1 | 0 | 63 | 16 | B | 13A | 61 | 2D |
| Octal | 344 | 3 | 261 | 0 | 143 | 26 | 13 | 472 | 141 | 55 |
| Binary | 11100100 | 11 | 10110001 | 0 | 1100011 | 10110 | 1011 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E403B1
Complementary color
Monochromatic Colors of #E403B1
Black with #E403B1
Text Example
Text Example
White with #E403B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403B1; }
p { color: rgb(228,3,177); }
H1.HeaderClassName
{
color: #E403B1;
}
.AnyTagClassName
{
color: #E403B1;
}
</style>
background-color css
<style>
a { background-color: #E403B1; }
a { background-color: rgb(228,3,177); }
div.DivClassName
{
background-color: #E403B1;
}
.BgClassName
{
background-color: #E403B1;
}
</style>
border-color css
<style>
span { border-color: #E403B1; }
span { border-color: rgb(228,3,177); }
td.TdClassName
{
border-color: #E403B1;
}
.TagClassName
{
border-color: #E403B1;
}
</style>