Shades of French Rose #E84993
Tints of French Rose #E84993
RGB
CMYK
RGB Variations
Color information
#E84993 (or 0xE84993) is known color: French Rose. HEX triplet: E8, 49 and 93. RGB value is (232,73,147). Sum of RGB (Red+Green+Blue) = 232+73+147=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E84993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84993 is #17B66C. Grayscale: #808080. Windows color (decimal): -1554029 or 9652712. OLE color: 9652712.
HSL color Cylindrical-coordinate representation of color #E84993: hue angle of 332.08º 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 #E84993 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 147 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.09 |
| HSL | 332.08º | 0.78% | 0.6% | - |
| HSV(B) | 332.08º | 0.69% | 0.91% | - |
| XYZ | 40.93 | 24.03 | 30.08 | - |
| YUV | 128.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 147 | 0 | 0.69 | 0.37 | 0.09 | 332.08 | 0.78 | 0.6 |
| Hex | E8 | 49 | 93 | 0 | 45 | 25 | 9 | 14C | 4E | 3C |
| Octal | 350 | 111 | 223 | 0 | 105 | 45 | 11 | 514 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10010011 | 0 | 1000101 | 100101 | 1001 | 101001100 | 1001110 | 111100 |
Color Harmonies of #E84993
Complementary color
Monochromatic Colors of #E84993
Black with #E84993
Text Example
Text Example
White with #E84993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84993; }
p { color: rgb(232,73,147); }
H1.HeaderClassName
{
color: #E84993;
}
.AnyTagClassName
{
color: #E84993;
}
</style>
background-color css
<style>
a { background-color: #E84993; }
a { background-color: rgb(232,73,147); }
div.DivClassName
{
background-color: #E84993;
}
.BgClassName
{
background-color: #E84993;
}
</style>
border-color css
<style>
span { border-color: #E84993; }
span { border-color: rgb(232,73,147); }
td.TdClassName
{
border-color: #E84993;
}
.TagClassName
{
border-color: #E84993;
}
</style>