Shades of French Rose #E5498A
Tints of French Rose #E5498A
RGB
CMYK
RGB Variations
Color information
#E5498A (or 0xE5498A) is known color: French Rose. HEX triplet: E5, 49 and 8A. RGB value is (229,73,138). Sum of RGB (Red+Green+Blue) = 229+73+138=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5498A is #1AB675. Grayscale: #7E7E7E. Windows color (decimal): -1750646 or 9062885. OLE color: 9062885.
HSL color Cylindrical-coordinate representation of color #E5498A: hue angle of 335º 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 #E5498A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 138 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.10 |
| HSL | 335º | 0.75% | 0.59% | - |
| HSV(B) | 335º | 0.68% | 0.9% | - |
| XYZ | 39.28 | 23.26 | 26.46 | - |
| YUV | 127.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 138 | 0 | 0.68 | 0.40 | 0.10 | 335 | 0.75 | 0.59 |
| Hex | E5 | 49 | 8A | 0 | 44 | 28 | A | 14F | 4B | 3B |
| Octal | 345 | 111 | 212 | 0 | 104 | 50 | 12 | 517 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10001010 | 0 | 1000100 | 101000 | 1010 | 101001111 | 1001011 | 111011 |
Color Harmonies of #E5498A
Complementary color
Monochromatic Colors of #E5498A
Black with #E5498A
Text Example
Text Example
White with #E5498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5498A; }
p { color: rgb(229,73,138); }
H1.HeaderClassName
{
color: #E5498A;
}
.AnyTagClassName
{
color: #E5498A;
}
</style>
background-color css
<style>
a { background-color: #E5498A; }
a { background-color: rgb(229,73,138); }
div.DivClassName
{
background-color: #E5498A;
}
.BgClassName
{
background-color: #E5498A;
}
</style>
border-color css
<style>
span { border-color: #E5498A; }
span { border-color: rgb(229,73,138); }
td.TdClassName
{
border-color: #E5498A;
}
.TagClassName
{
border-color: #E5498A;
}
</style>