Shades of French Rose #E64686
Tints of French Rose #E64686
RGB
CMYK
RGB Variations
Color information
#E64686 (or 0xE64686) is known color: French Rose. HEX triplet: E6, 46 and 86. RGB value is (230,70,134). Sum of RGB (Red+Green+Blue) = 230+70+134=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E64686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64686 is #19B979. Grayscale: #7D7D7D. Windows color (decimal): -1685882 or 8799974. OLE color: 8799974.
HSL color Cylindrical-coordinate representation of color #E64686: hue angle of 336º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64686 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 134 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.10 |
| HSL | 336º | 0.76% | 0.59% | - |
| HSV(B) | 336º | 0.7% | 0.9% | - |
| XYZ | 39.13 | 22.92 | 24.92 | - |
| YUV | 125.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 134 | 0 | 0.70 | 0.42 | 0.10 | 336 | 0.76 | 0.59 |
| Hex | E6 | 46 | 86 | 0 | 46 | 2A | A | 150 | 4C | 3B |
| Octal | 346 | 106 | 206 | 0 | 106 | 52 | 12 | 520 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10000110 | 0 | 1000110 | 101010 | 1010 | 101010000 | 1001100 | 111011 |
Color Harmonies of #E64686
Complementary color
Monochromatic Colors of #E64686
Black with #E64686
Text Example
Text Example
White with #E64686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64686; }
p { color: rgb(230,70,134); }
H1.HeaderClassName
{
color: #E64686;
}
.AnyTagClassName
{
color: #E64686;
}
</style>
background-color css
<style>
a { background-color: #E64686; }
a { background-color: rgb(230,70,134); }
div.DivClassName
{
background-color: #E64686;
}
.BgClassName
{
background-color: #E64686;
}
</style>
border-color css
<style>
span { border-color: #E64686; }
span { border-color: rgb(230,70,134); }
td.TdClassName
{
border-color: #E64686;
}
.TagClassName
{
border-color: #E64686;
}
</style>