Shades of French Rose #E84899
Tints of French Rose #E84899
RGB
CMYK
RGB Variations
Color information
#E84899 (or 0xE84899) is known color: French Rose. HEX triplet: E8, 48 and 99. RGB value is (232,72,153). Sum of RGB (Red+Green+Blue) = 232+72+153=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E84899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84899 is #17B766. Grayscale: #808080. Windows color (decimal): -1554279 or 10045672. OLE color: 10045672.
HSL color Cylindrical-coordinate representation of color #E84899: hue angle of 329.62º 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 #E84899 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 153 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.09 |
| HSL | 329.63º | 0.78% | 0.6% | - |
| HSV(B) | 329.63º | 0.69% | 0.91% | - |
| XYZ | 41.35 | 24.09 | 32.61 | - |
| YUV | 129.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 153 | 0 | 0.69 | 0.34 | 0.09 | 329.63 | 0.78 | 0.6 |
| Hex | E8 | 48 | 99 | 0 | 45 | 22 | 9 | 14A | 4E | 3C |
| Octal | 350 | 110 | 231 | 0 | 105 | 42 | 11 | 512 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10011001 | 0 | 1000101 | 100010 | 1001 | 101001010 | 1001110 | 111100 |
Color Harmonies of #E84899
Complementary color
Monochromatic Colors of #E84899
Black with #E84899
Text Example
Text Example
White with #E84899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84899; }
p { color: rgb(232,72,153); }
H1.HeaderClassName
{
color: #E84899;
}
.AnyTagClassName
{
color: #E84899;
}
</style>
background-color css
<style>
a { background-color: #E84899; }
a { background-color: rgb(232,72,153); }
div.DivClassName
{
background-color: #E84899;
}
.BgClassName
{
background-color: #E84899;
}
</style>
border-color css
<style>
span { border-color: #E84899; }
span { border-color: rgb(232,72,153); }
td.TdClassName
{
border-color: #E84899;
}
.TagClassName
{
border-color: #E84899;
}
</style>