Shades of French Rose #E85997
Tints of French Rose #E85997
RGB
CMYK
RGB Variations
Color information
#E85997 (or 0xE85997) is known color: French Rose. HEX triplet: E8, 59 and 97. RGB value is (232,89,151). Sum of RGB (Red+Green+Blue) = 232+89+151=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E85997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85997 is #17A668. Grayscale: #8A8A8A. Windows color (decimal): -1549929 or 9918952. OLE color: 9918952.
HSL color Cylindrical-coordinate representation of color #E85997: hue angle of 333.99º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85997 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 151 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.09 |
| HSL | 333.99º | 0.76% | 0.63% | - |
| HSV(B) | 333.99º | 0.62% | 0.91% | - |
| XYZ | 42.44 | 26.53 | 32.16 | - |
| YUV | 138.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 151 | 0 | 0.62 | 0.35 | 0.09 | 333.99 | 0.76 | 0.63 |
| Hex | E8 | 59 | 97 | 0 | 3E | 23 | 9 | 14E | 4C | 3F |
| Octal | 350 | 131 | 227 | 0 | 76 | 43 | 11 | 516 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10010111 | 0 | 111110 | 100011 | 1001 | 101001110 | 1001100 | 111111 |
Color Harmonies of #E85997
Complementary color
Monochromatic Colors of #E85997
Black with #E85997
Text Example
Text Example
White with #E85997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85997; }
p { color: rgb(232,89,151); }
H1.HeaderClassName
{
color: #E85997;
}
.AnyTagClassName
{
color: #E85997;
}
</style>
background-color css
<style>
a { background-color: #E85997; }
a { background-color: rgb(232,89,151); }
div.DivClassName
{
background-color: #E85997;
}
.BgClassName
{
background-color: #E85997;
}
</style>
border-color css
<style>
span { border-color: #E85997; }
span { border-color: rgb(232,89,151); }
td.TdClassName
{
border-color: #E85997;
}
.TagClassName
{
border-color: #E85997;
}
</style>