Shades of French Rose #E5489A
Tints of French Rose #E5489A
RGB
CMYK
RGB Variations
Color information
#E5489A (or 0xE5489A) is known color: French Rose. HEX triplet: E5, 48 and 9A. RGB value is (229,72,154). Sum of RGB (Red+Green+Blue) = 229+72+154=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5489A is #1AB765. Grayscale: #808080. Windows color (decimal): -1750886 or 10111205. OLE color: 10111205.
HSL color Cylindrical-coordinate representation of color #E5489A: hue angle of 328.66º 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 #E5489A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 154 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.10 |
| HSL | 328.66º | 0.75% | 0.59% | - |
| HSV(B) | 328.66º | 0.69% | 0.9% | - |
| XYZ | 40.46 | 23.63 | 33 | - |
| YUV | 128.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 154 | 0 | 0.69 | 0.33 | 0.10 | 328.66 | 0.75 | 0.59 |
| Hex | E5 | 48 | 9A | 0 | 45 | 21 | A | 149 | 4B | 3B |
| Octal | 345 | 110 | 232 | 0 | 105 | 41 | 12 | 511 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10011010 | 0 | 1000101 | 100001 | 1010 | 101001001 | 1001011 | 111011 |
Color Harmonies of #E5489A
Complementary color
Monochromatic Colors of #E5489A
Black with #E5489A
Text Example
Text Example
White with #E5489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5489A; }
p { color: rgb(229,72,154); }
H1.HeaderClassName
{
color: #E5489A;
}
.AnyTagClassName
{
color: #E5489A;
}
</style>
background-color css
<style>
a { background-color: #E5489A; }
a { background-color: rgb(229,72,154); }
div.DivClassName
{
background-color: #E5489A;
}
.BgClassName
{
background-color: #E5489A;
}
</style>
border-color css
<style>
span { border-color: #E5489A; }
span { border-color: rgb(229,72,154); }
td.TdClassName
{
border-color: #E5489A;
}
.TagClassName
{
border-color: #E5489A;
}
</style>