Shades of French Rose #E14995
Tints of French Rose #E14995
RGB
CMYK
RGB Variations
Color information
#E14995 (or 0xE14995) is known color: French Rose. HEX triplet: E1, 49 and 95. RGB value is (225,73,149). Sum of RGB (Red+Green+Blue) = 225+73+149=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14995 is #1EB66A. Grayscale: #7E7E7E. Windows color (decimal): -2012779 or 9783777. OLE color: 9783777.
HSL color Cylindrical-coordinate representation of color #E14995: hue angle of 330º 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 #E14995 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 149 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.12 |
| HSL | 330º | 0.72% | 0.58% | - |
| HSV(B) | 330º | 0.68% | 0.88% | - |
| XYZ | 38.86 | 22.94 | 30.81 | - |
| YUV | 127.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 149 | 0 | 0.68 | 0.34 | 0.12 | 330 | 0.72 | 0.58 |
| Hex | E1 | 49 | 95 | 0 | 44 | 22 | C | 14A | 48 | 3A |
| Octal | 341 | 111 | 225 | 0 | 104 | 42 | 14 | 512 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10010101 | 0 | 1000100 | 100010 | 1100 | 101001010 | 1001000 | 111010 |
Color Harmonies of #E14995
Complementary color
Monochromatic Colors of #E14995
Black with #E14995
Text Example
Text Example
White with #E14995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14995; }
p { color: rgb(225,73,149); }
H1.HeaderClassName
{
color: #E14995;
}
.AnyTagClassName
{
color: #E14995;
}
</style>
background-color css
<style>
a { background-color: #E14995; }
a { background-color: rgb(225,73,149); }
div.DivClassName
{
background-color: #E14995;
}
.BgClassName
{
background-color: #E14995;
}
</style>
border-color css
<style>
span { border-color: #E14995; }
span { border-color: rgb(225,73,149); }
td.TdClassName
{
border-color: #E14995;
}
.TagClassName
{
border-color: #E14995;
}
</style>