Shades of French Rose #E74991
Tints of French Rose #E74991
RGB
CMYK
RGB Variations
Color information
#E74991 (or 0xE74991) is known color: French Rose. HEX triplet: E7, 49 and 91. RGB value is (231,73,145). Sum of RGB (Red+Green+Blue) = 231+73+145=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E74991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74991 is #18B66E. Grayscale: #808080. Windows color (decimal): -1619567 or 9521639. OLE color: 9521639.
HSL color Cylindrical-coordinate representation of color #E74991: hue angle of 332.66º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74991 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 145 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.09 |
| HSL | 332.66º | 0.77% | 0.6% | - |
| HSV(B) | 332.66º | 0.68% | 0.91% | - |
| XYZ | 40.45 | 23.8 | 29.25 | - |
| YUV | 128.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 145 | 0 | 0.68 | 0.37 | 0.09 | 332.66 | 0.77 | 0.6 |
| Hex | E7 | 49 | 91 | 0 | 44 | 25 | 9 | 14D | 4D | 3C |
| Octal | 347 | 111 | 221 | 0 | 104 | 45 | 11 | 515 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10010001 | 0 | 1000100 | 100101 | 1001 | 101001101 | 1001101 | 111100 |
Color Harmonies of #E74991
Complementary color
Monochromatic Colors of #E74991
Black with #E74991
Text Example
Text Example
White with #E74991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74991; }
p { color: rgb(231,73,145); }
H1.HeaderClassName
{
color: #E74991;
}
.AnyTagClassName
{
color: #E74991;
}
</style>
background-color css
<style>
a { background-color: #E74991; }
a { background-color: rgb(231,73,145); }
div.DivClassName
{
background-color: #E74991;
}
.BgClassName
{
background-color: #E74991;
}
</style>
border-color css
<style>
span { border-color: #E74991; }
span { border-color: rgb(231,73,145); }
td.TdClassName
{
border-color: #E74991;
}
.TagClassName
{
border-color: #E74991;
}
</style>