Shades of Hollywood Cerise #E402B0
Tints of Hollywood Cerise #E402B0
RGB
CMYK
RGB Variations
Color information
#E402B0 (or 0xE402B0) is known color: Hollywood Cerise. HEX triplet: E4, 02 and B0. RGB value is (228,2,176). Sum of RGB (Red+Green+Blue) = 228+2+176=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E402B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E402B0 is #1BFD4F. Grayscale: #585858. Windows color (decimal): -1834320 or 11535076. OLE color: 11535076.
HSL color Cylindrical-coordinate representation of color #E402B0: hue angle of 313.81º degrees, saturation: 0.98, 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 #E402B0 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.11 |
| HSL | 313.81º | 0.98% | 0.45% | - |
| HSV(B) | 313.81º | 0.99% | 0.89% | - |
| XYZ | 39.85 | 19.67 | 42.77 | - |
| YUV | 89.41 | 176.87 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 176 | 0 | 0.99 | 0.23 | 0.11 | 313.81 | 0.98 | 0.45 |
| Hex | E4 | 2 | B0 | 0 | 63 | 17 | B | 13A | 62 | 2D |
| Octal | 344 | 2 | 260 | 0 | 143 | 27 | 13 | 472 | 142 | 55 |
| Binary | 11100100 | 10 | 10110000 | 0 | 1100011 | 10111 | 1011 | 100111010 | 1100010 | 101101 |
Color Harmonies of #E402B0
Complementary color
Monochromatic Colors of #E402B0
Black with #E402B0
Text Example
Text Example
White with #E402B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E402B0; }
p { color: rgb(228,2,176); }
H1.HeaderClassName
{
color: #E402B0;
}
.AnyTagClassName
{
color: #E402B0;
}
</style>
background-color css
<style>
a { background-color: #E402B0; }
a { background-color: rgb(228,2,176); }
div.DivClassName
{
background-color: #E402B0;
}
.BgClassName
{
background-color: #E402B0;
}
</style>
border-color css
<style>
span { border-color: #E402B0; }
span { border-color: rgb(228,2,176); }
td.TdClassName
{
border-color: #E402B0;
}
.TagClassName
{
border-color: #E402B0;
}
</style>