Shades of French Rose #E9488C
Tints of French Rose #E9488C
RGB
CMYK
RGB Variations
Color information
#E9488C (or 0xE9488C) is known color: French Rose. HEX triplet: E9, 48 and 8C. RGB value is (233,72,140). Sum of RGB (Red+Green+Blue) = 233+72+140=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9488C is #16B773. Grayscale: #7F7F7F. Windows color (decimal): -1488756 or 9193705. OLE color: 9193705.
HSL color Cylindrical-coordinate representation of color #E9488C: hue angle of 334.66º degrees, saturation: 0.79, 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 #E9488C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 140 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.09 |
| HSL | 334.66º | 0.79% | 0.6% | - |
| HSV(B) | 334.66º | 0.69% | 0.91% | - |
| XYZ | 40.66 | 23.85 | 27.27 | - |
| YUV | 127.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 140 | 0 | 0.69 | 0.40 | 0.09 | 334.66 | 0.79 | 0.6 |
| Hex | E9 | 48 | 8C | 0 | 45 | 28 | 9 | 14F | 4F | 3C |
| Octal | 351 | 110 | 214 | 0 | 105 | 50 | 11 | 517 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10001100 | 0 | 1000101 | 101000 | 1001 | 101001111 | 1001111 | 111100 |
Color Harmonies of #E9488C
Complementary color
Monochromatic Colors of #E9488C
Black with #E9488C
Text Example
Text Example
White with #E9488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9488C; }
p { color: rgb(233,72,140); }
H1.HeaderClassName
{
color: #E9488C;
}
.AnyTagClassName
{
color: #E9488C;
}
</style>
background-color css
<style>
a { background-color: #E9488C; }
a { background-color: rgb(233,72,140); }
div.DivClassName
{
background-color: #E9488C;
}
.BgClassName
{
background-color: #E9488C;
}
</style>
border-color css
<style>
span { border-color: #E9488C; }
span { border-color: rgb(233,72,140); }
td.TdClassName
{
border-color: #E9488C;
}
.TagClassName
{
border-color: #E9488C;
}
</style>