Shades of French Rose #E5499A
Tints of French Rose #E5499A
RGB
CMYK
RGB Variations
Color information
#E5499A (or 0xE5499A) is known color: French Rose. HEX triplet: E5, 49 and 9A. RGB value is (229,73,154). Sum of RGB (Red+Green+Blue) = 229+73+154=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5499A is #1AB665. Grayscale: #808080. Windows color (decimal): -1750630 or 10111461. OLE color: 10111461.
HSL color Cylindrical-coordinate representation of color #E5499A: hue angle of 328.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5499A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 154 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.10 |
| HSL | 328.85º | 0.75% | 0.59% | - |
| HSV(B) | 328.85º | 0.68% | 0.9% | - |
| XYZ | 40.53 | 23.76 | 33.02 | - |
| YUV | 128.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 154 | 0 | 0.68 | 0.33 | 0.10 | 328.85 | 0.75 | 0.59 |
| Hex | E5 | 49 | 9A | 0 | 44 | 21 | A | 149 | 4B | 3B |
| Octal | 345 | 111 | 232 | 0 | 104 | 41 | 12 | 511 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10011010 | 0 | 1000100 | 100001 | 1010 | 101001001 | 1001011 | 111011 |
Color Harmonies of #E5499A
Complementary color
Monochromatic Colors of #E5499A
Black with #E5499A
Text Example
Text Example
White with #E5499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5499A; }
p { color: rgb(229,73,154); }
H1.HeaderClassName
{
color: #E5499A;
}
.AnyTagClassName
{
color: #E5499A;
}
</style>
background-color css
<style>
a { background-color: #E5499A; }
a { background-color: rgb(229,73,154); }
div.DivClassName
{
background-color: #E5499A;
}
.BgClassName
{
background-color: #E5499A;
}
</style>
border-color css
<style>
span { border-color: #E5499A; }
span { border-color: rgb(229,73,154); }
td.TdClassName
{
border-color: #E5499A;
}
.TagClassName
{
border-color: #E5499A;
}
</style>