Shades of French Rose #E64992
Tints of French Rose #E64992
RGB
CMYK
RGB Variations
Color information
#E64992 (or 0xE64992) is known color: French Rose. HEX triplet: E6, 49 and 92. RGB value is (230,73,146). Sum of RGB (Red+Green+Blue) = 230+73+146=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E64992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64992 is #19B66D. Grayscale: #808080. Windows color (decimal): -1685102 or 9587174. OLE color: 9587174.
HSL color Cylindrical-coordinate representation of color #E64992: hue angle of 332.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64992 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 146 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.10 |
| HSL | 332.1º | 0.76% | 0.59% | - |
| HSV(B) | 332.1º | 0.68% | 0.9% | - |
| XYZ | 40.2 | 23.66 | 29.64 | - |
| YUV | 128.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 146 | 0 | 0.68 | 0.37 | 0.10 | 332.1 | 0.76 | 0.59 |
| Hex | E6 | 49 | 92 | 0 | 44 | 25 | A | 14C | 4C | 3B |
| Octal | 346 | 111 | 222 | 0 | 104 | 45 | 12 | 514 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10010010 | 0 | 1000100 | 100101 | 1010 | 101001100 | 1001100 | 111011 |
Color Harmonies of #E64992
Complementary color
Monochromatic Colors of #E64992
Black with #E64992
Text Example
Text Example
White with #E64992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64992; }
p { color: rgb(230,73,146); }
H1.HeaderClassName
{
color: #E64992;
}
.AnyTagClassName
{
color: #E64992;
}
</style>
background-color css
<style>
a { background-color: #E64992; }
a { background-color: rgb(230,73,146); }
div.DivClassName
{
background-color: #E64992;
}
.BgClassName
{
background-color: #E64992;
}
</style>
border-color css
<style>
span { border-color: #E64992; }
span { border-color: rgb(230,73,146); }
td.TdClassName
{
border-color: #E64992;
}
.TagClassName
{
border-color: #E64992;
}
</style>