Shades of French Rose #E14992
Tints of French Rose #E14992
RGB
CMYK
RGB Variations
Color information
#E14992 (or 0xE14992) is known color: French Rose. HEX triplet: E1, 49 and 92. RGB value is (225,73,146). Sum of RGB (Red+Green+Blue) = 225+73+146=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E14992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14992 is #1EB66D. Grayscale: #7E7E7E. Windows color (decimal): -2012782 or 9587169. OLE color: 9587169.
HSL color Cylindrical-coordinate representation of color #E14992: hue angle of 331.18º 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 #E14992 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 146 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.12 |
| HSL | 331.18º | 0.72% | 0.58% | - |
| HSV(B) | 331.18º | 0.68% | 0.88% | - |
| XYZ | 38.62 | 22.85 | 29.57 | - |
| YUV | 126.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 146 | 0 | 0.68 | 0.35 | 0.12 | 331.18 | 0.72 | 0.58 |
| Hex | E1 | 49 | 92 | 0 | 44 | 23 | C | 14B | 48 | 3A |
| Octal | 341 | 111 | 222 | 0 | 104 | 43 | 14 | 513 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10010010 | 0 | 1000100 | 100011 | 1100 | 101001011 | 1001000 | 111010 |
Color Harmonies of #E14992
Complementary color
Monochromatic Colors of #E14992
Black with #E14992
Text Example
Text Example
White with #E14992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14992; }
p { color: rgb(225,73,146); }
H1.HeaderClassName
{
color: #E14992;
}
.AnyTagClassName
{
color: #E14992;
}
</style>
background-color css
<style>
a { background-color: #E14992; }
a { background-color: rgb(225,73,146); }
div.DivClassName
{
background-color: #E14992;
}
.BgClassName
{
background-color: #E14992;
}
</style>
border-color css
<style>
span { border-color: #E14992; }
span { border-color: rgb(225,73,146); }
td.TdClassName
{
border-color: #E14992;
}
.TagClassName
{
border-color: #E14992;
}
</style>