Shades of French Rose #E2489E
Tints of French Rose #E2489E
RGB
CMYK
RGB Variations
Color information
#E2489E (or 0xE2489E) is known color: French Rose. HEX triplet: E2, 48 and 9E. RGB value is (226,72,158). Sum of RGB (Red+Green+Blue) = 226+72+158=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489E is #1DB761. Grayscale: #7F7F7F. Windows color (decimal): -1947490 or 10373346. OLE color: 10373346.
HSL color Cylindrical-coordinate representation of color #E2489E: hue angle of 326.49º 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 #E2489E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 158 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.11 |
| HSL | 326.49º | 0.73% | 0.58% | - |
| HSV(B) | 326.49º | 0.68% | 0.89% | - |
| XYZ | 39.85 | 23.27 | 34.74 | - |
| YUV | 127.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 158 | 0 | 0.68 | 0.30 | 0.11 | 326.49 | 0.73 | 0.58 |
| Hex | E2 | 48 | 9E | 0 | 44 | 1E | B | 146 | 49 | 3A |
| Octal | 342 | 110 | 236 | 0 | 104 | 36 | 13 | 506 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10011110 | 0 | 1000100 | 11110 | 1011 | 101000110 | 1001001 | 111010 |
Color Harmonies of #E2489E
Complementary color
Monochromatic Colors of #E2489E
Black with #E2489E
Text Example
Text Example
White with #E2489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2489E; }
p { color: rgb(226,72,158); }
H1.HeaderClassName
{
color: #E2489E;
}
.AnyTagClassName
{
color: #E2489E;
}
</style>
background-color css
<style>
a { background-color: #E2489E; }
a { background-color: rgb(226,72,158); }
div.DivClassName
{
background-color: #E2489E;
}
.BgClassName
{
background-color: #E2489E;
}
</style>
border-color css
<style>
span { border-color: #E2489E; }
span { border-color: rgb(226,72,158); }
td.TdClassName
{
border-color: #E2489E;
}
.TagClassName
{
border-color: #E2489E;
}
</style>