Shades of French Rose #E24999
Tints of French Rose #E24999
RGB
CMYK
RGB Variations
Color information
#E24999 (or 0xE24999) is known color: French Rose. HEX triplet: E2, 49 and 99. RGB value is (226,73,153). Sum of RGB (Red+Green+Blue) = 226+73+153=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E24999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24999 is #1DB666. Grayscale: #7F7F7F. Windows color (decimal): -1947239 or 10045922. OLE color: 10045922.
HSL color Cylindrical-coordinate representation of color #E24999: hue angle of 328.63º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24999 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 153 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.11 |
| HSL | 328.63º | 0.73% | 0.59% | - |
| HSV(B) | 328.63º | 0.68% | 0.89% | - |
| XYZ | 39.5 | 23.23 | 32.54 | - |
| YUV | 127.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 153 | 0 | 0.68 | 0.32 | 0.11 | 328.63 | 0.73 | 0.59 |
| Hex | E2 | 49 | 99 | 0 | 44 | 20 | B | 149 | 49 | 3B |
| Octal | 342 | 111 | 231 | 0 | 104 | 40 | 13 | 511 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10011001 | 0 | 1000100 | 100000 | 1011 | 101001001 | 1001001 | 111011 |
Color Harmonies of #E24999
Complementary color
Monochromatic Colors of #E24999
Black with #E24999
Text Example
Text Example
White with #E24999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24999; }
p { color: rgb(226,73,153); }
H1.HeaderClassName
{
color: #E24999;
}
.AnyTagClassName
{
color: #E24999;
}
</style>
background-color css
<style>
a { background-color: #E24999; }
a { background-color: rgb(226,73,153); }
div.DivClassName
{
background-color: #E24999;
}
.BgClassName
{
background-color: #E24999;
}
</style>
border-color css
<style>
span { border-color: #E24999; }
span { border-color: rgb(226,73,153); }
td.TdClassName
{
border-color: #E24999;
}
.TagClassName
{
border-color: #E24999;
}
</style>