Shades of French Rose #E15198
Tints of French Rose #E15198
RGB
CMYK
RGB Variations
Color information
#E15198 (or 0xE15198) is known color: French Rose. HEX triplet: E1, 51 and 98. RGB value is (225,81,152). Sum of RGB (Red+Green+Blue) = 225+81+152=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15198 is #1EAE67. Grayscale: #848484. Windows color (decimal): -2010728 or 9982433. OLE color: 9982433.
HSL color Cylindrical-coordinate representation of color #E15198: hue angle of 330.42º degrees, saturation: 0.71, 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 #E15198 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 152 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.12 |
| HSL | 330.42º | 0.71% | 0.6% | - |
| HSV(B) | 330.42º | 0.64% | 0.88% | - |
| XYZ | 39.66 | 24.16 | 32.28 | - |
| YUV | 132.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 152 | 0 | 0.64 | 0.32 | 0.12 | 330.42 | 0.71 | 0.6 |
| Hex | E1 | 51 | 98 | 0 | 40 | 20 | C | 14A | 47 | 3C |
| Octal | 341 | 121 | 230 | 0 | 100 | 40 | 14 | 512 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10011000 | 0 | 1000000 | 100000 | 1100 | 101001010 | 1000111 | 111100 |
Color Harmonies of #E15198
Complementary color
Monochromatic Colors of #E15198
Black with #E15198
Text Example
Text Example
White with #E15198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15198; }
p { color: rgb(225,81,152); }
H1.HeaderClassName
{
color: #E15198;
}
.AnyTagClassName
{
color: #E15198;
}
</style>
background-color css
<style>
a { background-color: #E15198; }
a { background-color: rgb(225,81,152); }
div.DivClassName
{
background-color: #E15198;
}
.BgClassName
{
background-color: #E15198;
}
</style>
border-color css
<style>
span { border-color: #E15198; }
span { border-color: rgb(225,81,152); }
td.TdClassName
{
border-color: #E15198;
}
.TagClassName
{
border-color: #E15198;
}
</style>