Shades of French Rose #E85494
Tints of French Rose #E85494
RGB
CMYK
RGB Variations
Color information
#E85494 (or 0xE85494) is known color: French Rose. HEX triplet: E8, 54 and 94. RGB value is (232,84,148). Sum of RGB (Red+Green+Blue) = 232+84+148=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E85494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85494 is #17AB6B. Grayscale: #878787. Windows color (decimal): -1551212 or 9721064. OLE color: 9721064.
HSL color Cylindrical-coordinate representation of color #E85494: hue angle of 334.05º 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 #E85494 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 148 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.09 |
| HSL | 334.05º | 0.76% | 0.62% | - |
| HSV(B) | 334.05º | 0.64% | 0.91% | - |
| XYZ | 41.79 | 25.63 | 30.76 | - |
| YUV | 135.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 148 | 0 | 0.64 | 0.36 | 0.09 | 334.05 | 0.76 | 0.62 |
| Hex | E8 | 54 | 94 | 0 | 40 | 24 | 9 | 14E | 4C | 3E |
| Octal | 350 | 124 | 224 | 0 | 100 | 44 | 11 | 516 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10010100 | 0 | 1000000 | 100100 | 1001 | 101001110 | 1001100 | 111110 |
Color Harmonies of #E85494
Complementary color
Monochromatic Colors of #E85494
Black with #E85494
Text Example
Text Example
White with #E85494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85494; }
p { color: rgb(232,84,148); }
H1.HeaderClassName
{
color: #E85494;
}
.AnyTagClassName
{
color: #E85494;
}
</style>
background-color css
<style>
a { background-color: #E85494; }
a { background-color: rgb(232,84,148); }
div.DivClassName
{
background-color: #E85494;
}
.BgClassName
{
background-color: #E85494;
}
</style>
border-color css
<style>
span { border-color: #E85494; }
span { border-color: rgb(232,84,148); }
td.TdClassName
{
border-color: #E85494;
}
.TagClassName
{
border-color: #E85494;
}
</style>