Shades of French Rose #E15499
Tints of French Rose #E15499
RGB
CMYK
RGB Variations
Color information
#E15499 (or 0xE15499) is known color: French Rose. HEX triplet: E1, 54 and 99. RGB value is (225,84,153). Sum of RGB (Red+Green+Blue) = 225+84+153=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15499 is #1EAB66. Grayscale: #858585. Windows color (decimal): -2009959 or 10048737. OLE color: 10048737.
HSL color Cylindrical-coordinate representation of color #E15499: hue angle of 330.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15499 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 153 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.12 |
| HSL | 330.64º | 0.7% | 0.61% | - |
| HSV(B) | 330.64º | 0.63% | 0.88% | - |
| XYZ | 39.97 | 24.65 | 32.79 | - |
| YUV | 134.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 153 | 0 | 0.63 | 0.32 | 0.12 | 330.64 | 0.7 | 0.61 |
| Hex | E1 | 54 | 99 | 0 | 3F | 20 | C | 14B | 46 | 3D |
| Octal | 341 | 124 | 231 | 0 | 77 | 40 | 14 | 513 | 106 | 75 |
| Binary | 11100001 | 1010100 | 10011001 | 0 | 111111 | 100000 | 1100 | 101001011 | 1000110 | 111101 |
Color Harmonies of #E15499
Complementary color
Monochromatic Colors of #E15499
Black with #E15499
Text Example
Text Example
White with #E15499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15499; }
p { color: rgb(225,84,153); }
H1.HeaderClassName
{
color: #E15499;
}
.AnyTagClassName
{
color: #E15499;
}
</style>
background-color css
<style>
a { background-color: #E15499; }
a { background-color: rgb(225,84,153); }
div.DivClassName
{
background-color: #E15499;
}
.BgClassName
{
background-color: #E15499;
}
</style>
border-color css
<style>
span { border-color: #E15499; }
span { border-color: rgb(225,84,153); }
td.TdClassName
{
border-color: #E15499;
}
.TagClassName
{
border-color: #E15499;
}
</style>