Shades of French Rose #E85795
Tints of French Rose #E85795
RGB
CMYK
RGB Variations
Color information
#E85795 (or 0xE85795) is known color: French Rose. HEX triplet: E8, 57 and 95. RGB value is (232,87,149). Sum of RGB (Red+Green+Blue) = 232+87+149=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85795 is #17A86A. Grayscale: #898989. Windows color (decimal): -1550443 or 9787368. OLE color: 9787368.
HSL color Cylindrical-coordinate representation of color #E85795: hue angle of 334.34º 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 #E85795 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 149 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.09 |
| HSL | 334.34º | 0.76% | 0.63% | - |
| HSV(B) | 334.34º | 0.63% | 0.91% | - |
| XYZ | 42.11 | 26.14 | 31.26 | - |
| YUV | 137.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 149 | 0 | 0.62 | 0.36 | 0.09 | 334.34 | 0.76 | 0.63 |
| Hex | E8 | 57 | 95 | 0 | 3E | 24 | 9 | 14E | 4C | 3F |
| Octal | 350 | 127 | 225 | 0 | 76 | 44 | 11 | 516 | 114 | 77 |
| Binary | 11101000 | 1010111 | 10010101 | 0 | 111110 | 100100 | 1001 | 101001110 | 1001100 | 111111 |
Color Harmonies of #E85795
Complementary color
Monochromatic Colors of #E85795
Black with #E85795
Text Example
Text Example
White with #E85795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85795; }
p { color: rgb(232,87,149); }
H1.HeaderClassName
{
color: #E85795;
}
.AnyTagClassName
{
color: #E85795;
}
</style>
background-color css
<style>
a { background-color: #E85795; }
a { background-color: rgb(232,87,149); }
div.DivClassName
{
background-color: #E85795;
}
.BgClassName
{
background-color: #E85795;
}
</style>
border-color css
<style>
span { border-color: #E85795; }
span { border-color: rgb(232,87,149); }
td.TdClassName
{
border-color: #E85795;
}
.TagClassName
{
border-color: #E85795;
}
</style>