Shades of Hollywood Cerise #E6199E
Tints of Hollywood Cerise #E6199E
RGB
CMYK
RGB Variations
Color information
#E6199E (or 0xE6199E) is known color: Hollywood Cerise. HEX triplet: E6, 19 and 9E. RGB value is (230,25,158). Sum of RGB (Red+Green+Blue) = 230+25+158=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6199E is #19E661. Grayscale: #656565. Windows color (decimal): -1697378 or 10361318. OLE color: 10361318.
HSL color Cylindrical-coordinate representation of color #E6199E: hue angle of 321.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6199E is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 158 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.10 |
| HSL | 321.07º | 0.8% | 0.5% | - |
| HSV(B) | 321.07º | 0.89% | 0.9% | - |
| XYZ | 39.15 | 19.99 | 34.14 | - |
| YUV | 101.46 | 159.92 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 158 | 0 | 0.89 | 0.31 | 0.10 | 321.07 | 0.8 | 0.5 |
| Hex | E6 | 19 | 9E | 0 | 59 | 1F | A | 141 | 50 | 32 |
| Octal | 346 | 31 | 236 | 0 | 131 | 37 | 12 | 501 | 120 | 62 |
| Binary | 11100110 | 11001 | 10011110 | 0 | 1011001 | 11111 | 1010 | 101000001 | 1010000 | 110010 |
Color Harmonies of #E6199E
Complementary color
Monochromatic Colors of #E6199E
Black with #E6199E
Text Example
Text Example
White with #E6199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6199E; }
p { color: rgb(230,25,158); }
H1.HeaderClassName
{
color: #E6199E;
}
.AnyTagClassName
{
color: #E6199E;
}
</style>
background-color css
<style>
a { background-color: #E6199E; }
a { background-color: rgb(230,25,158); }
div.DivClassName
{
background-color: #E6199E;
}
.BgClassName
{
background-color: #E6199E;
}
</style>
border-color css
<style>
span { border-color: #E6199E; }
span { border-color: rgb(230,25,158); }
td.TdClassName
{
border-color: #E6199E;
}
.TagClassName
{
border-color: #E6199E;
}
</style>