Shades of French Rose #E54796
Tints of French Rose #E54796
RGB
CMYK
RGB Variations
Color information
#E54796 (or 0xE54796) is known color: French Rose. HEX triplet: E5, 47 and 96. RGB value is (229,71,150). Sum of RGB (Red+Green+Blue) = 229+71+150=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54796 is #1AB869. Grayscale: #7F7F7F. Windows color (decimal): -1751146 or 9848805. OLE color: 9848805.
HSL color Cylindrical-coordinate representation of color #E54796: hue angle of 330º 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 #E54796 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 150 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.10 |
| HSL | 330º | 0.75% | 0.59% | - |
| HSV(B) | 330º | 0.69% | 0.9% | - |
| XYZ | 40.07 | 23.37 | 31.25 | - |
| YUV | 127.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 150 | 0 | 0.69 | 0.34 | 0.10 | 330 | 0.75 | 0.59 |
| Hex | E5 | 47 | 96 | 0 | 45 | 22 | A | 14A | 4B | 3B |
| Octal | 345 | 107 | 226 | 0 | 105 | 42 | 12 | 512 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10010110 | 0 | 1000101 | 100010 | 1010 | 101001010 | 1001011 | 111011 |
Color Harmonies of #E54796
Complementary color
Monochromatic Colors of #E54796
Black with #E54796
Text Example
Text Example
White with #E54796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54796; }
p { color: rgb(229,71,150); }
H1.HeaderClassName
{
color: #E54796;
}
.AnyTagClassName
{
color: #E54796;
}
</style>
background-color css
<style>
a { background-color: #E54796; }
a { background-color: rgb(229,71,150); }
div.DivClassName
{
background-color: #E54796;
}
.BgClassName
{
background-color: #E54796;
}
</style>
border-color css
<style>
span { border-color: #E54796; }
span { border-color: rgb(229,71,150); }
td.TdClassName
{
border-color: #E54796;
}
.TagClassName
{
border-color: #E54796;
}
</style>