Shades of French Rose #E7499C
Tints of French Rose #E7499C
RGB
CMYK
RGB Variations
Color information
#E7499C (or 0xE7499C) is known color: French Rose. HEX triplet: E7, 49 and 9C. RGB value is (231,73,156). Sum of RGB (Red+Green+Blue) = 231+73+156=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7499C is #18B663. Grayscale: #818181. Windows color (decimal): -1619556 or 10242535. OLE color: 10242535.
HSL color Cylindrical-coordinate representation of color #E7499C: hue angle of 328.48º 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 #E7499C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 156 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.09 |
| HSL | 328.48º | 0.77% | 0.6% | - |
| HSV(B) | 328.48º | 0.68% | 0.91% | - |
| XYZ | 41.34 | 24.15 | 33.94 | - |
| YUV | 129.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 156 | 0 | 0.68 | 0.32 | 0.09 | 328.48 | 0.77 | 0.6 |
| Hex | E7 | 49 | 9C | 0 | 44 | 20 | 9 | 148 | 4D | 3C |
| Octal | 347 | 111 | 234 | 0 | 104 | 40 | 11 | 510 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10011100 | 0 | 1000100 | 100000 | 1001 | 101001000 | 1001101 | 111100 |
Color Harmonies of #E7499C
Complementary color
Monochromatic Colors of #E7499C
Black with #E7499C
Text Example
Text Example
White with #E7499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7499C; }
p { color: rgb(231,73,156); }
H1.HeaderClassName
{
color: #E7499C;
}
.AnyTagClassName
{
color: #E7499C;
}
</style>
background-color css
<style>
a { background-color: #E7499C; }
a { background-color: rgb(231,73,156); }
div.DivClassName
{
background-color: #E7499C;
}
.BgClassName
{
background-color: #E7499C;
}
</style>
border-color css
<style>
span { border-color: #E7499C; }
span { border-color: rgb(231,73,156); }
td.TdClassName
{
border-color: #E7499C;
}
.TagClassName
{
border-color: #E7499C;
}
</style>