Shades of Hollywood Cerise #E6199F
Tints of Hollywood Cerise #E6199F
RGB
CMYK
RGB Variations
Color information
#E6199F (or 0xE6199F) is known color: Hollywood Cerise. HEX triplet: E6, 19 and 9F. RGB value is (230,25,159). Sum of RGB (Red+Green+Blue) = 230+25+159=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E6199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6199F is #19E660. Grayscale: #656565. Windows color (decimal): -1697377 or 10426854. OLE color: 10426854.
HSL color Cylindrical-coordinate representation of color #E6199F: hue angle of 320.78º 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 #E6199F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.10 |
| HSL | 320.78º | 0.8% | 0.5% | - |
| HSV(B) | 320.78º | 0.89% | 0.9% | - |
| XYZ | 39.24 | 20.02 | 34.6 | - |
| YUV | 101.57 | 160.42 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 159 | 0 | 0.89 | 0.31 | 0.10 | 320.78 | 0.8 | 0.5 |
| Hex | E6 | 19 | 9F | 0 | 59 | 1F | A | 141 | 50 | 32 |
| Octal | 346 | 31 | 237 | 0 | 131 | 37 | 12 | 501 | 120 | 62 |
| Binary | 11100110 | 11001 | 10011111 | 0 | 1011001 | 11111 | 1010 | 101000001 | 1010000 | 110010 |
Color Harmonies of #E6199F
Complementary color
Monochromatic Colors of #E6199F
Black with #E6199F
Text Example
Text Example
White with #E6199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6199F; }
p { color: rgb(230,25,159); }
H1.HeaderClassName
{
color: #E6199F;
}
.AnyTagClassName
{
color: #E6199F;
}
</style>
background-color css
<style>
a { background-color: #E6199F; }
a { background-color: rgb(230,25,159); }
div.DivClassName
{
background-color: #E6199F;
}
.BgClassName
{
background-color: #E6199F;
}
</style>
border-color css
<style>
span { border-color: #E6199F; }
span { border-color: rgb(230,25,159); }
td.TdClassName
{
border-color: #E6199F;
}
.TagClassName
{
border-color: #E6199F;
}
</style>