Shades of French Rose #E44D99
Tints of French Rose #E44D99
RGB
CMYK
RGB Variations
Color information
#E44D99 (or 0xE44D99) is known color: French Rose. HEX triplet: E4, 4D and 99. RGB value is (228,77,153). Sum of RGB (Red+Green+Blue) = 228+77+153=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44D99 is #1BB266. Grayscale: #828282. Windows color (decimal): -1815143 or 10046948. OLE color: 10046948.
HSL color Cylindrical-coordinate representation of color #E44D99: hue angle of 329.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44D99 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 153 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.11 |
| HSL | 329.8º | 0.74% | 0.6% | - |
| HSV(B) | 329.8º | 0.66% | 0.89% | - |
| XYZ | 40.4 | 24.1 | 32.66 | - |
| YUV | 130.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 153 | 0 | 0.66 | 0.33 | 0.11 | 329.8 | 0.74 | 0.6 |
| Hex | E4 | 4D | 99 | 0 | 42 | 21 | B | 14A | 4A | 3C |
| Octal | 344 | 115 | 231 | 0 | 102 | 41 | 13 | 512 | 112 | 74 |
| Binary | 11100100 | 1001101 | 10011001 | 0 | 1000010 | 100001 | 1011 | 101001010 | 1001010 | 111100 |
Color Harmonies of #E44D99
Complementary color
Monochromatic Colors of #E44D99
Black with #E44D99
Text Example
Text Example
White with #E44D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D99; }
p { color: rgb(228,77,153); }
H1.HeaderClassName
{
color: #E44D99;
}
.AnyTagClassName
{
color: #E44D99;
}
</style>
background-color css
<style>
a { background-color: #E44D99; }
a { background-color: rgb(228,77,153); }
div.DivClassName
{
background-color: #E44D99;
}
.BgClassName
{
background-color: #E44D99;
}
</style>
border-color css
<style>
span { border-color: #E44D99; }
span { border-color: rgb(228,77,153); }
td.TdClassName
{
border-color: #E44D99;
}
.TagClassName
{
border-color: #E44D99;
}
</style>