Shades of French Rose #E2488C
Tints of French Rose #E2488C
RGB
CMYK
RGB Variations
Color information
#E2488C (or 0xE2488C) is known color: French Rose. HEX triplet: E2, 48 and 8C. RGB value is (226,72,140). Sum of RGB (Red+Green+Blue) = 226+72+140=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2488C is #1DB773. Grayscale: #7D7D7D. Windows color (decimal): -1947508 or 9193698. OLE color: 9193698.
HSL color Cylindrical-coordinate representation of color #E2488C: hue angle of 333.51º 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 #E2488C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 140 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.11 |
| HSL | 333.51º | 0.73% | 0.58% | - |
| HSV(B) | 333.51º | 0.68% | 0.89% | - |
| XYZ | 38.42 | 22.7 | 27.17 | - |
| YUV | 125.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 140 | 0 | 0.68 | 0.38 | 0.11 | 333.51 | 0.73 | 0.58 |
| Hex | E2 | 48 | 8C | 0 | 44 | 26 | B | 14E | 49 | 3A |
| Octal | 342 | 110 | 214 | 0 | 104 | 46 | 13 | 516 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10001100 | 0 | 1000100 | 100110 | 1011 | 101001110 | 1001001 | 111010 |
Color Harmonies of #E2488C
Complementary color
Monochromatic Colors of #E2488C
Black with #E2488C
Text Example
Text Example
White with #E2488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2488C; }
p { color: rgb(226,72,140); }
H1.HeaderClassName
{
color: #E2488C;
}
.AnyTagClassName
{
color: #E2488C;
}
</style>
background-color css
<style>
a { background-color: #E2488C; }
a { background-color: rgb(226,72,140); }
div.DivClassName
{
background-color: #E2488C;
}
.BgClassName
{
background-color: #E2488C;
}
</style>
border-color css
<style>
span { border-color: #E2488C; }
span { border-color: rgb(226,72,140); }
td.TdClassName
{
border-color: #E2488C;
}
.TagClassName
{
border-color: #E2488C;
}
</style>