Shades of French Rose #E04992
Tints of French Rose #E04992
RGB
CMYK
RGB Variations
Color information
#E04992 (or 0xE04992) is known color: French Rose. HEX triplet: E0, 49 and 92. RGB value is (224,73,146). Sum of RGB (Red+Green+Blue) = 224+73+146=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E04992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04992 is #1FB66D. Grayscale: #7E7E7E. Windows color (decimal): -2078318 or 9587168. OLE color: 9587168.
HSL color Cylindrical-coordinate representation of color #E04992: hue angle of 330.99º 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 #E04992 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 146 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.12 |
| HSL | 330.99º | 0.71% | 0.58% | - |
| HSV(B) | 330.99º | 0.67% | 0.88% | - |
| XYZ | 38.31 | 22.69 | 29.55 | - |
| YUV | 126.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 146 | 0 | 0.67 | 0.35 | 0.12 | 330.99 | 0.71 | 0.58 |
| Hex | E0 | 49 | 92 | 0 | 43 | 23 | C | 14B | 47 | 3A |
| Octal | 340 | 111 | 222 | 0 | 103 | 43 | 14 | 513 | 107 | 72 |
| Binary | 11100000 | 1001001 | 10010010 | 0 | 1000011 | 100011 | 1100 | 101001011 | 1000111 | 111010 |
Color Harmonies of #E04992
Complementary color
Monochromatic Colors of #E04992
Black with #E04992
Text Example
Text Example
White with #E04992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04992; }
p { color: rgb(224,73,146); }
H1.HeaderClassName
{
color: #E04992;
}
.AnyTagClassName
{
color: #E04992;
}
</style>
background-color css
<style>
a { background-color: #E04992; }
a { background-color: rgb(224,73,146); }
div.DivClassName
{
background-color: #E04992;
}
.BgClassName
{
background-color: #E04992;
}
</style>
border-color css
<style>
span { border-color: #E04992; }
span { border-color: rgb(224,73,146); }
td.TdClassName
{
border-color: #E04992;
}
.TagClassName
{
border-color: #E04992;
}
</style>