Shades of French Rose #E84999
Tints of French Rose #E84999
RGB
CMYK
RGB Variations
Color information
#E84999 (or 0xE84999) is known color: French Rose. HEX triplet: E8, 49 and 99. RGB value is (232,73,153). Sum of RGB (Red+Green+Blue) = 232+73+153=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E84999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84999 is #17B666. Grayscale: #818181. Windows color (decimal): -1554023 or 10045928. OLE color: 10045928.
HSL color Cylindrical-coordinate representation of color #E84999: hue angle of 329.81º 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 #E84999 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 153 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.09 |
| HSL | 329.81º | 0.78% | 0.6% | - |
| HSV(B) | 329.81º | 0.69% | 0.91% | - |
| XYZ | 41.41 | 24.22 | 32.63 | - |
| YUV | 129.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 153 | 0 | 0.69 | 0.34 | 0.09 | 329.81 | 0.78 | 0.6 |
| Hex | E8 | 49 | 99 | 0 | 45 | 22 | 9 | 14A | 4E | 3C |
| Octal | 350 | 111 | 231 | 0 | 105 | 42 | 11 | 512 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10011001 | 0 | 1000101 | 100010 | 1001 | 101001010 | 1001110 | 111100 |
Color Harmonies of #E84999
Complementary color
Monochromatic Colors of #E84999
Black with #E84999
Text Example
Text Example
White with #E84999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84999; }
p { color: rgb(232,73,153); }
H1.HeaderClassName
{
color: #E84999;
}
.AnyTagClassName
{
color: #E84999;
}
</style>
background-color css
<style>
a { background-color: #E84999; }
a { background-color: rgb(232,73,153); }
div.DivClassName
{
background-color: #E84999;
}
.BgClassName
{
background-color: #E84999;
}
</style>
border-color css
<style>
span { border-color: #E84999; }
span { border-color: rgb(232,73,153); }
td.TdClassName
{
border-color: #E84999;
}
.TagClassName
{
border-color: #E84999;
}
</style>