Shades of French Rose #E04990
Tints of French Rose #E04990
RGB
CMYK
RGB Variations
Color information
#E04990 (or 0xE04990) is known color: French Rose. HEX triplet: E0, 49 and 90. RGB value is (224,73,144). Sum of RGB (Red+Green+Blue) = 224+73+144=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E04990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04990 is #1FB66F. Grayscale: #7E7E7E. Windows color (decimal): -2078320 or 9456096. OLE color: 9456096.
HSL color Cylindrical-coordinate representation of color #E04990: hue angle of 331.79º 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 #E04990 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 144 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.12 |
| HSL | 331.79º | 0.71% | 0.58% | - |
| HSV(B) | 331.79º | 0.67% | 0.88% | - |
| XYZ | 38.16 | 22.63 | 28.74 | - |
| YUV | 126.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 144 | 0 | 0.67 | 0.36 | 0.12 | 331.79 | 0.71 | 0.58 |
| Hex | E0 | 49 | 90 | 0 | 43 | 24 | C | 14C | 47 | 3A |
| Octal | 340 | 111 | 220 | 0 | 103 | 44 | 14 | 514 | 107 | 72 |
| Binary | 11100000 | 1001001 | 10010000 | 0 | 1000011 | 100100 | 1100 | 101001100 | 1000111 | 111010 |
Color Harmonies of #E04990
Complementary color
Monochromatic Colors of #E04990
Black with #E04990
Text Example
Text Example
White with #E04990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04990; }
p { color: rgb(224,73,144); }
H1.HeaderClassName
{
color: #E04990;
}
.AnyTagClassName
{
color: #E04990;
}
</style>
background-color css
<style>
a { background-color: #E04990; }
a { background-color: rgb(224,73,144); }
div.DivClassName
{
background-color: #E04990;
}
.BgClassName
{
background-color: #E04990;
}
</style>
border-color css
<style>
span { border-color: #E04990; }
span { border-color: rgb(224,73,144); }
td.TdClassName
{
border-color: #E04990;
}
.TagClassName
{
border-color: #E04990;
}
</style>