Shades of French Rose #E85A96
Tints of French Rose #E85A96
RGB
CMYK
RGB Variations
Color information
#E85A96 (or 0xE85A96) is known color: French Rose. HEX triplet: E8, 5A and 96. RGB value is (232,90,150). Sum of RGB (Red+Green+Blue) = 232+90+150=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A96 is #17A569. Grayscale: #8B8B8B. Windows color (decimal): -1549674 or 9853672. OLE color: 9853672.
HSL color Cylindrical-coordinate representation of color #E85A96: hue angle of 334.65º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A96 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 150 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.09 |
| HSL | 334.65º | 0.76% | 0.63% | - |
| HSV(B) | 334.65º | 0.61% | 0.91% | - |
| XYZ | 42.44 | 26.67 | 31.77 | - |
| YUV | 139.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 150 | 0 | 0.61 | 0.35 | 0.09 | 334.65 | 0.76 | 0.63 |
| Hex | E8 | 5A | 96 | 0 | 3D | 23 | 9 | 14F | 4C | 3F |
| Octal | 350 | 132 | 226 | 0 | 75 | 43 | 11 | 517 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10010110 | 0 | 111101 | 100011 | 1001 | 101001111 | 1001100 | 111111 |
Color Harmonies of #E85A96
Complementary color
Monochromatic Colors of #E85A96
Black with #E85A96
Text Example
Text Example
White with #E85A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A96; }
p { color: rgb(232,90,150); }
H1.HeaderClassName
{
color: #E85A96;
}
.AnyTagClassName
{
color: #E85A96;
}
</style>
background-color css
<style>
a { background-color: #E85A96; }
a { background-color: rgb(232,90,150); }
div.DivClassName
{
background-color: #E85A96;
}
.BgClassName
{
background-color: #E85A96;
}
</style>
border-color css
<style>
span { border-color: #E85A96; }
span { border-color: rgb(232,90,150); }
td.TdClassName
{
border-color: #E85A96;
}
.TagClassName
{
border-color: #E85A96;
}
</style>