Shades of French Rose #E74686
Tints of French Rose #E74686
RGB
CMYK
RGB Variations
Color information
#E74686 (or 0xE74686) is known color: French Rose. HEX triplet: E7, 46 and 86. RGB value is (231,70,134). Sum of RGB (Red+Green+Blue) = 231+70+134=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E74686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74686 is #18B979. Grayscale: #7D7D7D. Windows color (decimal): -1620346 or 8799975. OLE color: 8799975.
HSL color Cylindrical-coordinate representation of color #E74686: hue angle of 336.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74686 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 134 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.09 |
| HSL | 336.15º | 0.77% | 0.59% | - |
| HSV(B) | 336.15º | 0.7% | 0.91% | - |
| XYZ | 39.45 | 23.09 | 24.93 | - |
| YUV | 125.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 134 | 0 | 0.70 | 0.42 | 0.09 | 336.15 | 0.77 | 0.59 |
| Hex | E7 | 46 | 86 | 0 | 46 | 2A | 9 | 150 | 4D | 3B |
| Octal | 347 | 106 | 206 | 0 | 106 | 52 | 11 | 520 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000110 | 0 | 1000110 | 101010 | 1001 | 101010000 | 1001101 | 111011 |
Color Harmonies of #E74686
Complementary color
Monochromatic Colors of #E74686
Black with #E74686
Text Example
Text Example
White with #E74686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74686; }
p { color: rgb(231,70,134); }
H1.HeaderClassName
{
color: #E74686;
}
.AnyTagClassName
{
color: #E74686;
}
</style>
background-color css
<style>
a { background-color: #E74686; }
a { background-color: rgb(231,70,134); }
div.DivClassName
{
background-color: #E74686;
}
.BgClassName
{
background-color: #E74686;
}
</style>
border-color css
<style>
span { border-color: #E74686; }
span { border-color: rgb(231,70,134); }
td.TdClassName
{
border-color: #E74686;
}
.TagClassName
{
border-color: #E74686;
}
</style>