Shades of French Rose #E8488C
Tints of French Rose #E8488C
RGB
CMYK
RGB Variations
Color information
#E8488C (or 0xE8488C) is known color: French Rose. HEX triplet: E8, 48 and 8C. RGB value is (232,72,140). Sum of RGB (Red+Green+Blue) = 232+72+140=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8488C is #17B773. Grayscale: #7F7F7F. Windows color (decimal): -1554292 or 9193704. OLE color: 9193704.
HSL color Cylindrical-coordinate representation of color #E8488C: hue angle of 334.5º 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 #E8488C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 140 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.09 |
| HSL | 334.5º | 0.78% | 0.6% | - |
| HSV(B) | 334.5º | 0.69% | 0.91% | - |
| XYZ | 40.33 | 23.68 | 27.26 | - |
| YUV | 127.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 140 | 0 | 0.69 | 0.40 | 0.09 | 334.5 | 0.78 | 0.6 |
| Hex | E8 | 48 | 8C | 0 | 45 | 28 | 9 | 14E | 4E | 3C |
| Octal | 350 | 110 | 214 | 0 | 105 | 50 | 11 | 516 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10001100 | 0 | 1000101 | 101000 | 1001 | 101001110 | 1001110 | 111100 |
Color Harmonies of #E8488C
Complementary color
Monochromatic Colors of #E8488C
Black with #E8488C
Text Example
Text Example
White with #E8488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8488C; }
p { color: rgb(232,72,140); }
H1.HeaderClassName
{
color: #E8488C;
}
.AnyTagClassName
{
color: #E8488C;
}
</style>
background-color css
<style>
a { background-color: #E8488C; }
a { background-color: rgb(232,72,140); }
div.DivClassName
{
background-color: #E8488C;
}
.BgClassName
{
background-color: #E8488C;
}
</style>
border-color css
<style>
span { border-color: #E8488C; }
span { border-color: rgb(232,72,140); }
td.TdClassName
{
border-color: #E8488C;
}
.TagClassName
{
border-color: #E8488C;
}
</style>