Shades of French Rose #E9488A
Tints of French Rose #E9488A
RGB
CMYK
RGB Variations
Color information
#E9488A (or 0xE9488A) is known color: French Rose. HEX triplet: E9, 48 and 8A. RGB value is (233,72,138). Sum of RGB (Red+Green+Blue) = 233+72+138=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9488A is #16B775. Grayscale: #7F7F7F. Windows color (decimal): -1488758 or 9062633. OLE color: 9062633.
HSL color Cylindrical-coordinate representation of color #E9488A: hue angle of 335.4º 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 #E9488A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 138 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.09 |
| HSL | 335.4º | 0.79% | 0.6% | - |
| HSV(B) | 335.4º | 0.69% | 0.91% | - |
| XYZ | 40.51 | 23.79 | 26.5 | - |
| YUV | 127.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 138 | 0 | 0.69 | 0.41 | 0.09 | 335.4 | 0.79 | 0.6 |
| Hex | E9 | 48 | 8A | 0 | 45 | 29 | 9 | 14F | 4F | 3C |
| Octal | 351 | 110 | 212 | 0 | 105 | 51 | 11 | 517 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10001010 | 0 | 1000101 | 101001 | 1001 | 101001111 | 1001111 | 111100 |
Color Harmonies of #E9488A
Complementary color
Monochromatic Colors of #E9488A
Black with #E9488A
Text Example
Text Example
White with #E9488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9488A; }
p { color: rgb(233,72,138); }
H1.HeaderClassName
{
color: #E9488A;
}
.AnyTagClassName
{
color: #E9488A;
}
</style>
background-color css
<style>
a { background-color: #E9488A; }
a { background-color: rgb(233,72,138); }
div.DivClassName
{
background-color: #E9488A;
}
.BgClassName
{
background-color: #E9488A;
}
</style>
border-color css
<style>
span { border-color: #E9488A; }
span { border-color: rgb(233,72,138); }
td.TdClassName
{
border-color: #E9488A;
}
.TagClassName
{
border-color: #E9488A;
}
</style>