Shades of French Rose #E24F99
Tints of French Rose #E24F99
RGB
CMYK
RGB Variations
Color information
#E24F99 (or 0xE24F99) is known color: French Rose. HEX triplet: E2, 4F and 99. RGB value is (226,79,153). Sum of RGB (Red+Green+Blue) = 226+79+153=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F99 is #1DB066. Grayscale: #838383. Windows color (decimal): -1945703 or 10047458. OLE color: 10047458.
HSL color Cylindrical-coordinate representation of color #E24F99: hue angle of 329.8º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24F99 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 153 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.11 |
| HSL | 329.8º | 0.72% | 0.6% | - |
| HSV(B) | 329.8º | 0.65% | 0.89% | - |
| XYZ | 39.91 | 24.06 | 32.68 | - |
| YUV | 131.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 153 | 0 | 0.65 | 0.32 | 0.11 | 329.8 | 0.72 | 0.6 |
| Hex | E2 | 4F | 99 | 0 | 41 | 20 | B | 14A | 48 | 3C |
| Octal | 342 | 117 | 231 | 0 | 101 | 40 | 13 | 512 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10011001 | 0 | 1000001 | 100000 | 1011 | 101001010 | 1001000 | 111100 |
Color Harmonies of #E24F99
Complementary color
Monochromatic Colors of #E24F99
Black with #E24F99
Text Example
Text Example
White with #E24F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F99; }
p { color: rgb(226,79,153); }
H1.HeaderClassName
{
color: #E24F99;
}
.AnyTagClassName
{
color: #E24F99;
}
</style>
background-color css
<style>
a { background-color: #E24F99; }
a { background-color: rgb(226,79,153); }
div.DivClassName
{
background-color: #E24F99;
}
.BgClassName
{
background-color: #E24F99;
}
</style>
border-color css
<style>
span { border-color: #E24F99; }
span { border-color: rgb(226,79,153); }
td.TdClassName
{
border-color: #E24F99;
}
.TagClassName
{
border-color: #E24F99;
}
</style>