Shades of French Rose #E15299
Tints of French Rose #E15299
RGB
CMYK
RGB Variations
Color information
#E15299 (or 0xE15299) is known color: French Rose. HEX triplet: E1, 52 and 99. RGB value is (225,82,153). Sum of RGB (Red+Green+Blue) = 225+82+153=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15299 is #1EAD66. Grayscale: #848484. Windows color (decimal): -2010471 or 10048225. OLE color: 10048225.
HSL color Cylindrical-coordinate representation of color #E15299: hue angle of 330.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15299 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 153 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.12 |
| HSL | 330.21º | 0.7% | 0.6% | - |
| HSV(B) | 330.21º | 0.64% | 0.88% | - |
| XYZ | 39.82 | 24.34 | 32.74 | - |
| YUV | 132.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 153 | 0 | 0.64 | 0.32 | 0.12 | 330.21 | 0.7 | 0.6 |
| Hex | E1 | 52 | 99 | 0 | 40 | 20 | C | 14A | 46 | 3C |
| Octal | 341 | 122 | 231 | 0 | 100 | 40 | 14 | 512 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10011001 | 0 | 1000000 | 100000 | 1100 | 101001010 | 1000110 | 111100 |
Color Harmonies of #E15299
Complementary color
Monochromatic Colors of #E15299
Black with #E15299
Text Example
Text Example
White with #E15299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15299; }
p { color: rgb(225,82,153); }
H1.HeaderClassName
{
color: #E15299;
}
.AnyTagClassName
{
color: #E15299;
}
</style>
background-color css
<style>
a { background-color: #E15299; }
a { background-color: rgb(225,82,153); }
div.DivClassName
{
background-color: #E15299;
}
.BgClassName
{
background-color: #E15299;
}
</style>
border-color css
<style>
span { border-color: #E15299; }
span { border-color: rgb(225,82,153); }
td.TdClassName
{
border-color: #E15299;
}
.TagClassName
{
border-color: #E15299;
}
</style>