Shades of French Rose #E8488B
Tints of French Rose #E8488B
RGB
CMYK
RGB Variations
Color information
#E8488B (or 0xE8488B) is known color: French Rose. HEX triplet: E8, 48 and 8B. RGB value is (232,72,139). Sum of RGB (Red+Green+Blue) = 232+72+139=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8488B is #17B774. Grayscale: #7F7F7F. Windows color (decimal): -1554293 or 9128168. OLE color: 9128168.
HSL color Cylindrical-coordinate representation of color #E8488B: hue angle of 334.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8488B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 139 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.09 |
| HSL | 334.88º | 0.78% | 0.6% | - |
| HSV(B) | 334.88º | 0.69% | 0.91% | - |
| XYZ | 40.26 | 23.65 | 26.87 | - |
| YUV | 127.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 139 | 0 | 0.69 | 0.40 | 0.09 | 334.88 | 0.78 | 0.6 |
| Hex | E8 | 48 | 8B | 0 | 45 | 28 | 9 | 14F | 4E | 3C |
| Octal | 350 | 110 | 213 | 0 | 105 | 50 | 11 | 517 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10001011 | 0 | 1000101 | 101000 | 1001 | 101001111 | 1001110 | 111100 |
Color Harmonies of #E8488B
Complementary color
Monochromatic Colors of #E8488B
Black with #E8488B
Text Example
Text Example
White with #E8488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8488B; }
p { color: rgb(232,72,139); }
H1.HeaderClassName
{
color: #E8488B;
}
.AnyTagClassName
{
color: #E8488B;
}
</style>
background-color css
<style>
a { background-color: #E8488B; }
a { background-color: rgb(232,72,139); }
div.DivClassName
{
background-color: #E8488B;
}
.BgClassName
{
background-color: #E8488B;
}
</style>
border-color css
<style>
span { border-color: #E8488B; }
span { border-color: rgb(232,72,139); }
td.TdClassName
{
border-color: #E8488B;
}
.TagClassName
{
border-color: #E8488B;
}
</style>