Shades of French Rose #E54994
Tints of French Rose #E54994
RGB
CMYK
RGB Variations
Color information
#E54994 (or 0xE54994) is known color: French Rose. HEX triplet: E5, 49 and 94. RGB value is (229,73,148). Sum of RGB (Red+Green+Blue) = 229+73+148=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54994 is #1AB66B. Grayscale: #808080. Windows color (decimal): -1750636 or 9718245. OLE color: 9718245.
HSL color Cylindrical-coordinate representation of color #E54994: hue angle of 331.15º 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 #E54994 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 148 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.10 |
| HSL | 331.15º | 0.75% | 0.59% | - |
| HSV(B) | 331.15º | 0.68% | 0.9% | - |
| XYZ | 40.04 | 23.56 | 30.45 | - |
| YUV | 128.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 148 | 0 | 0.68 | 0.35 | 0.10 | 331.15 | 0.75 | 0.59 |
| Hex | E5 | 49 | 94 | 0 | 44 | 23 | A | 14B | 4B | 3B |
| Octal | 345 | 111 | 224 | 0 | 104 | 43 | 12 | 513 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10010100 | 0 | 1000100 | 100011 | 1010 | 101001011 | 1001011 | 111011 |
Color Harmonies of #E54994
Complementary color
Monochromatic Colors of #E54994
Black with #E54994
Text Example
Text Example
White with #E54994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54994; }
p { color: rgb(229,73,148); }
H1.HeaderClassName
{
color: #E54994;
}
.AnyTagClassName
{
color: #E54994;
}
</style>
background-color css
<style>
a { background-color: #E54994; }
a { background-color: rgb(229,73,148); }
div.DivClassName
{
background-color: #E54994;
}
.BgClassName
{
background-color: #E54994;
}
</style>
border-color css
<style>
span { border-color: #E54994; }
span { border-color: rgb(229,73,148); }
td.TdClassName
{
border-color: #E54994;
}
.TagClassName
{
border-color: #E54994;
}
</style>