Shades of French Rose #E54588
Tints of French Rose #E54588
RGB
CMYK
RGB Variations
Color information
#E54588 (or 0xE54588) is known color: French Rose. HEX triplet: E5, 45 and 88. RGB value is (229,69,136). Sum of RGB (Red+Green+Blue) = 229+69+136=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E54588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54588 is #1ABA77. Grayscale: #7C7C7C. Windows color (decimal): -1751672 or 8930789. OLE color: 8930789.
HSL color Cylindrical-coordinate representation of color #E54588: hue angle of 334.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54588 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 136 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.10 |
| HSL | 334.88º | 0.75% | 0.58% | - |
| HSV(B) | 334.88º | 0.7% | 0.9% | - |
| XYZ | 38.89 | 22.69 | 25.62 | - |
| YUV | 124.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 136 | 0 | 0.70 | 0.41 | 0.10 | 334.88 | 0.75 | 0.58 |
| Hex | E5 | 45 | 88 | 0 | 46 | 29 | A | 14F | 4B | 3A |
| Octal | 345 | 105 | 210 | 0 | 106 | 51 | 12 | 517 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10001000 | 0 | 1000110 | 101001 | 1010 | 101001111 | 1001011 | 111010 |
Color Harmonies of #E54588
Complementary color
Monochromatic Colors of #E54588
Black with #E54588
Text Example
Text Example
White with #E54588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54588; }
p { color: rgb(229,69,136); }
H1.HeaderClassName
{
color: #E54588;
}
.AnyTagClassName
{
color: #E54588;
}
</style>
background-color css
<style>
a { background-color: #E54588; }
a { background-color: rgb(229,69,136); }
div.DivClassName
{
background-color: #E54588;
}
.BgClassName
{
background-color: #E54588;
}
</style>
border-color css
<style>
span { border-color: #E54588; }
span { border-color: rgb(229,69,136); }
td.TdClassName
{
border-color: #E54588;
}
.TagClassName
{
border-color: #E54588;
}
</style>