Shades of French Rose #E85497
Tints of French Rose #E85497
RGB
CMYK
RGB Variations
Color information
#E85497 (or 0xE85497) is known color: French Rose. HEX triplet: E8, 54 and 97. RGB value is (232,84,151). Sum of RGB (Red+Green+Blue) = 232+84+151=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85497 is #17AB68. Grayscale: #878787. Windows color (decimal): -1551209 or 9917672. OLE color: 9917672.
HSL color Cylindrical-coordinate representation of color #E85497: hue angle of 332.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85497 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 151 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.09 |
| HSL | 332.84º | 0.76% | 0.62% | - |
| HSV(B) | 332.84º | 0.64% | 0.91% | - |
| XYZ | 42.03 | 25.73 | 32.03 | - |
| YUV | 135.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 151 | 0 | 0.64 | 0.35 | 0.09 | 332.84 | 0.76 | 0.62 |
| Hex | E8 | 54 | 97 | 0 | 40 | 23 | 9 | 14D | 4C | 3E |
| Octal | 350 | 124 | 227 | 0 | 100 | 43 | 11 | 515 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10010111 | 0 | 1000000 | 100011 | 1001 | 101001101 | 1001100 | 111110 |
Color Harmonies of #E85497
Complementary color
Monochromatic Colors of #E85497
Black with #E85497
Text Example
Text Example
White with #E85497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85497; }
p { color: rgb(232,84,151); }
H1.HeaderClassName
{
color: #E85497;
}
.AnyTagClassName
{
color: #E85497;
}
</style>
background-color css
<style>
a { background-color: #E85497; }
a { background-color: rgb(232,84,151); }
div.DivClassName
{
background-color: #E85497;
}
.BgClassName
{
background-color: #E85497;
}
</style>
border-color css
<style>
span { border-color: #E85497; }
span { border-color: rgb(232,84,151); }
td.TdClassName
{
border-color: #E85497;
}
.TagClassName
{
border-color: #E85497;
}
</style>