Shades of French Rose #E64892
Tints of French Rose #E64892
RGB
CMYK
RGB Variations
Color information
#E64892 (or 0xE64892) is known color: French Rose. HEX triplet: E6, 48 and 92. RGB value is (230,72,146). Sum of RGB (Red+Green+Blue) = 230+72+146=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64892 is #19B76D. Grayscale: #7F7F7F. Windows color (decimal): -1685358 or 9586918. OLE color: 9586918.
HSL color Cylindrical-coordinate representation of color #E64892: hue angle of 331.9º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64892 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 146 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.10 |
| HSL | 331.9º | 0.76% | 0.59% | - |
| HSV(B) | 331.9º | 0.69% | 0.9% | - |
| XYZ | 40.14 | 23.53 | 29.62 | - |
| YUV | 127.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 146 | 0 | 0.69 | 0.37 | 0.10 | 331.9 | 0.76 | 0.59 |
| Hex | E6 | 48 | 92 | 0 | 45 | 25 | A | 14C | 4C | 3B |
| Octal | 346 | 110 | 222 | 0 | 105 | 45 | 12 | 514 | 114 | 73 |
| Binary | 11100110 | 1001000 | 10010010 | 0 | 1000101 | 100101 | 1010 | 101001100 | 1001100 | 111011 |
Color Harmonies of #E64892
Complementary color
Monochromatic Colors of #E64892
Black with #E64892
Text Example
Text Example
White with #E64892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64892; }
p { color: rgb(230,72,146); }
H1.HeaderClassName
{
color: #E64892;
}
.AnyTagClassName
{
color: #E64892;
}
</style>
background-color css
<style>
a { background-color: #E64892; }
a { background-color: rgb(230,72,146); }
div.DivClassName
{
background-color: #E64892;
}
.BgClassName
{
background-color: #E64892;
}
</style>
border-color css
<style>
span { border-color: #E64892; }
span { border-color: rgb(230,72,146); }
td.TdClassName
{
border-color: #E64892;
}
.TagClassName
{
border-color: #E64892;
}
</style>