Shades of French Rose #E54894
Tints of French Rose #E54894
RGB
CMYK
RGB Variations
Color information
#E54894 (or 0xE54894) is known color: French Rose. HEX triplet: E5, 48 and 94. RGB value is (229,72,148). Sum of RGB (Red+Green+Blue) = 229+72+148=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54894 is #1AB76B. Grayscale: #7F7F7F. Windows color (decimal): -1750892 or 9717989. OLE color: 9717989.
HSL color Cylindrical-coordinate representation of color #E54894: hue angle of 330.96º 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 #E54894 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 148 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.10 |
| HSL | 330.96º | 0.75% | 0.59% | - |
| HSV(B) | 330.96º | 0.69% | 0.9% | - |
| XYZ | 39.98 | 23.43 | 30.43 | - |
| YUV | 127.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 148 | 0 | 0.69 | 0.35 | 0.10 | 330.96 | 0.75 | 0.59 |
| Hex | E5 | 48 | 94 | 0 | 45 | 23 | A | 14B | 4B | 3B |
| Octal | 345 | 110 | 224 | 0 | 105 | 43 | 12 | 513 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10010100 | 0 | 1000101 | 100011 | 1010 | 101001011 | 1001011 | 111011 |
Color Harmonies of #E54894
Complementary color
Monochromatic Colors of #E54894
Black with #E54894
Text Example
Text Example
White with #E54894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54894; }
p { color: rgb(229,72,148); }
H1.HeaderClassName
{
color: #E54894;
}
.AnyTagClassName
{
color: #E54894;
}
</style>
background-color css
<style>
a { background-color: #E54894; }
a { background-color: rgb(229,72,148); }
div.DivClassName
{
background-color: #E54894;
}
.BgClassName
{
background-color: #E54894;
}
</style>
border-color css
<style>
span { border-color: #E54894; }
span { border-color: rgb(229,72,148); }
td.TdClassName
{
border-color: #E54894;
}
.TagClassName
{
border-color: #E54894;
}
</style>