Shades of French Rose #E04F98
Tints of French Rose #E04F98
RGB
CMYK
RGB Variations
Color information
#E04F98 (or 0xE04F98) is known color: French Rose. HEX triplet: E0, 4F and 98. RGB value is (224,79,152). Sum of RGB (Red+Green+Blue) = 224+79+152=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F98 is #1FB067. Grayscale: #828282. Windows color (decimal): -2076776 or 9981920. OLE color: 9981920.
HSL color Cylindrical-coordinate representation of color #E04F98: hue angle of 329.79º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F98 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 152 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.12 |
| HSL | 329.79º | 0.7% | 0.59% | - |
| HSV(B) | 329.79º | 0.65% | 0.88% | - |
| XYZ | 39.2 | 23.71 | 32.22 | - |
| YUV | 130.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 152 | 0 | 0.65 | 0.32 | 0.12 | 329.79 | 0.7 | 0.59 |
| Hex | E0 | 4F | 98 | 0 | 41 | 20 | C | 14A | 46 | 3B |
| Octal | 340 | 117 | 230 | 0 | 101 | 40 | 14 | 512 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10011000 | 0 | 1000001 | 100000 | 1100 | 101001010 | 1000110 | 111011 |
Color Harmonies of #E04F98
Complementary color
Monochromatic Colors of #E04F98
Black with #E04F98
Text Example
Text Example
White with #E04F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F98; }
p { color: rgb(224,79,152); }
H1.HeaderClassName
{
color: #E04F98;
}
.AnyTagClassName
{
color: #E04F98;
}
</style>
background-color css
<style>
a { background-color: #E04F98; }
a { background-color: rgb(224,79,152); }
div.DivClassName
{
background-color: #E04F98;
}
.BgClassName
{
background-color: #E04F98;
}
</style>
border-color css
<style>
span { border-color: #E04F98; }
span { border-color: rgb(224,79,152); }
td.TdClassName
{
border-color: #E04F98;
}
.TagClassName
{
border-color: #E04F98;
}
</style>