Shades of French Rose #E64999
Tints of French Rose #E64999
RGB
CMYK
RGB Variations
Color information
#E64999 (or 0xE64999) is known color: French Rose. HEX triplet: E6, 49 and 99. RGB value is (230,73,153). Sum of RGB (Red+Green+Blue) = 230+73+153=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E64999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64999 is #19B666. Grayscale: #808080. Windows color (decimal): -1685095 or 10045926. OLE color: 10045926.
HSL color Cylindrical-coordinate representation of color #E64999: hue angle of 329.43º 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 #E64999 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 153 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.10 |
| HSL | 329.43º | 0.76% | 0.59% | - |
| HSV(B) | 329.43º | 0.68% | 0.9% | - |
| XYZ | 40.77 | 23.89 | 32.6 | - |
| YUV | 129.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 153 | 0 | 0.68 | 0.33 | 0.10 | 329.43 | 0.76 | 0.59 |
| Hex | E6 | 49 | 99 | 0 | 44 | 21 | A | 149 | 4C | 3B |
| Octal | 346 | 111 | 231 | 0 | 104 | 41 | 12 | 511 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10011001 | 0 | 1000100 | 100001 | 1010 | 101001001 | 1001100 | 111011 |
Color Harmonies of #E64999
Complementary color
Monochromatic Colors of #E64999
Black with #E64999
Text Example
Text Example
White with #E64999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64999; }
p { color: rgb(230,73,153); }
H1.HeaderClassName
{
color: #E64999;
}
.AnyTagClassName
{
color: #E64999;
}
</style>
background-color css
<style>
a { background-color: #E64999; }
a { background-color: rgb(230,73,153); }
div.DivClassName
{
background-color: #E64999;
}
.BgClassName
{
background-color: #E64999;
}
</style>
border-color css
<style>
span { border-color: #E64999; }
span { border-color: rgb(230,73,153); }
td.TdClassName
{
border-color: #E64999;
}
.TagClassName
{
border-color: #E64999;
}
</style>