Shades of French Rose #E54799
Tints of French Rose #E54799
RGB
CMYK
RGB Variations
Color information
#E54799 (or 0xE54799) is known color: French Rose. HEX triplet: E5, 47 and 99. RGB value is (229,71,153). Sum of RGB (Red+Green+Blue) = 229+71+153=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E54799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54799 is #1AB866. Grayscale: #7F7F7F. Windows color (decimal): -1751143 or 10045413. OLE color: 10045413.
HSL color Cylindrical-coordinate representation of color #E54799: hue angle of 328.86º 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 #E54799 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 153 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.10 |
| HSL | 328.86º | 0.75% | 0.59% | - |
| HSV(B) | 328.86º | 0.69% | 0.9% | - |
| XYZ | 40.32 | 23.46 | 32.54 | - |
| YUV | 127.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 153 | 0 | 0.69 | 0.33 | 0.10 | 328.86 | 0.75 | 0.59 |
| Hex | E5 | 47 | 99 | 0 | 45 | 21 | A | 149 | 4B | 3B |
| Octal | 345 | 107 | 231 | 0 | 105 | 41 | 12 | 511 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10011001 | 0 | 1000101 | 100001 | 1010 | 101001001 | 1001011 | 111011 |
Color Harmonies of #E54799
Complementary color
Monochromatic Colors of #E54799
Black with #E54799
Text Example
Text Example
White with #E54799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54799; }
p { color: rgb(229,71,153); }
H1.HeaderClassName
{
color: #E54799;
}
.AnyTagClassName
{
color: #E54799;
}
</style>
background-color css
<style>
a { background-color: #E54799; }
a { background-color: rgb(229,71,153); }
div.DivClassName
{
background-color: #E54799;
}
.BgClassName
{
background-color: #E54799;
}
</style>
border-color css
<style>
span { border-color: #E54799; }
span { border-color: rgb(229,71,153); }
td.TdClassName
{
border-color: #E54799;
}
.TagClassName
{
border-color: #E54799;
}
</style>