Shades of French Rose #E15098
Tints of French Rose #E15098
RGB
CMYK
RGB Variations
Color information
#E15098 (or 0xE15098) is known color: French Rose. HEX triplet: E1, 50 and 98. RGB value is (225,80,152). Sum of RGB (Red+Green+Blue) = 225+80+152=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15098 is #1EAF67. Grayscale: #838383. Windows color (decimal): -2010984 or 9982177. OLE color: 9982177.
HSL color Cylindrical-coordinate representation of color #E15098: hue angle of 330.21º 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 #E15098 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 152 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.12 |
| HSL | 330.21º | 0.71% | 0.6% | - |
| HSV(B) | 330.21º | 0.64% | 0.88% | - |
| XYZ | 39.59 | 24.01 | 32.25 | - |
| YUV | 131.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 152 | 0 | 0.64 | 0.32 | 0.12 | 330.21 | 0.71 | 0.6 |
| Hex | E1 | 50 | 98 | 0 | 40 | 20 | C | 14A | 47 | 3C |
| Octal | 341 | 120 | 230 | 0 | 100 | 40 | 14 | 512 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10011000 | 0 | 1000000 | 100000 | 1100 | 101001010 | 1000111 | 111100 |
Color Harmonies of #E15098
Complementary color
Monochromatic Colors of #E15098
Black with #E15098
Text Example
Text Example
White with #E15098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15098; }
p { color: rgb(225,80,152); }
H1.HeaderClassName
{
color: #E15098;
}
.AnyTagClassName
{
color: #E15098;
}
</style>
background-color css
<style>
a { background-color: #E15098; }
a { background-color: rgb(225,80,152); }
div.DivClassName
{
background-color: #E15098;
}
.BgClassName
{
background-color: #E15098;
}
</style>
border-color css
<style>
span { border-color: #E15098; }
span { border-color: rgb(225,80,152); }
td.TdClassName
{
border-color: #E15098;
}
.TagClassName
{
border-color: #E15098;
}
</style>