Shades of French Rose #E85290
Tints of French Rose #E85290
RGB
CMYK
RGB Variations
Color information
#E85290 (or 0xE85290) is known color: French Rose. HEX triplet: E8, 52 and 90. RGB value is (232,82,144). Sum of RGB (Red+Green+Blue) = 232+82+144=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85290 is #17AD6F. Grayscale: #858585. Windows color (decimal): -1551728 or 9458408. OLE color: 9458408.
HSL color Cylindrical-coordinate representation of color #E85290: hue angle of 335.2º 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 #E85290 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 144 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 335.2º | 0.77% | 0.62% | - |
| HSV(B) | 335.2º | 0.65% | 0.91% | - |
| XYZ | 41.33 | 25.2 | 29.07 | - |
| YUV | 133.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 144 | 0 | 0.65 | 0.38 | 0.09 | 335.2 | 0.77 | 0.62 |
| Hex | E8 | 52 | 90 | 0 | 41 | 26 | 9 | 14F | 4D | 3E |
| Octal | 350 | 122 | 220 | 0 | 101 | 46 | 11 | 517 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10010000 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001101 | 111110 |
Color Harmonies of #E85290
Complementary color
Monochromatic Colors of #E85290
Black with #E85290
Text Example
Text Example
White with #E85290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85290; }
p { color: rgb(232,82,144); }
H1.HeaderClassName
{
color: #E85290;
}
.AnyTagClassName
{
color: #E85290;
}
</style>
background-color css
<style>
a { background-color: #E85290; }
a { background-color: rgb(232,82,144); }
div.DivClassName
{
background-color: #E85290;
}
.BgClassName
{
background-color: #E85290;
}
</style>
border-color css
<style>
span { border-color: #E85290; }
span { border-color: rgb(232,82,144); }
td.TdClassName
{
border-color: #E85290;
}
.TagClassName
{
border-color: #E85290;
}
</style>