Shades of French Rose #E15599
Tints of French Rose #E15599
RGB
CMYK
RGB Variations
Color information
#E15599 (or 0xE15599) is known color: French Rose. HEX triplet: E1, 55 and 99. RGB value is (225,85,153). Sum of RGB (Red+Green+Blue) = 225+85+153=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15599 is #1EAA66. Grayscale: #868686. Windows color (decimal): -2009703 or 10048993. OLE color: 10048993.
HSL color Cylindrical-coordinate representation of color #E15599: hue angle of 330.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15599 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 153 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.12 |
| HSL | 330.86º | 0.7% | 0.61% | - |
| HSV(B) | 330.86º | 0.62% | 0.88% | - |
| XYZ | 40.05 | 24.8 | 32.81 | - |
| YUV | 134.61 | 138.38 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 153 | 0 | 0.62 | 0.32 | 0.12 | 330.86 | 0.7 | 0.61 |
| Hex | E1 | 55 | 99 | 0 | 3E | 20 | C | 14B | 46 | 3D |
| Octal | 341 | 125 | 231 | 0 | 76 | 40 | 14 | 513 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10011001 | 0 | 111110 | 100000 | 1100 | 101001011 | 1000110 | 111101 |
Color Harmonies of #E15599
Complementary color
Monochromatic Colors of #E15599
Black with #E15599
Text Example
Text Example
White with #E15599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15599; }
p { color: rgb(225,85,153); }
H1.HeaderClassName
{
color: #E15599;
}
.AnyTagClassName
{
color: #E15599;
}
</style>
background-color css
<style>
a { background-color: #E15599; }
a { background-color: rgb(225,85,153); }
div.DivClassName
{
background-color: #E15599;
}
.BgClassName
{
background-color: #E15599;
}
</style>
border-color css
<style>
span { border-color: #E15599; }
span { border-color: rgb(225,85,153); }
td.TdClassName
{
border-color: #E15599;
}
.TagClassName
{
border-color: #E15599;
}
</style>