Shades of French Rose #E24C90
Tints of French Rose #E24C90
RGB
CMYK
RGB Variations
Color information
#E24C90 (or 0xE24C90) is known color: French Rose. HEX triplet: E2, 4C and 90. RGB value is (226,76,144). Sum of RGB (Red+Green+Blue) = 226+76+144=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24C90 is #1DB36F. Grayscale: #808080. Windows color (decimal): -1946480 or 9456866. OLE color: 9456866.
HSL color Cylindrical-coordinate representation of color #E24C90: hue angle of 332.8º 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 #E24C90 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 144 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.11 |
| HSL | 332.8º | 0.72% | 0.59% | - |
| HSV(B) | 332.8º | 0.66% | 0.89% | - |
| XYZ | 38.98 | 23.35 | 28.84 | - |
| YUV | 128.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 144 | 0 | 0.66 | 0.36 | 0.11 | 332.8 | 0.72 | 0.59 |
| Hex | E2 | 4C | 90 | 0 | 42 | 24 | B | 14D | 48 | 3B |
| Octal | 342 | 114 | 220 | 0 | 102 | 44 | 13 | 515 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10010000 | 0 | 1000010 | 100100 | 1011 | 101001101 | 1001000 | 111011 |
Color Harmonies of #E24C90
Complementary color
Monochromatic Colors of #E24C90
Black with #E24C90
Text Example
Text Example
White with #E24C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C90; }
p { color: rgb(226,76,144); }
H1.HeaderClassName
{
color: #E24C90;
}
.AnyTagClassName
{
color: #E24C90;
}
</style>
background-color css
<style>
a { background-color: #E24C90; }
a { background-color: rgb(226,76,144); }
div.DivClassName
{
background-color: #E24C90;
}
.BgClassName
{
background-color: #E24C90;
}
</style>
border-color css
<style>
span { border-color: #E24C90; }
span { border-color: rgb(226,76,144); }
td.TdClassName
{
border-color: #E24C90;
}
.TagClassName
{
border-color: #E24C90;
}
</style>