Shades of French Rose #E85397
Tints of French Rose #E85397
RGB
CMYK
RGB Variations
Color information
#E85397 (or 0xE85397) is known color: French Rose. HEX triplet: E8, 53 and 97. RGB value is (232,83,151). Sum of RGB (Red+Green+Blue) = 232+83+151=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E85397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85397 is #17AC68. Grayscale: #878787. Windows color (decimal): -1551465 or 9917416. OLE color: 9917416.
HSL color Cylindrical-coordinate representation of color #E85397: hue angle of 332.62º 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 #E85397 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 151 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.09 |
| HSL | 332.62º | 0.76% | 0.62% | - |
| HSV(B) | 332.62º | 0.64% | 0.91% | - |
| XYZ | 41.96 | 25.58 | 32 | - |
| YUV | 135.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 151 | 0 | 0.64 | 0.35 | 0.09 | 332.62 | 0.76 | 0.62 |
| Hex | E8 | 53 | 97 | 0 | 40 | 23 | 9 | 14D | 4C | 3E |
| Octal | 350 | 123 | 227 | 0 | 100 | 43 | 11 | 515 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10010111 | 0 | 1000000 | 100011 | 1001 | 101001101 | 1001100 | 111110 |
Color Harmonies of #E85397
Complementary color
Monochromatic Colors of #E85397
Black with #E85397
Text Example
Text Example
White with #E85397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85397; }
p { color: rgb(232,83,151); }
H1.HeaderClassName
{
color: #E85397;
}
.AnyTagClassName
{
color: #E85397;
}
</style>
background-color css
<style>
a { background-color: #E85397; }
a { background-color: rgb(232,83,151); }
div.DivClassName
{
background-color: #E85397;
}
.BgClassName
{
background-color: #E85397;
}
</style>
border-color css
<style>
span { border-color: #E85397; }
span { border-color: rgb(232,83,151); }
td.TdClassName
{
border-color: #E85397;
}
.TagClassName
{
border-color: #E85397;
}
</style>