Shades of French Rose #E04C97
Tints of French Rose #E04C97
RGB
CMYK
RGB Variations
Color information
#E04C97 (or 0xE04C97) is known color: French Rose. HEX triplet: E0, 4C and 97. RGB value is (224,76,151). Sum of RGB (Red+Green+Blue) = 224+76+151=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C97 is #1FB368. Grayscale: #808080. Windows color (decimal): -2077545 or 9915616. OLE color: 9915616.
HSL color Cylindrical-coordinate representation of color #E04C97: hue angle of 329.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C97 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 151 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.12 |
| HSL | 329.59º | 0.7% | 0.59% | - |
| HSV(B) | 329.59º | 0.66% | 0.88% | - |
| XYZ | 38.91 | 23.25 | 31.72 | - |
| YUV | 128.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 151 | 0 | 0.66 | 0.33 | 0.12 | 329.59 | 0.7 | 0.59 |
| Hex | E0 | 4C | 97 | 0 | 42 | 21 | C | 14A | 46 | 3B |
| Octal | 340 | 114 | 227 | 0 | 102 | 41 | 14 | 512 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10010111 | 0 | 1000010 | 100001 | 1100 | 101001010 | 1000110 | 111011 |
Color Harmonies of #E04C97
Complementary color
Monochromatic Colors of #E04C97
Black with #E04C97
Text Example
Text Example
White with #E04C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C97; }
p { color: rgb(224,76,151); }
H1.HeaderClassName
{
color: #E04C97;
}
.AnyTagClassName
{
color: #E04C97;
}
</style>
background-color css
<style>
a { background-color: #E04C97; }
a { background-color: rgb(224,76,151); }
div.DivClassName
{
background-color: #E04C97;
}
.BgClassName
{
background-color: #E04C97;
}
</style>
border-color css
<style>
span { border-color: #E04C97; }
span { border-color: rgb(224,76,151); }
td.TdClassName
{
border-color: #E04C97;
}
.TagClassName
{
border-color: #E04C97;
}
</style>