Shades of French Rose #E85293
Tints of French Rose #E85293
RGB
CMYK
RGB Variations
Color information
#E85293 (or 0xE85293) is known color: French Rose. HEX triplet: E8, 52 and 93. RGB value is (232,82,147). Sum of RGB (Red+Green+Blue) = 232+82+147=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E85293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85293 is #17AD6C. Grayscale: #868686. Windows color (decimal): -1551725 or 9655016. OLE color: 9655016.
HSL color Cylindrical-coordinate representation of color #E85293: hue angle of 334º 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 #E85293 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 147 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.09 |
| HSL | 334º | 0.77% | 0.62% | - |
| HSV(B) | 334º | 0.65% | 0.91% | - |
| XYZ | 41.56 | 25.3 | 30.3 | - |
| YUV | 134.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 147 | 0 | 0.65 | 0.37 | 0.09 | 334 | 0.77 | 0.62 |
| Hex | E8 | 52 | 93 | 0 | 41 | 25 | 9 | 14E | 4D | 3E |
| Octal | 350 | 122 | 223 | 0 | 101 | 45 | 11 | 516 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10010011 | 0 | 1000001 | 100101 | 1001 | 101001110 | 1001101 | 111110 |
Color Harmonies of #E85293
Complementary color
Monochromatic Colors of #E85293
Black with #E85293
Text Example
Text Example
White with #E85293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85293; }
p { color: rgb(232,82,147); }
H1.HeaderClassName
{
color: #E85293;
}
.AnyTagClassName
{
color: #E85293;
}
</style>
background-color css
<style>
a { background-color: #E85293; }
a { background-color: rgb(232,82,147); }
div.DivClassName
{
background-color: #E85293;
}
.BgClassName
{
background-color: #E85293;
}
</style>
border-color css
<style>
span { border-color: #E85293; }
span { border-color: rgb(232,82,147); }
td.TdClassName
{
border-color: #E85293;
}
.TagClassName
{
border-color: #E85293;
}
</style>