Shades of French Rose #E85693
Tints of French Rose #E85693
RGB
CMYK
RGB Variations
Color information
#E85693 (or 0xE85693) is known color: French Rose. HEX triplet: E8, 56 and 93. RGB value is (232,86,147). Sum of RGB (Red+Green+Blue) = 232+86+147=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E85693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85693 is #17A96C. Grayscale: #888888. Windows color (decimal): -1550701 or 9656040. OLE color: 9656040.
HSL color Cylindrical-coordinate representation of color #E85693: hue angle of 334.93º 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 #E85693 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 147 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.09 |
| HSL | 334.93º | 0.76% | 0.62% | - |
| HSV(B) | 334.93º | 0.63% | 0.91% | - |
| XYZ | 41.87 | 25.92 | 30.4 | - |
| YUV | 136.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 147 | 0 | 0.63 | 0.37 | 0.09 | 334.93 | 0.76 | 0.62 |
| Hex | E8 | 56 | 93 | 0 | 3F | 25 | 9 | 14F | 4C | 3E |
| Octal | 350 | 126 | 223 | 0 | 77 | 45 | 11 | 517 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10010011 | 0 | 111111 | 100101 | 1001 | 101001111 | 1001100 | 111110 |
Color Harmonies of #E85693
Complementary color
Monochromatic Colors of #E85693
Black with #E85693
Text Example
Text Example
White with #E85693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85693; }
p { color: rgb(232,86,147); }
H1.HeaderClassName
{
color: #E85693;
}
.AnyTagClassName
{
color: #E85693;
}
</style>
background-color css
<style>
a { background-color: #E85693; }
a { background-color: rgb(232,86,147); }
div.DivClassName
{
background-color: #E85693;
}
.BgClassName
{
background-color: #E85693;
}
</style>
border-color css
<style>
span { border-color: #E85693; }
span { border-color: rgb(232,86,147); }
td.TdClassName
{
border-color: #E85693;
}
.TagClassName
{
border-color: #E85693;
}
</style>