Shades of French Rose #E54688
Tints of French Rose #E54688
RGB
CMYK
RGB Variations
Color information
#E54688 (or 0xE54688) is known color: French Rose. HEX triplet: E5, 46 and 88. RGB value is (229,70,136). Sum of RGB (Red+Green+Blue) = 229+70+136=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54688 is #1AB977. Grayscale: #7C7C7C. Windows color (decimal): -1751416 or 8931045. OLE color: 8931045.
HSL color Cylindrical-coordinate representation of color #E54688: hue angle of 335.09º 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 #E54688 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 136 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.10 |
| HSL | 335.09º | 0.75% | 0.59% | - |
| HSV(B) | 335.09º | 0.69% | 0.9% | - |
| XYZ | 38.95 | 22.82 | 25.64 | - |
| YUV | 125.07 | 134.18 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 136 | 0 | 0.69 | 0.41 | 0.10 | 335.09 | 0.75 | 0.59 |
| Hex | E5 | 46 | 88 | 0 | 45 | 29 | A | 14F | 4B | 3B |
| Octal | 345 | 106 | 210 | 0 | 105 | 51 | 12 | 517 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10001000 | 0 | 1000101 | 101001 | 1010 | 101001111 | 1001011 | 111011 |
Color Harmonies of #E54688
Complementary color
Monochromatic Colors of #E54688
Black with #E54688
Text Example
Text Example
White with #E54688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54688; }
p { color: rgb(229,70,136); }
H1.HeaderClassName
{
color: #E54688;
}
.AnyTagClassName
{
color: #E54688;
}
</style>
background-color css
<style>
a { background-color: #E54688; }
a { background-color: rgb(229,70,136); }
div.DivClassName
{
background-color: #E54688;
}
.BgClassName
{
background-color: #E54688;
}
</style>
border-color css
<style>
span { border-color: #E54688; }
span { border-color: rgb(229,70,136); }
td.TdClassName
{
border-color: #E54688;
}
.TagClassName
{
border-color: #E54688;
}
</style>