Shades of French Rose #E64D99
Tints of French Rose #E64D99
RGB
CMYK
RGB Variations
Color information
#E64D99 (or 0xE64D99) is known color: French Rose. HEX triplet: E6, 4D and 99. RGB value is (230,77,153). Sum of RGB (Red+Green+Blue) = 230+77+153=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D99 is #19B266. Grayscale: #838383. Windows color (decimal): -1684071 or 10046950. OLE color: 10046950.
HSL color Cylindrical-coordinate representation of color #E64D99: hue angle of 330.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D99 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 153 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.10 |
| HSL | 330.2º | 0.75% | 0.6% | - |
| HSV(B) | 330.2º | 0.67% | 0.9% | - |
| XYZ | 41.04 | 24.43 | 32.69 | - |
| YUV | 131.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 153 | 0 | 0.67 | 0.33 | 0.10 | 330.2 | 0.75 | 0.6 |
| Hex | E6 | 4D | 99 | 0 | 43 | 21 | A | 14A | 4B | 3C |
| Octal | 346 | 115 | 231 | 0 | 103 | 41 | 12 | 512 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10011001 | 0 | 1000011 | 100001 | 1010 | 101001010 | 1001011 | 111100 |
Color Harmonies of #E64D99
Complementary color
Monochromatic Colors of #E64D99
Black with #E64D99
Text Example
Text Example
White with #E64D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D99; }
p { color: rgb(230,77,153); }
H1.HeaderClassName
{
color: #E64D99;
}
.AnyTagClassName
{
color: #E64D99;
}
</style>
background-color css
<style>
a { background-color: #E64D99; }
a { background-color: rgb(230,77,153); }
div.DivClassName
{
background-color: #E64D99;
}
.BgClassName
{
background-color: #E64D99;
}
</style>
border-color css
<style>
span { border-color: #E64D99; }
span { border-color: rgb(230,77,153); }
td.TdClassName
{
border-color: #E64D99;
}
.TagClassName
{
border-color: #E64D99;
}
</style>