Shades of French Rose #E85291
Tints of French Rose #E85291
RGB
CMYK
RGB Variations
Color information
#E85291 (or 0xE85291) is known color: French Rose. HEX triplet: E8, 52 and 91. RGB value is (232,82,145). Sum of RGB (Red+Green+Blue) = 232+82+145=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E85291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85291 is #17AD6E. Grayscale: #858585. Windows color (decimal): -1551727 or 9523944. OLE color: 9523944.
HSL color Cylindrical-coordinate representation of color #E85291: hue angle of 334.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85291 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 145 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 334.8º | 0.77% | 0.62% | - |
| HSV(B) | 334.8º | 0.65% | 0.91% | - |
| XYZ | 41.41 | 25.23 | 29.48 | - |
| YUV | 134.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 145 | 0 | 0.65 | 0.38 | 0.09 | 334.8 | 0.77 | 0.62 |
| Hex | E8 | 52 | 91 | 0 | 41 | 26 | 9 | 14F | 4D | 3E |
| Octal | 350 | 122 | 221 | 0 | 101 | 46 | 11 | 517 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10010001 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001101 | 111110 |
Color Harmonies of #E85291
Complementary color
Monochromatic Colors of #E85291
Black with #E85291
Text Example
Text Example
White with #E85291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85291; }
p { color: rgb(232,82,145); }
H1.HeaderClassName
{
color: #E85291;
}
.AnyTagClassName
{
color: #E85291;
}
</style>
background-color css
<style>
a { background-color: #E85291; }
a { background-color: rgb(232,82,145); }
div.DivClassName
{
background-color: #E85291;
}
.BgClassName
{
background-color: #E85291;
}
</style>
border-color css
<style>
span { border-color: #E85291; }
span { border-color: rgb(232,82,145); }
td.TdClassName
{
border-color: #E85291;
}
.TagClassName
{
border-color: #E85291;
}
</style>