Shades of Hollywood Cerise #E61498
Tints of Hollywood Cerise #E61498
RGB
CMYK
RGB Variations
Color information
#E61498 (or 0xE61498) is known color: Hollywood Cerise. HEX triplet: E6, 14 and 98. RGB value is (230,20,152). Sum of RGB (Red+Green+Blue) = 230+20+152=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E61498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61498 is #19EB67. Grayscale: #616161. Windows color (decimal): -1698664 or 9966822. OLE color: 9966822.
HSL color Cylindrical-coordinate representation of color #E61498: hue angle of 322.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61498 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.10 |
| HSL | 322.29º | 0.84% | 0.49% | - |
| HSV(B) | 322.29º | 0.91% | 0.9% | - |
| XYZ | 38.55 | 19.59 | 31.46 | - |
| YUV | 97.84 | 158.57 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 152 | 0 | 0.91 | 0.34 | 0.10 | 322.29 | 0.84 | 0.49 |
| Hex | E6 | 14 | 98 | 0 | 5B | 22 | A | 142 | 54 | 31 |
| Octal | 346 | 24 | 230 | 0 | 133 | 42 | 12 | 502 | 124 | 61 |
| Binary | 11100110 | 10100 | 10011000 | 0 | 1011011 | 100010 | 1010 | 101000010 | 1010100 | 110001 |
Color Harmonies of #E61498
Complementary color
Monochromatic Colors of #E61498
Black with #E61498
Text Example
Text Example
White with #E61498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61498; }
p { color: rgb(230,20,152); }
H1.HeaderClassName
{
color: #E61498;
}
.AnyTagClassName
{
color: #E61498;
}
</style>
background-color css
<style>
a { background-color: #E61498; }
a { background-color: rgb(230,20,152); }
div.DivClassName
{
background-color: #E61498;
}
.BgClassName
{
background-color: #E61498;
}
</style>
border-color css
<style>
span { border-color: #E61498; }
span { border-color: rgb(230,20,152); }
td.TdClassName
{
border-color: #E61498;
}
.TagClassName
{
border-color: #E61498;
}
</style>