Shades of French Rose #E1478C
Tints of French Rose #E1478C
RGB
CMYK
RGB Variations
Color information
#E1478C (or 0xE1478C) is known color: French Rose. HEX triplet: E1, 47 and 8C. RGB value is (225,71,140). Sum of RGB (Red+Green+Blue) = 225+71+140=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1478C is #1EB873. Grayscale: #7C7C7C. Windows color (decimal): -2013300 or 9193441. OLE color: 9193441.
HSL color Cylindrical-coordinate representation of color #E1478C: hue angle of 333.12º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1478C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 140 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.12 |
| HSL | 333.12º | 0.72% | 0.58% | - |
| HSV(B) | 333.12º | 0.68% | 0.88% | - |
| XYZ | 38.04 | 22.41 | 27.13 | - |
| YUV | 124.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 140 | 0 | 0.68 | 0.38 | 0.12 | 333.12 | 0.72 | 0.58 |
| Hex | E1 | 47 | 8C | 0 | 44 | 26 | C | 14D | 48 | 3A |
| Octal | 341 | 107 | 214 | 0 | 104 | 46 | 14 | 515 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10001100 | 0 | 1000100 | 100110 | 1100 | 101001101 | 1001000 | 111010 |
Color Harmonies of #E1478C
Complementary color
Monochromatic Colors of #E1478C
Black with #E1478C
Text Example
Text Example
White with #E1478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1478C; }
p { color: rgb(225,71,140); }
H1.HeaderClassName
{
color: #E1478C;
}
.AnyTagClassName
{
color: #E1478C;
}
</style>
background-color css
<style>
a { background-color: #E1478C; }
a { background-color: rgb(225,71,140); }
div.DivClassName
{
background-color: #E1478C;
}
.BgClassName
{
background-color: #E1478C;
}
</style>
border-color css
<style>
span { border-color: #E1478C; }
span { border-color: rgb(225,71,140); }
td.TdClassName
{
border-color: #E1478C;
}
.TagClassName
{
border-color: #E1478C;
}
</style>