Shades of French Rose #E9499C
Tints of French Rose #E9499C
RGB
CMYK
RGB Variations
Color information
#E9499C (or 0xE9499C) is known color: French Rose. HEX triplet: E9, 49 and 9C. RGB value is (233,73,156). Sum of RGB (Red+Green+Blue) = 233+73+156=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E9499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9499C is #16B663. Grayscale: #828282. Windows color (decimal): -1488484 or 10242537. OLE color: 10242537.
HSL color Cylindrical-coordinate representation of color #E9499C: hue angle of 328.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 #E9499C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 156 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.09 |
| HSL | 328.88º | 0.78% | 0.6% | - |
| HSV(B) | 328.88º | 0.69% | 0.91% | - |
| XYZ | 41.99 | 24.49 | 33.97 | - |
| YUV | 130.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 156 | 0 | 0.69 | 0.33 | 0.09 | 328.88 | 0.78 | 0.6 |
| Hex | E9 | 49 | 9C | 0 | 45 | 21 | 9 | 149 | 4E | 3C |
| Octal | 351 | 111 | 234 | 0 | 105 | 41 | 11 | 511 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10011100 | 0 | 1000101 | 100001 | 1001 | 101001001 | 1001110 | 111100 |
Color Harmonies of #E9499C
Complementary color
Monochromatic Colors of #E9499C
Black with #E9499C
Text Example
Text Example
White with #E9499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9499C; }
p { color: rgb(233,73,156); }
H1.HeaderClassName
{
color: #E9499C;
}
.AnyTagClassName
{
color: #E9499C;
}
</style>
background-color css
<style>
a { background-color: #E9499C; }
a { background-color: rgb(233,73,156); }
div.DivClassName
{
background-color: #E9499C;
}
.BgClassName
{
background-color: #E9499C;
}
</style>
border-color css
<style>
span { border-color: #E9499C; }
span { border-color: rgb(233,73,156); }
td.TdClassName
{
border-color: #E9499C;
}
.TagClassName
{
border-color: #E9499C;
}
</style>