Shades of French Rose #E5489B
Tints of French Rose #E5489B
RGB
CMYK
RGB Variations
Color information
#E5489B (or 0xE5489B) is known color: French Rose. HEX triplet: E5, 48 and 9B. RGB value is (229,72,155). Sum of RGB (Red+Green+Blue) = 229+72+155=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5489B is #1AB764. Grayscale: #808080. Windows color (decimal): -1750885 or 10176741. OLE color: 10176741.
HSL color Cylindrical-coordinate representation of color #E5489B: hue angle of 328.28º 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 #E5489B is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 155 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.10 |
| HSL | 328.28º | 0.75% | 0.59% | - |
| HSV(B) | 328.28º | 0.69% | 0.9% | - |
| XYZ | 40.55 | 23.66 | 33.44 | - |
| YUV | 128.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 155 | 0 | 0.69 | 0.32 | 0.10 | 328.28 | 0.75 | 0.59 |
| Hex | E5 | 48 | 9B | 0 | 45 | 20 | A | 148 | 4B | 3B |
| Octal | 345 | 110 | 233 | 0 | 105 | 40 | 12 | 510 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10011011 | 0 | 1000101 | 100000 | 1010 | 101001000 | 1001011 | 111011 |
Color Harmonies of #E5489B
Complementary color
Monochromatic Colors of #E5489B
Black with #E5489B
Text Example
Text Example
White with #E5489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5489B; }
p { color: rgb(229,72,155); }
H1.HeaderClassName
{
color: #E5489B;
}
.AnyTagClassName
{
color: #E5489B;
}
</style>
background-color css
<style>
a { background-color: #E5489B; }
a { background-color: rgb(229,72,155); }
div.DivClassName
{
background-color: #E5489B;
}
.BgClassName
{
background-color: #E5489B;
}
</style>
border-color css
<style>
span { border-color: #E5489B; }
span { border-color: rgb(229,72,155); }
td.TdClassName
{
border-color: #E5489B;
}
.TagClassName
{
border-color: #E5489B;
}
</style>