Shades of French Rose #E24D91
Tints of French Rose #E24D91
RGB
CMYK
RGB Variations
Color information
#E24D91 (or 0xE24D91) is known color: French Rose. HEX triplet: E2, 4D and 91. RGB value is (226,77,145). Sum of RGB (Red+Green+Blue) = 226+77+145=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D91 is #1DB26E. Grayscale: #818181. Windows color (decimal): -1946223 or 9522658. OLE color: 9522658.
HSL color Cylindrical-coordinate representation of color #E24D91: hue angle of 332.62º 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 #E24D91 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 145 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.11 |
| HSL | 332.62º | 0.72% | 0.59% | - |
| HSV(B) | 332.62º | 0.66% | 0.89% | - |
| XYZ | 39.13 | 23.52 | 29.27 | - |
| YUV | 129.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 145 | 0 | 0.66 | 0.36 | 0.11 | 332.62 | 0.72 | 0.59 |
| Hex | E2 | 4D | 91 | 0 | 42 | 24 | B | 14D | 48 | 3B |
| Octal | 342 | 115 | 221 | 0 | 102 | 44 | 13 | 515 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10010001 | 0 | 1000010 | 100100 | 1011 | 101001101 | 1001000 | 111011 |
Color Harmonies of #E24D91
Complementary color
Monochromatic Colors of #E24D91
Black with #E24D91
Text Example
Text Example
White with #E24D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D91; }
p { color: rgb(226,77,145); }
H1.HeaderClassName
{
color: #E24D91;
}
.AnyTagClassName
{
color: #E24D91;
}
</style>
background-color css
<style>
a { background-color: #E24D91; }
a { background-color: rgb(226,77,145); }
div.DivClassName
{
background-color: #E24D91;
}
.BgClassName
{
background-color: #E24D91;
}
</style>
border-color css
<style>
span { border-color: #E24D91; }
span { border-color: rgb(226,77,145); }
td.TdClassName
{
border-color: #E24D91;
}
.TagClassName
{
border-color: #E24D91;
}
</style>