Shades of French Rose #E64691
Tints of French Rose #E64691
RGB
CMYK
RGB Variations
Color information
#E64691 (or 0xE64691) is known color: French Rose. HEX triplet: E6, 46 and 91. RGB value is (230,70,145). Sum of RGB (Red+Green+Blue) = 230+70+145=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E64691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64691 is #19B96E. Grayscale: #7E7E7E. Windows color (decimal): -1685871 or 9520870. OLE color: 9520870.
HSL color Cylindrical-coordinate representation of color #E64691: hue angle of 331.88º 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 #E64691 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 145 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.10 |
| HSL | 331.88º | 0.76% | 0.59% | - |
| HSV(B) | 331.88º | 0.7% | 0.9% | - |
| XYZ | 39.93 | 23.25 | 29.17 | - |
| YUV | 126.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 145 | 0 | 0.70 | 0.37 | 0.10 | 331.88 | 0.76 | 0.59 |
| Hex | E6 | 46 | 91 | 0 | 46 | 25 | A | 14C | 4C | 3B |
| Octal | 346 | 106 | 221 | 0 | 106 | 45 | 12 | 514 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10010001 | 0 | 1000110 | 100101 | 1010 | 101001100 | 1001100 | 111011 |
Color Harmonies of #E64691
Complementary color
Monochromatic Colors of #E64691
Black with #E64691
Text Example
Text Example
White with #E64691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64691; }
p { color: rgb(230,70,145); }
H1.HeaderClassName
{
color: #E64691;
}
.AnyTagClassName
{
color: #E64691;
}
</style>
background-color css
<style>
a { background-color: #E64691; }
a { background-color: rgb(230,70,145); }
div.DivClassName
{
background-color: #E64691;
}
.BgClassName
{
background-color: #E64691;
}
</style>
border-color css
<style>
span { border-color: #E64691; }
span { border-color: rgb(230,70,145); }
td.TdClassName
{
border-color: #E64691;
}
.TagClassName
{
border-color: #E64691;
}
</style>