Shades of French Rose #E74685
Tints of French Rose #E74685
RGB
CMYK
RGB Variations
Color information
#E74685 (or 0xE74685) is known color: French Rose. HEX triplet: E7, 46 and 85. RGB value is (231,70,133). Sum of RGB (Red+Green+Blue) = 231+70+133=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E74685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74685 is #18B97A. Grayscale: #7D7D7D. Windows color (decimal): -1620347 or 8734439. OLE color: 8734439.
HSL color Cylindrical-coordinate representation of color #E74685: hue angle of 336.52º 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 #E74685 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 133 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.09 |
| HSL | 336.52º | 0.77% | 0.59% | - |
| HSV(B) | 336.52º | 0.7% | 0.91% | - |
| XYZ | 39.38 | 23.06 | 24.57 | - |
| YUV | 125.32 | 132.34 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 133 | 0 | 0.70 | 0.42 | 0.09 | 336.52 | 0.77 | 0.59 |
| Hex | E7 | 46 | 85 | 0 | 46 | 2A | 9 | 151 | 4D | 3B |
| Octal | 347 | 106 | 205 | 0 | 106 | 52 | 11 | 521 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000101 | 0 | 1000110 | 101010 | 1001 | 101010001 | 1001101 | 111011 |
Color Harmonies of #E74685
Complementary color
Monochromatic Colors of #E74685
Black with #E74685
Text Example
Text Example
White with #E74685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74685; }
p { color: rgb(231,70,133); }
H1.HeaderClassName
{
color: #E74685;
}
.AnyTagClassName
{
color: #E74685;
}
</style>
background-color css
<style>
a { background-color: #E74685; }
a { background-color: rgb(231,70,133); }
div.DivClassName
{
background-color: #E74685;
}
.BgClassName
{
background-color: #E74685;
}
</style>
border-color css
<style>
span { border-color: #E74685; }
span { border-color: rgb(231,70,133); }
td.TdClassName
{
border-color: #E74685;
}
.TagClassName
{
border-color: #E74685;
}
</style>