Shades of French Rose #E64589
Tints of French Rose #E64589
RGB
CMYK
RGB Variations
Color information
#E64589 (or 0xE64589) is known color: French Rose. HEX triplet: E6, 45 and 89. RGB value is (230,69,137). Sum of RGB (Red+Green+Blue) = 230+69+137=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E64589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64589 is #19BA76. Grayscale: #7C7C7C. Windows color (decimal): -1686135 or 8996326. OLE color: 8996326.
HSL color Cylindrical-coordinate representation of color #E64589: hue angle of 334.66º 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 #E64589 is Cyan = 0, Magento = 0.7, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 137 | - |
| CMYK | 0 | 0.7 | 0.40 | 0.10 |
| HSL | 334.66º | 0.76% | 0.59% | - |
| HSV(B) | 334.66º | 0.7% | 0.9% | - |
| XYZ | 39.28 | 22.89 | 26.01 | - |
| YUV | 124.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 137 | 0 | 0.7 | 0.40 | 0.10 | 334.66 | 0.76 | 0.59 |
| Hex | E6 | 45 | 89 | 0 | 46 | 28 | A | 14F | 4C | 3B |
| Octal | 346 | 105 | 211 | 0 | 106 | 50 | 12 | 517 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10001001 | 0 | 1000110 | 101000 | 1010 | 101001111 | 1001100 | 111011 |
Color Harmonies of #E64589
Complementary color
Monochromatic Colors of #E64589
Black with #E64589
Text Example
Text Example
White with #E64589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64589; }
p { color: rgb(230,69,137); }
H1.HeaderClassName
{
color: #E64589;
}
.AnyTagClassName
{
color: #E64589;
}
</style>
background-color css
<style>
a { background-color: #E64589; }
a { background-color: rgb(230,69,137); }
div.DivClassName
{
background-color: #E64589;
}
.BgClassName
{
background-color: #E64589;
}
</style>
border-color css
<style>
span { border-color: #E64589; }
span { border-color: rgb(230,69,137); }
td.TdClassName
{
border-color: #E64589;
}
.TagClassName
{
border-color: #E64589;
}
</style>