Shades of French Rose #E24D97
Tints of French Rose #E24D97
RGB
CMYK
RGB Variations
Color information
#E24D97 (or 0xE24D97) is known color: French Rose. HEX triplet: E2, 4D and 97. RGB value is (226,77,151). Sum of RGB (Red+Green+Blue) = 226+77+151=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D97 is #1DB268. Grayscale: #818181. Windows color (decimal): -1946217 or 9915874. OLE color: 9915874.
HSL color Cylindrical-coordinate representation of color #E24D97: hue angle of 330.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24D97 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 151 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.11 |
| HSL | 330.2º | 0.72% | 0.59% | - |
| HSV(B) | 330.2º | 0.66% | 0.89% | - |
| XYZ | 39.6 | 23.71 | 31.77 | - |
| YUV | 129.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 151 | 0 | 0.66 | 0.33 | 0.11 | 330.2 | 0.72 | 0.59 |
| Hex | E2 | 4D | 97 | 0 | 42 | 21 | B | 14A | 48 | 3B |
| Octal | 342 | 115 | 227 | 0 | 102 | 41 | 13 | 512 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10010111 | 0 | 1000010 | 100001 | 1011 | 101001010 | 1001000 | 111011 |
Color Harmonies of #E24D97
Complementary color
Monochromatic Colors of #E24D97
Black with #E24D97
Text Example
Text Example
White with #E24D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D97; }
p { color: rgb(226,77,151); }
H1.HeaderClassName
{
color: #E24D97;
}
.AnyTagClassName
{
color: #E24D97;
}
</style>
background-color css
<style>
a { background-color: #E24D97; }
a { background-color: rgb(226,77,151); }
div.DivClassName
{
background-color: #E24D97;
}
.BgClassName
{
background-color: #E24D97;
}
</style>
border-color css
<style>
span { border-color: #E24D97; }
span { border-color: rgb(226,77,151); }
td.TdClassName
{
border-color: #E24D97;
}
.TagClassName
{
border-color: #E24D97;
}
</style>