Shades of French Rose #E85391
Tints of French Rose #E85391
RGB
CMYK
RGB Variations
Color information
#E85391 (or 0xE85391) is known color: French Rose. HEX triplet: E8, 53 and 91. RGB value is (232,83,145). Sum of RGB (Red+Green+Blue) = 232+83+145=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E85391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85391 is #17AC6E. Grayscale: #868686. Windows color (decimal): -1551471 or 9524200. OLE color: 9524200.
HSL color Cylindrical-coordinate representation of color #E85391: hue angle of 335.03º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85391 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 145 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.09 |
| HSL | 335.03º | 0.76% | 0.62% | - |
| HSV(B) | 335.03º | 0.64% | 0.91% | - |
| XYZ | 41.48 | 25.39 | 29.5 | - |
| YUV | 134.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 145 | 0 | 0.64 | 0.38 | 0.09 | 335.03 | 0.76 | 0.62 |
| Hex | E8 | 53 | 91 | 0 | 40 | 26 | 9 | 14F | 4C | 3E |
| Octal | 350 | 123 | 221 | 0 | 100 | 46 | 11 | 517 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10010001 | 0 | 1000000 | 100110 | 1001 | 101001111 | 1001100 | 111110 |
Color Harmonies of #E85391
Complementary color
Monochromatic Colors of #E85391
Black with #E85391
Text Example
Text Example
White with #E85391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85391; }
p { color: rgb(232,83,145); }
H1.HeaderClassName
{
color: #E85391;
}
.AnyTagClassName
{
color: #E85391;
}
</style>
background-color css
<style>
a { background-color: #E85391; }
a { background-color: rgb(232,83,145); }
div.DivClassName
{
background-color: #E85391;
}
.BgClassName
{
background-color: #E85391;
}
</style>
border-color css
<style>
span { border-color: #E85391; }
span { border-color: rgb(232,83,145); }
td.TdClassName
{
border-color: #E85391;
}
.TagClassName
{
border-color: #E85391;
}
</style>