Shades of French Rose #E04993
Tints of French Rose #E04993
RGB
CMYK
RGB Variations
Color information
#E04993 (or 0xE04993) is known color: French Rose. HEX triplet: E0, 49 and 93. RGB value is (224,73,147). Sum of RGB (Red+Green+Blue) = 224+73+147=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E04993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04993 is #1FB66C. Grayscale: #7E7E7E. Windows color (decimal): -2078317 or 9652704. OLE color: 9652704.
HSL color Cylindrical-coordinate representation of color #E04993: hue angle of 330.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04993 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 147 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.12 |
| HSL | 330.6º | 0.71% | 0.58% | - |
| HSV(B) | 330.6º | 0.67% | 0.88% | - |
| XYZ | 38.39 | 22.72 | 29.97 | - |
| YUV | 126.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 147 | 0 | 0.67 | 0.34 | 0.12 | 330.6 | 0.71 | 0.58 |
| Hex | E0 | 49 | 93 | 0 | 43 | 22 | C | 14B | 47 | 3A |
| Octal | 340 | 111 | 223 | 0 | 103 | 42 | 14 | 513 | 107 | 72 |
| Binary | 11100000 | 1001001 | 10010011 | 0 | 1000011 | 100010 | 1100 | 101001011 | 1000111 | 111010 |
Color Harmonies of #E04993
Complementary color
Monochromatic Colors of #E04993
Black with #E04993
Text Example
Text Example
White with #E04993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04993; }
p { color: rgb(224,73,147); }
H1.HeaderClassName
{
color: #E04993;
}
.AnyTagClassName
{
color: #E04993;
}
</style>
background-color css
<style>
a { background-color: #E04993; }
a { background-color: rgb(224,73,147); }
div.DivClassName
{
background-color: #E04993;
}
.BgClassName
{
background-color: #E04993;
}
</style>
border-color css
<style>
span { border-color: #E04993; }
span { border-color: rgb(224,73,147); }
td.TdClassName
{
border-color: #E04993;
}
.TagClassName
{
border-color: #E04993;
}
</style>