Shades of Hollywood Cerise #E40098
Tints of Hollywood Cerise #E40098
RGB
CMYK
RGB Variations
Color information
#E40098 (or 0xE40098) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 98. RGB value is (228,0,152). Sum of RGB (Red+Green+Blue) = 228+0+152=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E40098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40098 is #1BFF67. Grayscale: #555555. Windows color (decimal): -1834856 or 9961700. OLE color: 9961700.
HSL color Cylindrical-coordinate representation of color #E40098: hue angle of 320º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40098 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.33 | 0.11 |
| HSL | 320º | 1% | 0.45% | - |
| HSV(B) | 320º | 1% | 0.89% | - |
| XYZ | 37.66 | 18.76 | 31.34 | - |
| YUV | 85.5 | 165.54 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 152 | 0 | 1 | 0.33 | 0.11 | 320 | 1 | 0.45 |
| Hex | E4 | 0 | 98 | 0 | 64 | 21 | B | 140 | 64 | 2D |
| Octal | 344 | 0 | 230 | 0 | 144 | 41 | 13 | 500 | 144 | 55 |
| Binary | 11100100 | 0 | 10011000 | 0 | 1100100 | 100001 | 1011 | 101000000 | 1100100 | 101101 |
Color Harmonies of #E40098
Complementary color
Monochromatic Colors of #E40098
Black with #E40098
Text Example
Text Example
White with #E40098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40098; }
p { color: rgb(228,0,152); }
H1.HeaderClassName
{
color: #E40098;
}
.AnyTagClassName
{
color: #E40098;
}
</style>
background-color css
<style>
a { background-color: #E40098; }
a { background-color: rgb(228,0,152); }
div.DivClassName
{
background-color: #E40098;
}
.BgClassName
{
background-color: #E40098;
}
</style>
border-color css
<style>
span { border-color: #E40098; }
span { border-color: rgb(228,0,152); }
td.TdClassName
{
border-color: #E40098;
}
.TagClassName
{
border-color: #E40098;
}
</style>