Shades of Hollywood Cerise #E60398
Tints of Hollywood Cerise #E60398
RGB
CMYK
RGB Variations
Color information
#E60398 (or 0xE60398) is known color: Hollywood Cerise. HEX triplet: E6, 03 and 98. RGB value is (230,3,152). Sum of RGB (Red+Green+Blue) = 230+3+152=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60398 is #19FC67. Grayscale: #575757. Windows color (decimal): -1703016 or 9962470. OLE color: 9962470.
HSL color Cylindrical-coordinate representation of color #E60398: hue angle of 320.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60398 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.10 |
| HSL | 320.62º | 0.97% | 0.46% | - |
| HSV(B) | 320.62º | 0.99% | 0.9% | - |
| XYZ | 38.33 | 19.16 | 31.38 | - |
| YUV | 87.86 | 164.21 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 152 | 0 | 0.99 | 0.34 | 0.10 | 320.62 | 0.97 | 0.46 |
| Hex | E6 | 3 | 98 | 0 | 63 | 22 | A | 141 | 61 | 2E |
| Octal | 346 | 3 | 230 | 0 | 143 | 42 | 12 | 501 | 141 | 56 |
| Binary | 11100110 | 11 | 10011000 | 0 | 1100011 | 100010 | 1010 | 101000001 | 1100001 | 101110 |
Color Harmonies of #E60398
Complementary color
Monochromatic Colors of #E60398
Black with #E60398
Text Example
Text Example
White with #E60398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60398; }
p { color: rgb(230,3,152); }
H1.HeaderClassName
{
color: #E60398;
}
.AnyTagClassName
{
color: #E60398;
}
</style>
background-color css
<style>
a { background-color: #E60398; }
a { background-color: rgb(230,3,152); }
div.DivClassName
{
background-color: #E60398;
}
.BgClassName
{
background-color: #E60398;
}
</style>
border-color css
<style>
span { border-color: #E60398; }
span { border-color: rgb(230,3,152); }
td.TdClassName
{
border-color: #E60398;
}
.TagClassName
{
border-color: #E60398;
}
</style>