Shades of French Rose #E14F99
Tints of French Rose #E14F99
RGB
CMYK
RGB Variations
Color information
#E14F99 (or 0xE14F99) is known color: French Rose. HEX triplet: E1, 4F and 99. RGB value is (225,79,153). Sum of RGB (Red+Green+Blue) = 225+79+153=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F99 is #1EB066. Grayscale: #828282. Windows color (decimal): -2011239 or 10047457. OLE color: 10047457.
HSL color Cylindrical-coordinate representation of color #E14F99: hue angle of 329.59º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F99 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 153 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.12 |
| HSL | 329.59º | 0.71% | 0.6% | - |
| HSV(B) | 329.59º | 0.65% | 0.88% | - |
| XYZ | 39.6 | 23.9 | 32.66 | - |
| YUV | 131.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 153 | 0 | 0.65 | 0.32 | 0.12 | 329.59 | 0.71 | 0.6 |
| Hex | E1 | 4F | 99 | 0 | 41 | 20 | C | 14A | 47 | 3C |
| Octal | 341 | 117 | 231 | 0 | 101 | 40 | 14 | 512 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10011001 | 0 | 1000001 | 100000 | 1100 | 101001010 | 1000111 | 111100 |
Color Harmonies of #E14F99
Complementary color
Monochromatic Colors of #E14F99
Black with #E14F99
Text Example
Text Example
White with #E14F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F99; }
p { color: rgb(225,79,153); }
H1.HeaderClassName
{
color: #E14F99;
}
.AnyTagClassName
{
color: #E14F99;
}
</style>
background-color css
<style>
a { background-color: #E14F99; }
a { background-color: rgb(225,79,153); }
div.DivClassName
{
background-color: #E14F99;
}
.BgClassName
{
background-color: #E14F99;
}
</style>
border-color css
<style>
span { border-color: #E14F99; }
span { border-color: rgb(225,79,153); }
td.TdClassName
{
border-color: #E14F99;
}
.TagClassName
{
border-color: #E14F99;
}
</style>