Shades of French Rose #E24D90
Tints of French Rose #E24D90
RGB
CMYK
RGB Variations
Color information
#E24D90 (or 0xE24D90) is known color: French Rose. HEX triplet: E2, 4D and 90. RGB value is (226,77,144). Sum of RGB (Red+Green+Blue) = 226+77+144=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D90 is #1DB26F. Grayscale: #818181. Windows color (decimal): -1946224 or 9457122. OLE color: 9457122.
HSL color Cylindrical-coordinate representation of color #E24D90: hue angle of 333.02º 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 #E24D90 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 144 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.11 |
| HSL | 333.02º | 0.72% | 0.59% | - |
| HSV(B) | 333.02º | 0.66% | 0.89% | - |
| XYZ | 39.05 | 23.49 | 28.86 | - |
| YUV | 129.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 144 | 0 | 0.66 | 0.36 | 0.11 | 333.02 | 0.72 | 0.59 |
| Hex | E2 | 4D | 90 | 0 | 42 | 24 | B | 14D | 48 | 3B |
| Octal | 342 | 115 | 220 | 0 | 102 | 44 | 13 | 515 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10010000 | 0 | 1000010 | 100100 | 1011 | 101001101 | 1001000 | 111011 |
Color Harmonies of #E24D90
Complementary color
Monochromatic Colors of #E24D90
Black with #E24D90
Text Example
Text Example
White with #E24D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D90; }
p { color: rgb(226,77,144); }
H1.HeaderClassName
{
color: #E24D90;
}
.AnyTagClassName
{
color: #E24D90;
}
</style>
background-color css
<style>
a { background-color: #E24D90; }
a { background-color: rgb(226,77,144); }
div.DivClassName
{
background-color: #E24D90;
}
.BgClassName
{
background-color: #E24D90;
}
</style>
border-color css
<style>
span { border-color: #E24D90; }
span { border-color: rgb(226,77,144); }
td.TdClassName
{
border-color: #E24D90;
}
.TagClassName
{
border-color: #E24D90;
}
</style>