Shades of French Rose #E84893
Tints of French Rose #E84893
RGB
CMYK
RGB Variations
Color information
#E84893 (or 0xE84893) is known color: French Rose. HEX triplet: E8, 48 and 93. RGB value is (232,72,147). Sum of RGB (Red+Green+Blue) = 232+72+147=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E84893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84893 is #17B76C. Grayscale: #808080. Windows color (decimal): -1554285 or 9652456. OLE color: 9652456.
HSL color Cylindrical-coordinate representation of color #E84893: hue angle of 331.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 #E84893 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 147 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.09 |
| HSL | 331.88º | 0.78% | 0.6% | - |
| HSV(B) | 331.88º | 0.69% | 0.91% | - |
| XYZ | 40.86 | 23.9 | 30.06 | - |
| YUV | 128.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 147 | 0 | 0.69 | 0.37 | 0.09 | 331.88 | 0.78 | 0.6 |
| Hex | E8 | 48 | 93 | 0 | 45 | 25 | 9 | 14C | 4E | 3C |
| Octal | 350 | 110 | 223 | 0 | 105 | 45 | 11 | 514 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10010011 | 0 | 1000101 | 100101 | 1001 | 101001100 | 1001110 | 111100 |
Color Harmonies of #E84893
Complementary color
Monochromatic Colors of #E84893
Black with #E84893
Text Example
Text Example
White with #E84893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84893; }
p { color: rgb(232,72,147); }
H1.HeaderClassName
{
color: #E84893;
}
.AnyTagClassName
{
color: #E84893;
}
</style>
background-color css
<style>
a { background-color: #E84893; }
a { background-color: rgb(232,72,147); }
div.DivClassName
{
background-color: #E84893;
}
.BgClassName
{
background-color: #E84893;
}
</style>
border-color css
<style>
span { border-color: #E84893; }
span { border-color: rgb(232,72,147); }
td.TdClassName
{
border-color: #E84893;
}
.TagClassName
{
border-color: #E84893;
}
</style>