Shades of French Rose #E2489B
Tints of French Rose #E2489B
RGB
CMYK
RGB Variations
Color information
#E2489B (or 0xE2489B) is known color: French Rose. HEX triplet: E2, 48 and 9B. RGB value is (226,72,155). Sum of RGB (Red+Green+Blue) = 226+72+155=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489B is #1DB764. Grayscale: #7F7F7F. Windows color (decimal): -1947493 or 10176738. OLE color: 10176738.
HSL color Cylindrical-coordinate representation of color #E2489B: hue angle of 327.66º 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 #E2489B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 155 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.11 |
| HSL | 327.66º | 0.73% | 0.58% | - |
| HSV(B) | 327.66º | 0.68% | 0.89% | - |
| XYZ | 39.6 | 23.17 | 33.4 | - |
| YUV | 127.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 155 | 0 | 0.68 | 0.31 | 0.11 | 327.66 | 0.73 | 0.58 |
| Hex | E2 | 48 | 9B | 0 | 44 | 1F | B | 148 | 49 | 3A |
| Octal | 342 | 110 | 233 | 0 | 104 | 37 | 13 | 510 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10011011 | 0 | 1000100 | 11111 | 1011 | 101001000 | 1001001 | 111010 |
Color Harmonies of #E2489B
Complementary color
Monochromatic Colors of #E2489B
Black with #E2489B
Text Example
Text Example
White with #E2489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2489B; }
p { color: rgb(226,72,155); }
H1.HeaderClassName
{
color: #E2489B;
}
.AnyTagClassName
{
color: #E2489B;
}
</style>
background-color css
<style>
a { background-color: #E2489B; }
a { background-color: rgb(226,72,155); }
div.DivClassName
{
background-color: #E2489B;
}
.BgClassName
{
background-color: #E2489B;
}
</style>
border-color css
<style>
span { border-color: #E2489B; }
span { border-color: rgb(226,72,155); }
td.TdClassName
{
border-color: #E2489B;
}
.TagClassName
{
border-color: #E2489B;
}
</style>