Shades of French Rose #E04994
Tints of French Rose #E04994
RGB
CMYK
RGB Variations
Color information
#E04994 (or 0xE04994) is known color: French Rose. HEX triplet: E0, 49 and 94. RGB value is (224,73,148). Sum of RGB (Red+Green+Blue) = 224+73+148=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04994 is #1FB66B. Grayscale: #7E7E7E. Windows color (decimal): -2078316 or 9718240. OLE color: 9718240.
HSL color Cylindrical-coordinate representation of color #E04994: hue angle of 330.2º 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 #E04994 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 148 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.12 |
| HSL | 330.2º | 0.71% | 0.58% | - |
| HSV(B) | 330.2º | 0.67% | 0.88% | - |
| XYZ | 38.47 | 22.75 | 30.38 | - |
| YUV | 126.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 148 | 0 | 0.67 | 0.34 | 0.12 | 330.2 | 0.71 | 0.58 |
| Hex | E0 | 49 | 94 | 0 | 43 | 22 | C | 14A | 47 | 3A |
| Octal | 340 | 111 | 224 | 0 | 103 | 42 | 14 | 512 | 107 | 72 |
| Binary | 11100000 | 1001001 | 10010100 | 0 | 1000011 | 100010 | 1100 | 101001010 | 1000111 | 111010 |
Color Harmonies of #E04994
Complementary color
Monochromatic Colors of #E04994
Black with #E04994
Text Example
Text Example
White with #E04994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04994; }
p { color: rgb(224,73,148); }
H1.HeaderClassName
{
color: #E04994;
}
.AnyTagClassName
{
color: #E04994;
}
</style>
background-color css
<style>
a { background-color: #E04994; }
a { background-color: rgb(224,73,148); }
div.DivClassName
{
background-color: #E04994;
}
.BgClassName
{
background-color: #E04994;
}
</style>
border-color css
<style>
span { border-color: #E04994; }
span { border-color: rgb(224,73,148); }
td.TdClassName
{
border-color: #E04994;
}
.TagClassName
{
border-color: #E04994;
}
</style>