Shades of French Rose #E85298
Tints of French Rose #E85298
RGB
CMYK
RGB Variations
Color information
#E85298 (or 0xE85298) is known color: French Rose. HEX triplet: E8, 52 and 98. RGB value is (232,82,152). Sum of RGB (Red+Green+Blue) = 232+82+152=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E85298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85298 is #17AD67. Grayscale: #868686. Windows color (decimal): -1551720 or 9982696. OLE color: 9982696.
HSL color Cylindrical-coordinate representation of color #E85298: hue angle of 332º 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 #E85298 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 152 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.09 |
| HSL | 332º | 0.77% | 0.62% | - |
| HSV(B) | 332º | 0.65% | 0.91% | - |
| XYZ | 41.96 | 25.46 | 32.41 | - |
| YUV | 134.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 152 | 0 | 0.65 | 0.34 | 0.09 | 332 | 0.77 | 0.62 |
| Hex | E8 | 52 | 98 | 0 | 41 | 22 | 9 | 14C | 4D | 3E |
| Octal | 350 | 122 | 230 | 0 | 101 | 42 | 11 | 514 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10011000 | 0 | 1000001 | 100010 | 1001 | 101001100 | 1001101 | 111110 |
Color Harmonies of #E85298
Complementary color
Monochromatic Colors of #E85298
Black with #E85298
Text Example
Text Example
White with #E85298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85298; }
p { color: rgb(232,82,152); }
H1.HeaderClassName
{
color: #E85298;
}
.AnyTagClassName
{
color: #E85298;
}
</style>
background-color css
<style>
a { background-color: #E85298; }
a { background-color: rgb(232,82,152); }
div.DivClassName
{
background-color: #E85298;
}
.BgClassName
{
background-color: #E85298;
}
</style>
border-color css
<style>
span { border-color: #E85298; }
span { border-color: rgb(232,82,152); }
td.TdClassName
{
border-color: #E85298;
}
.TagClassName
{
border-color: #E85298;
}
</style>