Shades of French Rose #E54890
Tints of French Rose #E54890
RGB
CMYK
RGB Variations
Color information
#E54890 (or 0xE54890) is known color: French Rose. HEX triplet: E5, 48 and 90. RGB value is (229,72,144). Sum of RGB (Red+Green+Blue) = 229+72+144=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E54890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54890 is #1AB76F. Grayscale: #7F7F7F. Windows color (decimal): -1750896 or 9455845. OLE color: 9455845.
HSL color Cylindrical-coordinate representation of color #E54890: hue angle of 332.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54890 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 144 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.10 |
| HSL | 332.48º | 0.75% | 0.59% | - |
| HSV(B) | 332.48º | 0.69% | 0.9% | - |
| XYZ | 39.66 | 23.31 | 28.79 | - |
| YUV | 127.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 144 | 0 | 0.69 | 0.37 | 0.10 | 332.48 | 0.75 | 0.59 |
| Hex | E5 | 48 | 90 | 0 | 45 | 25 | A | 14C | 4B | 3B |
| Octal | 345 | 110 | 220 | 0 | 105 | 45 | 12 | 514 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10010000 | 0 | 1000101 | 100101 | 1010 | 101001100 | 1001011 | 111011 |
Color Harmonies of #E54890
Complementary color
Monochromatic Colors of #E54890
Black with #E54890
Text Example
Text Example
White with #E54890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54890; }
p { color: rgb(229,72,144); }
H1.HeaderClassName
{
color: #E54890;
}
.AnyTagClassName
{
color: #E54890;
}
</style>
background-color css
<style>
a { background-color: #E54890; }
a { background-color: rgb(229,72,144); }
div.DivClassName
{
background-color: #E54890;
}
.BgClassName
{
background-color: #E54890;
}
</style>
border-color css
<style>
span { border-color: #E54890; }
span { border-color: rgb(229,72,144); }
td.TdClassName
{
border-color: #E54890;
}
.TagClassName
{
border-color: #E54890;
}
</style>