Shades of French Rose #E14999
Tints of French Rose #E14999
RGB
CMYK
RGB Variations
Color information
#E14999 (or 0xE14999) is known color: French Rose. HEX triplet: E1, 49 and 99. RGB value is (225,73,153). Sum of RGB (Red+Green+Blue) = 225+73+153=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E14999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14999 is #1EB666. Grayscale: #7F7F7F. Windows color (decimal): -2012775 or 10045921. OLE color: 10045921.
HSL color Cylindrical-coordinate representation of color #E14999: hue angle of 328.42º 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 #E14999 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 153 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.12 |
| HSL | 328.42º | 0.72% | 0.58% | - |
| HSV(B) | 328.42º | 0.68% | 0.88% | - |
| XYZ | 39.18 | 23.07 | 32.53 | - |
| YUV | 127.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 153 | 0 | 0.68 | 0.32 | 0.12 | 328.42 | 0.72 | 0.58 |
| Hex | E1 | 49 | 99 | 0 | 44 | 20 | C | 148 | 48 | 3A |
| Octal | 341 | 111 | 231 | 0 | 104 | 40 | 14 | 510 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10011001 | 0 | 1000100 | 100000 | 1100 | 101001000 | 1001000 | 111010 |
Color Harmonies of #E14999
Complementary color
Monochromatic Colors of #E14999
Black with #E14999
Text Example
Text Example
White with #E14999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14999; }
p { color: rgb(225,73,153); }
H1.HeaderClassName
{
color: #E14999;
}
.AnyTagClassName
{
color: #E14999;
}
</style>
background-color css
<style>
a { background-color: #E14999; }
a { background-color: rgb(225,73,153); }
div.DivClassName
{
background-color: #E14999;
}
.BgClassName
{
background-color: #E14999;
}
</style>
border-color css
<style>
span { border-color: #E14999; }
span { border-color: rgb(225,73,153); }
td.TdClassName
{
border-color: #E14999;
}
.TagClassName
{
border-color: #E14999;
}
</style>