Shades of French Rose #E24E91
Tints of French Rose #E24E91
RGB
CMYK
RGB Variations
Color information
#E24E91 (or 0xE24E91) is known color: French Rose. HEX triplet: E2, 4E and 91. RGB value is (226,78,145). Sum of RGB (Red+Green+Blue) = 226+78+145=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E91 is #1DB16E. Grayscale: #818181. Windows color (decimal): -1945967 or 9522914. OLE color: 9522914.
HSL color Cylindrical-coordinate representation of color #E24E91: hue angle of 332.84º 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 #E24E91 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 145 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.11 |
| HSL | 332.84º | 0.72% | 0.6% | - |
| HSV(B) | 332.84º | 0.65% | 0.89% | - |
| XYZ | 39.2 | 23.66 | 29.29 | - |
| YUV | 129.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 145 | 0 | 0.65 | 0.36 | 0.11 | 332.84 | 0.72 | 0.6 |
| Hex | E2 | 4E | 91 | 0 | 41 | 24 | B | 14D | 48 | 3C |
| Octal | 342 | 116 | 221 | 0 | 101 | 44 | 13 | 515 | 110 | 74 |
| Binary | 11100010 | 1001110 | 10010001 | 0 | 1000001 | 100100 | 1011 | 101001101 | 1001000 | 111100 |
Color Harmonies of #E24E91
Complementary color
Monochromatic Colors of #E24E91
Black with #E24E91
Text Example
Text Example
White with #E24E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E91; }
p { color: rgb(226,78,145); }
H1.HeaderClassName
{
color: #E24E91;
}
.AnyTagClassName
{
color: #E24E91;
}
</style>
background-color css
<style>
a { background-color: #E24E91; }
a { background-color: rgb(226,78,145); }
div.DivClassName
{
background-color: #E24E91;
}
.BgClassName
{
background-color: #E24E91;
}
</style>
border-color css
<style>
span { border-color: #E24E91; }
span { border-color: rgb(226,78,145); }
td.TdClassName
{
border-color: #E24E91;
}
.TagClassName
{
border-color: #E24E91;
}
</style>