Shades of French Rose #E2478D
Tints of French Rose #E2478D
RGB
CMYK
RGB Variations
Color information
#E2478D (or 0xE2478D) is known color: French Rose. HEX triplet: E2, 47 and 8D. RGB value is (226,71,141). Sum of RGB (Red+Green+Blue) = 226+71+141=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2478D is #1DB872. Grayscale: #7D7D7D. Windows color (decimal): -1947763 or 9258978. OLE color: 9258978.
HSL color Cylindrical-coordinate representation of color #E2478D: hue angle of 332.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2478D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 141 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.11 |
| HSL | 332.9º | 0.73% | 0.58% | - |
| HSV(B) | 332.9º | 0.69% | 0.89% | - |
| XYZ | 38.42 | 22.6 | 27.54 | - |
| YUV | 125.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 141 | 0 | 0.69 | 0.38 | 0.11 | 332.9 | 0.73 | 0.58 |
| Hex | E2 | 47 | 8D | 0 | 45 | 26 | B | 14D | 49 | 3A |
| Octal | 342 | 107 | 215 | 0 | 105 | 46 | 13 | 515 | 111 | 72 |
| Binary | 11100010 | 1000111 | 10001101 | 0 | 1000101 | 100110 | 1011 | 101001101 | 1001001 | 111010 |
Color Harmonies of #E2478D
Complementary color
Monochromatic Colors of #E2478D
Black with #E2478D
Text Example
Text Example
White with #E2478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2478D; }
p { color: rgb(226,71,141); }
H1.HeaderClassName
{
color: #E2478D;
}
.AnyTagClassName
{
color: #E2478D;
}
</style>
background-color css
<style>
a { background-color: #E2478D; }
a { background-color: rgb(226,71,141); }
div.DivClassName
{
background-color: #E2478D;
}
.BgClassName
{
background-color: #E2478D;
}
</style>
border-color css
<style>
span { border-color: #E2478D; }
span { border-color: rgb(226,71,141); }
td.TdClassName
{
border-color: #E2478D;
}
.TagClassName
{
border-color: #E2478D;
}
</style>