Shades of French Rose #E85394
Tints of French Rose #E85394
RGB
CMYK
RGB Variations
Color information
#E85394 (or 0xE85394) is known color: French Rose. HEX triplet: E8, 53 and 94. RGB value is (232,83,148). Sum of RGB (Red+Green+Blue) = 232+83+148=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E85394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85394 is #17AC6B. Grayscale: #868686. Windows color (decimal): -1551468 or 9720808. OLE color: 9720808.
HSL color Cylindrical-coordinate representation of color #E85394: hue angle of 333.83º 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 #E85394 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 148 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.09 |
| HSL | 333.83º | 0.76% | 0.62% | - |
| HSV(B) | 333.83º | 0.64% | 0.91% | - |
| XYZ | 41.72 | 25.48 | 30.74 | - |
| YUV | 134.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 148 | 0 | 0.64 | 0.36 | 0.09 | 333.83 | 0.76 | 0.62 |
| Hex | E8 | 53 | 94 | 0 | 40 | 24 | 9 | 14E | 4C | 3E |
| Octal | 350 | 123 | 224 | 0 | 100 | 44 | 11 | 516 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10010100 | 0 | 1000000 | 100100 | 1001 | 101001110 | 1001100 | 111110 |
Color Harmonies of #E85394
Complementary color
Monochromatic Colors of #E85394
Black with #E85394
Text Example
Text Example
White with #E85394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85394; }
p { color: rgb(232,83,148); }
H1.HeaderClassName
{
color: #E85394;
}
.AnyTagClassName
{
color: #E85394;
}
</style>
background-color css
<style>
a { background-color: #E85394; }
a { background-color: rgb(232,83,148); }
div.DivClassName
{
background-color: #E85394;
}
.BgClassName
{
background-color: #E85394;
}
</style>
border-color css
<style>
span { border-color: #E85394; }
span { border-color: rgb(232,83,148); }
td.TdClassName
{
border-color: #E85394;
}
.TagClassName
{
border-color: #E85394;
}
</style>