Shades of French Rose #E85199
Tints of French Rose #E85199
RGB
CMYK
RGB Variations
Color information
#E85199 (or 0xE85199) is known color: French Rose. HEX triplet: E8, 51 and 99. RGB value is (232,81,153). Sum of RGB (Red+Green+Blue) = 232+81+153=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E85199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85199 is #17AE66. Grayscale: #868686. Windows color (decimal): -1551975 or 10047976. OLE color: 10047976.
HSL color Cylindrical-coordinate representation of color #E85199: hue angle of 331.39º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85199 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 153 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.09 |
| HSL | 331.39º | 0.77% | 0.61% | - |
| HSV(B) | 331.39º | 0.65% | 0.91% | - |
| XYZ | 41.97 | 25.34 | 32.82 | - |
| YUV | 134.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 153 | 0 | 0.65 | 0.34 | 0.09 | 331.39 | 0.77 | 0.61 |
| Hex | E8 | 51 | 99 | 0 | 41 | 22 | 9 | 14B | 4D | 3D |
| Octal | 350 | 121 | 231 | 0 | 101 | 42 | 11 | 513 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10011001 | 0 | 1000001 | 100010 | 1001 | 101001011 | 1001101 | 111101 |
Color Harmonies of #E85199
Complementary color
Monochromatic Colors of #E85199
Black with #E85199
Text Example
Text Example
White with #E85199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85199; }
p { color: rgb(232,81,153); }
H1.HeaderClassName
{
color: #E85199;
}
.AnyTagClassName
{
color: #E85199;
}
</style>
background-color css
<style>
a { background-color: #E85199; }
a { background-color: rgb(232,81,153); }
div.DivClassName
{
background-color: #E85199;
}
.BgClassName
{
background-color: #E85199;
}
</style>
border-color css
<style>
span { border-color: #E85199; }
span { border-color: rgb(232,81,153); }
td.TdClassName
{
border-color: #E85199;
}
.TagClassName
{
border-color: #E85199;
}
</style>