Shades of Hollywood Cerise #E40298
Tints of Hollywood Cerise #E40298
RGB
CMYK
RGB Variations
Color information
#E40298 (or 0xE40298) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 98. RGB value is (228,2,152). Sum of RGB (Red+Green+Blue) = 228+2+152=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E40298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40298 is #1BFD67. Grayscale: #565656. Windows color (decimal): -1834344 or 9962212. OLE color: 9962212.
HSL color Cylindrical-coordinate representation of color #E40298: hue angle of 320.18º 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 #E40298 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.11 |
| HSL | 320.18º | 0.98% | 0.45% | - |
| HSV(B) | 320.18º | 0.99% | 0.89% | - |
| XYZ | 37.68 | 18.8 | 31.35 | - |
| YUV | 86.67 | 164.87 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 152 | 0 | 0.99 | 0.33 | 0.11 | 320.18 | 0.98 | 0.45 |
| Hex | E4 | 2 | 98 | 0 | 63 | 21 | B | 140 | 62 | 2D |
| Octal | 344 | 2 | 230 | 0 | 143 | 41 | 13 | 500 | 142 | 55 |
| Binary | 11100100 | 10 | 10011000 | 0 | 1100011 | 100001 | 1011 | 101000000 | 1100010 | 101101 |
Color Harmonies of #E40298
Complementary color
Monochromatic Colors of #E40298
Black with #E40298
Text Example
Text Example
White with #E40298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40298; }
p { color: rgb(228,2,152); }
H1.HeaderClassName
{
color: #E40298;
}
.AnyTagClassName
{
color: #E40298;
}
</style>
background-color css
<style>
a { background-color: #E40298; }
a { background-color: rgb(228,2,152); }
div.DivClassName
{
background-color: #E40298;
}
.BgClassName
{
background-color: #E40298;
}
</style>
border-color css
<style>
span { border-color: #E40298; }
span { border-color: rgb(228,2,152); }
td.TdClassName
{
border-color: #E40298;
}
.TagClassName
{
border-color: #E40298;
}
</style>