Shades of French Rose #E74890
Tints of French Rose #E74890
RGB
CMYK
RGB Variations
Color information
#E74890 (or 0xE74890) is known color: French Rose. HEX triplet: E7, 48 and 90. RGB value is (231,72,144). Sum of RGB (Red+Green+Blue) = 231+72+144=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74890 is #18B76F. Grayscale: #7F7F7F. Windows color (decimal): -1619824 or 9455847. OLE color: 9455847.
HSL color Cylindrical-coordinate representation of color #E74890: hue angle of 332.83º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74890 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 144 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.09 |
| HSL | 332.83º | 0.77% | 0.59% | - |
| HSV(B) | 332.83º | 0.69% | 0.91% | - |
| XYZ | 40.31 | 23.64 | 28.82 | - |
| YUV | 127.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 144 | 0 | 0.69 | 0.38 | 0.09 | 332.83 | 0.77 | 0.59 |
| Hex | E7 | 48 | 90 | 0 | 45 | 26 | 9 | 14D | 4D | 3B |
| Octal | 347 | 110 | 220 | 0 | 105 | 46 | 11 | 515 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10010000 | 0 | 1000101 | 100110 | 1001 | 101001101 | 1001101 | 111011 |
Color Harmonies of #E74890
Complementary color
Monochromatic Colors of #E74890
Black with #E74890
Text Example
Text Example
White with #E74890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74890; }
p { color: rgb(231,72,144); }
H1.HeaderClassName
{
color: #E74890;
}
.AnyTagClassName
{
color: #E74890;
}
</style>
background-color css
<style>
a { background-color: #E74890; }
a { background-color: rgb(231,72,144); }
div.DivClassName
{
background-color: #E74890;
}
.BgClassName
{
background-color: #E74890;
}
</style>
border-color css
<style>
span { border-color: #E74890; }
span { border-color: rgb(231,72,144); }
td.TdClassName
{
border-color: #E74890;
}
.TagClassName
{
border-color: #E74890;
}
</style>