Shades of French Rose #E84792
Tints of French Rose #E84792
RGB
CMYK
RGB Variations
Color information
#E84792 (or 0xE84792) is known color: French Rose. HEX triplet: E8, 47 and 92. RGB value is (232,71,146). Sum of RGB (Red+Green+Blue) = 232+71+146=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E84792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84792 is #17B86D. Grayscale: #7F7F7F. Windows color (decimal): -1554542 or 9586664. OLE color: 9586664.
HSL color Cylindrical-coordinate representation of color #E84792: hue angle of 332.05º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E84792 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 146 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.09 |
| HSL | 332.05º | 0.78% | 0.59% | - |
| HSV(B) | 332.05º | 0.69% | 0.91% | - |
| XYZ | 40.72 | 23.74 | 29.63 | - |
| YUV | 127.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 146 | 0 | 0.69 | 0.37 | 0.09 | 332.05 | 0.78 | 0.59 |
| Hex | E8 | 47 | 92 | 0 | 45 | 25 | 9 | 14C | 4E | 3B |
| Octal | 350 | 107 | 222 | 0 | 105 | 45 | 11 | 514 | 116 | 73 |
| Binary | 11101000 | 1000111 | 10010010 | 0 | 1000101 | 100101 | 1001 | 101001100 | 1001110 | 111011 |
Color Harmonies of #E84792
Complementary color
Monochromatic Colors of #E84792
Black with #E84792
Text Example
Text Example
White with #E84792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84792; }
p { color: rgb(232,71,146); }
H1.HeaderClassName
{
color: #E84792;
}
.AnyTagClassName
{
color: #E84792;
}
</style>
background-color css
<style>
a { background-color: #E84792; }
a { background-color: rgb(232,71,146); }
div.DivClassName
{
background-color: #E84792;
}
.BgClassName
{
background-color: #E84792;
}
</style>
border-color css
<style>
span { border-color: #E84792; }
span { border-color: rgb(232,71,146); }
td.TdClassName
{
border-color: #E84792;
}
.TagClassName
{
border-color: #E84792;
}
</style>