Shades of French Rose #E85593
Tints of French Rose #E85593
RGB
CMYK
RGB Variations
Color information
#E85593 (or 0xE85593) is known color: French Rose. HEX triplet: E8, 55 and 93. RGB value is (232,85,147). Sum of RGB (Red+Green+Blue) = 232+85+147=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E85593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85593 is #17AA6C. Grayscale: #878787. Windows color (decimal): -1550957 or 9655784. OLE color: 9655784.
HSL color Cylindrical-coordinate representation of color #E85593: hue angle of 334.69º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85593 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 147 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.09 |
| HSL | 334.69º | 0.76% | 0.62% | - |
| HSV(B) | 334.69º | 0.63% | 0.91% | - |
| XYZ | 41.79 | 25.76 | 30.37 | - |
| YUV | 136.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 147 | 0 | 0.63 | 0.37 | 0.09 | 334.69 | 0.76 | 0.62 |
| Hex | E8 | 55 | 93 | 0 | 3F | 25 | 9 | 14F | 4C | 3E |
| Octal | 350 | 125 | 223 | 0 | 77 | 45 | 11 | 517 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10010011 | 0 | 111111 | 100101 | 1001 | 101001111 | 1001100 | 111110 |
Color Harmonies of #E85593
Complementary color
Monochromatic Colors of #E85593
Black with #E85593
Text Example
Text Example
White with #E85593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85593; }
p { color: rgb(232,85,147); }
H1.HeaderClassName
{
color: #E85593;
}
.AnyTagClassName
{
color: #E85593;
}
</style>
background-color css
<style>
a { background-color: #E85593; }
a { background-color: rgb(232,85,147); }
div.DivClassName
{
background-color: #E85593;
}
.BgClassName
{
background-color: #E85593;
}
</style>
border-color css
<style>
span { border-color: #E85593; }
span { border-color: rgb(232,85,147); }
td.TdClassName
{
border-color: #E85593;
}
.TagClassName
{
border-color: #E85593;
}
</style>