Shades of French Rose #E2489A
Tints of French Rose #E2489A
RGB
CMYK
RGB Variations
Color information
#E2489A (or 0xE2489A) is known color: French Rose. HEX triplet: E2, 48 and 9A. RGB value is (226,72,154). Sum of RGB (Red+Green+Blue) = 226+72+154=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489A is #1DB765. Grayscale: #7F7F7F. Windows color (decimal): -1947494 or 10111202. OLE color: 10111202.
HSL color Cylindrical-coordinate representation of color #E2489A: hue angle of 328.05º 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 #E2489A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 154 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.11 |
| HSL | 328.05º | 0.73% | 0.58% | - |
| HSV(B) | 328.05º | 0.68% | 0.89% | - |
| XYZ | 39.51 | 23.14 | 32.96 | - |
| YUV | 127.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 154 | 0 | 0.68 | 0.32 | 0.11 | 328.05 | 0.73 | 0.58 |
| Hex | E2 | 48 | 9A | 0 | 44 | 20 | B | 148 | 49 | 3A |
| Octal | 342 | 110 | 232 | 0 | 104 | 40 | 13 | 510 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10011010 | 0 | 1000100 | 100000 | 1011 | 101001000 | 1001001 | 111010 |
Color Harmonies of #E2489A
Complementary color
Monochromatic Colors of #E2489A
Black with #E2489A
Text Example
Text Example
White with #E2489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2489A; }
p { color: rgb(226,72,154); }
H1.HeaderClassName
{
color: #E2489A;
}
.AnyTagClassName
{
color: #E2489A;
}
</style>
background-color css
<style>
a { background-color: #E2489A; }
a { background-color: rgb(226,72,154); }
div.DivClassName
{
background-color: #E2489A;
}
.BgClassName
{
background-color: #E2489A;
}
</style>
border-color css
<style>
span { border-color: #E2489A; }
span { border-color: rgb(226,72,154); }
td.TdClassName
{
border-color: #E2489A;
}
.TagClassName
{
border-color: #E2489A;
}
</style>