Shades of French Rose #E64586
Tints of French Rose #E64586
RGB
CMYK
RGB Variations
Color information
#E64586 (or 0xE64586) is known color: French Rose. HEX triplet: E6, 45 and 86. RGB value is (230,69,134). Sum of RGB (Red+Green+Blue) = 230+69+134=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E64586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64586 is #19BA79. Grayscale: #7C7C7C. Windows color (decimal): -1686138 or 8799718. OLE color: 8799718.
HSL color Cylindrical-coordinate representation of color #E64586: hue angle of 335.78º 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 #E64586 is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 134 | - |
| CMYK | 0 | 0.7 | 0.42 | 0.10 |
| HSL | 335.78º | 0.76% | 0.59% | - |
| HSV(B) | 335.78º | 0.7% | 0.9% | - |
| XYZ | 39.06 | 22.8 | 24.9 | - |
| YUV | 124.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 134 | 0 | 0.7 | 0.42 | 0.10 | 335.78 | 0.76 | 0.59 |
| Hex | E6 | 45 | 86 | 0 | 46 | 2A | A | 150 | 4C | 3B |
| Octal | 346 | 105 | 206 | 0 | 106 | 52 | 12 | 520 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10000110 | 0 | 1000110 | 101010 | 1010 | 101010000 | 1001100 | 111011 |
Color Harmonies of #E64586
Complementary color
Monochromatic Colors of #E64586
Black with #E64586
Text Example
Text Example
White with #E64586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64586; }
p { color: rgb(230,69,134); }
H1.HeaderClassName
{
color: #E64586;
}
.AnyTagClassName
{
color: #E64586;
}
</style>
background-color css
<style>
a { background-color: #E64586; }
a { background-color: rgb(230,69,134); }
div.DivClassName
{
background-color: #E64586;
}
.BgClassName
{
background-color: #E64586;
}
</style>
border-color css
<style>
span { border-color: #E64586; }
span { border-color: rgb(230,69,134); }
td.TdClassName
{
border-color: #E64586;
}
.TagClassName
{
border-color: #E64586;
}
</style>