Shades of French Rose #E74586
Tints of French Rose #E74586
RGB
CMYK
RGB Variations
Color information
#E74586 (or 0xE74586) is known color: French Rose. HEX triplet: E7, 45 and 86. RGB value is (231,69,134). Sum of RGB (Red+Green+Blue) = 231+69+134=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E74586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74586 is #18BA79. Grayscale: #7C7C7C. Windows color (decimal): -1620602 or 8799719. OLE color: 8799719.
HSL color Cylindrical-coordinate representation of color #E74586: hue angle of 335.93º 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 #E74586 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 134 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.09 |
| HSL | 335.93º | 0.77% | 0.59% | - |
| HSV(B) | 335.93º | 0.7% | 0.91% | - |
| XYZ | 39.39 | 22.97 | 24.91 | - |
| YUV | 124.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 134 | 0 | 0.70 | 0.42 | 0.09 | 335.93 | 0.77 | 0.59 |
| Hex | E7 | 45 | 86 | 0 | 46 | 2A | 9 | 150 | 4D | 3B |
| Octal | 347 | 105 | 206 | 0 | 106 | 52 | 11 | 520 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10000110 | 0 | 1000110 | 101010 | 1001 | 101010000 | 1001101 | 111011 |
Color Harmonies of #E74586
Complementary color
Monochromatic Colors of #E74586
Black with #E74586
Text Example
Text Example
White with #E74586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74586; }
p { color: rgb(231,69,134); }
H1.HeaderClassName
{
color: #E74586;
}
.AnyTagClassName
{
color: #E74586;
}
</style>
background-color css
<style>
a { background-color: #E74586; }
a { background-color: rgb(231,69,134); }
div.DivClassName
{
background-color: #E74586;
}
.BgClassName
{
background-color: #E74586;
}
</style>
border-color css
<style>
span { border-color: #E74586; }
span { border-color: rgb(231,69,134); }
td.TdClassName
{
border-color: #E74586;
}
.TagClassName
{
border-color: #E74586;
}
</style>