Shades of French Rose #E14893
Tints of French Rose #E14893
RGB
CMYK
RGB Variations
Color information
#E14893 (or 0xE14893) is known color: French Rose. HEX triplet: E1, 48 and 93. RGB value is (225,72,147). Sum of RGB (Red+Green+Blue) = 225+72+147=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E14893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14893 is #1EB76C. Grayscale: #7E7E7E. Windows color (decimal): -2013037 or 9652449. OLE color: 9652449.
HSL color Cylindrical-coordinate representation of color #E14893: hue angle of 330.59º 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 #E14893 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 147 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.12 |
| HSL | 330.59º | 0.72% | 0.58% | - |
| HSV(B) | 330.59º | 0.68% | 0.88% | - |
| XYZ | 38.64 | 22.75 | 29.96 | - |
| YUV | 126.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 147 | 0 | 0.68 | 0.35 | 0.12 | 330.59 | 0.72 | 0.58 |
| Hex | E1 | 48 | 93 | 0 | 44 | 23 | C | 14B | 48 | 3A |
| Octal | 341 | 110 | 223 | 0 | 104 | 43 | 14 | 513 | 110 | 72 |
| Binary | 11100001 | 1001000 | 10010011 | 0 | 1000100 | 100011 | 1100 | 101001011 | 1001000 | 111010 |
Color Harmonies of #E14893
Complementary color
Monochromatic Colors of #E14893
Black with #E14893
Text Example
Text Example
White with #E14893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14893; }
p { color: rgb(225,72,147); }
H1.HeaderClassName
{
color: #E14893;
}
.AnyTagClassName
{
color: #E14893;
}
</style>
background-color css
<style>
a { background-color: #E14893; }
a { background-color: rgb(225,72,147); }
div.DivClassName
{
background-color: #E14893;
}
.BgClassName
{
background-color: #E14893;
}
</style>
border-color css
<style>
span { border-color: #E14893; }
span { border-color: rgb(225,72,147); }
td.TdClassName
{
border-color: #E14893;
}
.TagClassName
{
border-color: #E14893;
}
</style>