Shades of French Rose #E8499C
Tints of French Rose #E8499C
RGB
CMYK
RGB Variations
Color information
#E8499C (or 0xE8499C) is known color: French Rose. HEX triplet: E8, 49 and 9C. RGB value is (232,73,156). Sum of RGB (Red+Green+Blue) = 232+73+156=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8499C is #17B663. Grayscale: #818181. Windows color (decimal): -1554020 or 10242536. OLE color: 10242536.
HSL color Cylindrical-coordinate representation of color #E8499C: hue angle of 328.68º 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 #E8499C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 156 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.09 |
| HSL | 328.68º | 0.78% | 0.6% | - |
| HSV(B) | 328.68º | 0.69% | 0.91% | - |
| XYZ | 41.66 | 24.32 | 33.95 | - |
| YUV | 130 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 156 | 0 | 0.69 | 0.33 | 0.09 | 328.68 | 0.78 | 0.6 |
| Hex | E8 | 49 | 9C | 0 | 45 | 21 | 9 | 149 | 4E | 3C |
| Octal | 350 | 111 | 234 | 0 | 105 | 41 | 11 | 511 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10011100 | 0 | 1000101 | 100001 | 1001 | 101001001 | 1001110 | 111100 |
Color Harmonies of #E8499C
Complementary color
Monochromatic Colors of #E8499C
Black with #E8499C
Text Example
Text Example
White with #E8499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8499C; }
p { color: rgb(232,73,156); }
H1.HeaderClassName
{
color: #E8499C;
}
.AnyTagClassName
{
color: #E8499C;
}
</style>
background-color css
<style>
a { background-color: #E8499C; }
a { background-color: rgb(232,73,156); }
div.DivClassName
{
background-color: #E8499C;
}
.BgClassName
{
background-color: #E8499C;
}
</style>
border-color css
<style>
span { border-color: #E8499C; }
span { border-color: rgb(232,73,156); }
td.TdClassName
{
border-color: #E8499C;
}
.TagClassName
{
border-color: #E8499C;
}
</style>