Shades of Hollywood Cerise #E60396
Tints of Hollywood Cerise #E60396
RGB
CMYK
RGB Variations
Color information
#E60396 (or 0xE60396) is known color: Hollywood Cerise. HEX triplet: E6, 03 and 96. RGB value is (230,3,150). Sum of RGB (Red+Green+Blue) = 230+3+150=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E60396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60396 is #19FC69. Grayscale: #575757. Windows color (decimal): -1703018 or 9831398. OLE color: 9831398.
HSL color Cylindrical-coordinate representation of color #E60396: hue angle of 321.15º 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 #E60396 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.10 |
| HSL | 321.15º | 0.97% | 0.46% | - |
| HSV(B) | 321.15º | 0.99% | 0.9% | - |
| XYZ | 38.17 | 19.09 | 30.53 | - |
| YUV | 87.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 150 | 0 | 0.99 | 0.35 | 0.10 | 321.15 | 0.97 | 0.46 |
| Hex | E6 | 3 | 96 | 0 | 63 | 23 | A | 141 | 61 | 2E |
| Octal | 346 | 3 | 226 | 0 | 143 | 43 | 12 | 501 | 141 | 56 |
| Binary | 11100110 | 11 | 10010110 | 0 | 1100011 | 100011 | 1010 | 101000001 | 1100001 | 101110 |
Color Harmonies of #E60396
Complementary color
Monochromatic Colors of #E60396
Black with #E60396
Text Example
Text Example
White with #E60396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60396; }
p { color: rgb(230,3,150); }
H1.HeaderClassName
{
color: #E60396;
}
.AnyTagClassName
{
color: #E60396;
}
</style>
background-color css
<style>
a { background-color: #E60396; }
a { background-color: rgb(230,3,150); }
div.DivClassName
{
background-color: #E60396;
}
.BgClassName
{
background-color: #E60396;
}
</style>
border-color css
<style>
span { border-color: #E60396; }
span { border-color: rgb(230,3,150); }
td.TdClassName
{
border-color: #E60396;
}
.TagClassName
{
border-color: #E60396;
}
</style>