Shades of French Rose #E24690
Tints of French Rose #E24690
RGB
CMYK
RGB Variations
Color information
#E24690 (or 0xE24690) is known color: French Rose. HEX triplet: E2, 46 and 90. RGB value is (226,70,144). Sum of RGB (Red+Green+Blue) = 226+70+144=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E24690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24690 is #1DB96F. Grayscale: #7C7C7C. Windows color (decimal): -1948016 or 9455330. OLE color: 9455330.
HSL color Cylindrical-coordinate representation of color #E24690: hue angle of 331.54º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24690 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 144 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.11 |
| HSL | 331.54º | 0.73% | 0.58% | - |
| HSV(B) | 331.54º | 0.69% | 0.89% | - |
| XYZ | 38.59 | 22.56 | 28.71 | - |
| YUV | 125.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 144 | 0 | 0.69 | 0.36 | 0.11 | 331.54 | 0.73 | 0.58 |
| Hex | E2 | 46 | 90 | 0 | 45 | 24 | B | 14C | 49 | 3A |
| Octal | 342 | 106 | 220 | 0 | 105 | 44 | 13 | 514 | 111 | 72 |
| Binary | 11100010 | 1000110 | 10010000 | 0 | 1000101 | 100100 | 1011 | 101001100 | 1001001 | 111010 |
Color Harmonies of #E24690
Complementary color
Monochromatic Colors of #E24690
Black with #E24690
Text Example
Text Example
White with #E24690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24690; }
p { color: rgb(226,70,144); }
H1.HeaderClassName
{
color: #E24690;
}
.AnyTagClassName
{
color: #E24690;
}
</style>
background-color css
<style>
a { background-color: #E24690; }
a { background-color: rgb(226,70,144); }
div.DivClassName
{
background-color: #E24690;
}
.BgClassName
{
background-color: #E24690;
}
</style>
border-color css
<style>
span { border-color: #E24690; }
span { border-color: rgb(226,70,144); }
td.TdClassName
{
border-color: #E24690;
}
.TagClassName
{
border-color: #E24690;
}
</style>