Shades of French Rose #E85395
Tints of French Rose #E85395
RGB
CMYK
RGB Variations
Color information
#E85395 (or 0xE85395) is known color: French Rose. HEX triplet: E8, 53 and 95. RGB value is (232,83,149). Sum of RGB (Red+Green+Blue) = 232+83+149=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E85395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85395 is #17AC6A. Grayscale: #868686. Windows color (decimal): -1551467 or 9786344. OLE color: 9786344.
HSL color Cylindrical-coordinate representation of color #E85395: hue angle of 333.42º 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 #E85395 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 149 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.09 |
| HSL | 333.42º | 0.76% | 0.62% | - |
| HSV(B) | 333.42º | 0.64% | 0.91% | - |
| XYZ | 41.8 | 25.51 | 31.16 | - |
| YUV | 135.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 149 | 0 | 0.64 | 0.36 | 0.09 | 333.42 | 0.76 | 0.62 |
| Hex | E8 | 53 | 95 | 0 | 40 | 24 | 9 | 14D | 4C | 3E |
| Octal | 350 | 123 | 225 | 0 | 100 | 44 | 11 | 515 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10010101 | 0 | 1000000 | 100100 | 1001 | 101001101 | 1001100 | 111110 |
Color Harmonies of #E85395
Complementary color
Monochromatic Colors of #E85395
Black with #E85395
Text Example
Text Example
White with #E85395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85395; }
p { color: rgb(232,83,149); }
H1.HeaderClassName
{
color: #E85395;
}
.AnyTagClassName
{
color: #E85395;
}
</style>
background-color css
<style>
a { background-color: #E85395; }
a { background-color: rgb(232,83,149); }
div.DivClassName
{
background-color: #E85395;
}
.BgClassName
{
background-color: #E85395;
}
</style>
border-color css
<style>
span { border-color: #E85395; }
span { border-color: rgb(232,83,149); }
td.TdClassName
{
border-color: #E85395;
}
.TagClassName
{
border-color: #E85395;
}
</style>