Shades of French Rose #E7499D
Tints of French Rose #E7499D
RGB
CMYK
RGB Variations
Color information
#E7499D (or 0xE7499D) is known color: French Rose. HEX triplet: E7, 49 and 9D. RGB value is (231,73,157). Sum of RGB (Red+Green+Blue) = 231+73+157=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E7499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7499D is #18B662. Grayscale: #818181. Windows color (decimal): -1619555 or 10308071. OLE color: 10308071.
HSL color Cylindrical-coordinate representation of color #E7499D: hue angle of 328.1º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7499D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 157 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.09 |
| HSL | 328.1º | 0.77% | 0.6% | - |
| HSV(B) | 328.1º | 0.68% | 0.91% | - |
| XYZ | 41.42 | 24.19 | 34.38 | - |
| YUV | 129.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 157 | 0 | 0.68 | 0.32 | 0.09 | 328.1 | 0.77 | 0.6 |
| Hex | E7 | 49 | 9D | 0 | 44 | 20 | 9 | 148 | 4D | 3C |
| Octal | 347 | 111 | 235 | 0 | 104 | 40 | 11 | 510 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10011101 | 0 | 1000100 | 100000 | 1001 | 101001000 | 1001101 | 111100 |
Color Harmonies of #E7499D
Complementary color
Monochromatic Colors of #E7499D
Black with #E7499D
Text Example
Text Example
White with #E7499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7499D; }
p { color: rgb(231,73,157); }
H1.HeaderClassName
{
color: #E7499D;
}
.AnyTagClassName
{
color: #E7499D;
}
</style>
background-color css
<style>
a { background-color: #E7499D; }
a { background-color: rgb(231,73,157); }
div.DivClassName
{
background-color: #E7499D;
}
.BgClassName
{
background-color: #E7499D;
}
</style>
border-color css
<style>
span { border-color: #E7499D; }
span { border-color: rgb(231,73,157); }
td.TdClassName
{
border-color: #E7499D;
}
.TagClassName
{
border-color: #E7499D;
}
</style>