Shades of French Rose #E5488C
Tints of French Rose #E5488C
RGB
CMYK
RGB Variations
Color information
#E5488C (or 0xE5488C) is known color: French Rose. HEX triplet: E5, 48 and 8C. RGB value is (229,72,140). Sum of RGB (Red+Green+Blue) = 229+72+140=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5488C is #1AB773. Grayscale: #7E7E7E. Windows color (decimal): -1750900 or 9193701. OLE color: 9193701.
HSL color Cylindrical-coordinate representation of color #E5488C: hue angle of 334.01º 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 #E5488C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 140 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.10 |
| HSL | 334.01º | 0.75% | 0.59% | - |
| HSV(B) | 334.01º | 0.69% | 0.9% | - |
| XYZ | 39.36 | 23.19 | 27.21 | - |
| YUV | 126.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 140 | 0 | 0.69 | 0.39 | 0.10 | 334.01 | 0.75 | 0.59 |
| Hex | E5 | 48 | 8C | 0 | 45 | 27 | A | 14E | 4B | 3B |
| Octal | 345 | 110 | 214 | 0 | 105 | 47 | 12 | 516 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10001100 | 0 | 1000101 | 100111 | 1010 | 101001110 | 1001011 | 111011 |
Color Harmonies of #E5488C
Complementary color
Monochromatic Colors of #E5488C
Black with #E5488C
Text Example
Text Example
White with #E5488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5488C; }
p { color: rgb(229,72,140); }
H1.HeaderClassName
{
color: #E5488C;
}
.AnyTagClassName
{
color: #E5488C;
}
</style>
background-color css
<style>
a { background-color: #E5488C; }
a { background-color: rgb(229,72,140); }
div.DivClassName
{
background-color: #E5488C;
}
.BgClassName
{
background-color: #E5488C;
}
</style>
border-color css
<style>
span { border-color: #E5488C; }
span { border-color: rgb(229,72,140); }
td.TdClassName
{
border-color: #E5488C;
}
.TagClassName
{
border-color: #E5488C;
}
</style>