Shades of French Rose #E24896
Tints of French Rose #E24896
RGB
CMYK
RGB Variations
Color information
#E24896 (or 0xE24896) is known color: French Rose. HEX triplet: E2, 48 and 96. RGB value is (226,72,150). Sum of RGB (Red+Green+Blue) = 226+72+150=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E24896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24896 is #1DB769. Grayscale: #7E7E7E. Windows color (decimal): -1947498 or 9849058. OLE color: 9849058.
HSL color Cylindrical-coordinate representation of color #E24896: hue angle of 329.61º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24896 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 150 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.11 |
| HSL | 329.61º | 0.73% | 0.58% | - |
| HSV(B) | 329.61º | 0.68% | 0.89% | - |
| XYZ | 39.19 | 23.01 | 31.23 | - |
| YUV | 126.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 150 | 0 | 0.68 | 0.34 | 0.11 | 329.61 | 0.73 | 0.58 |
| Hex | E2 | 48 | 96 | 0 | 44 | 22 | B | 14A | 49 | 3A |
| Octal | 342 | 110 | 226 | 0 | 104 | 42 | 13 | 512 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10010110 | 0 | 1000100 | 100010 | 1011 | 101001010 | 1001001 | 111010 |
Color Harmonies of #E24896
Complementary color
Monochromatic Colors of #E24896
Black with #E24896
Text Example
Text Example
White with #E24896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24896; }
p { color: rgb(226,72,150); }
H1.HeaderClassName
{
color: #E24896;
}
.AnyTagClassName
{
color: #E24896;
}
</style>
background-color css
<style>
a { background-color: #E24896; }
a { background-color: rgb(226,72,150); }
div.DivClassName
{
background-color: #E24896;
}
.BgClassName
{
background-color: #E24896;
}
</style>
border-color css
<style>
span { border-color: #E24896; }
span { border-color: rgb(226,72,150); }
td.TdClassName
{
border-color: #E24896;
}
.TagClassName
{
border-color: #E24896;
}
</style>