Shades of French Rose #E44689
Tints of French Rose #E44689
RGB
CMYK
RGB Variations
Color information
#E44689 (or 0xE44689) is known color: French Rose. HEX triplet: E4, 46 and 89. RGB value is (228,70,137). Sum of RGB (Red+Green+Blue) = 228+70+137=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E44689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44689 is #1BB976. Grayscale: #7C7C7C. Windows color (decimal): -1816951 or 8996580. OLE color: 8996580.
HSL color Cylindrical-coordinate representation of color #E44689: hue angle of 334.56º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44689 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 137 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.11 |
| HSL | 334.56º | 0.75% | 0.58% | - |
| HSV(B) | 334.56º | 0.69% | 0.89% | - |
| XYZ | 38.7 | 22.68 | 26 | - |
| YUV | 124.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 137 | 0 | 0.69 | 0.40 | 0.11 | 334.56 | 0.75 | 0.58 |
| Hex | E4 | 46 | 89 | 0 | 45 | 28 | B | 14F | 4B | 3A |
| Octal | 344 | 106 | 211 | 0 | 105 | 50 | 13 | 517 | 113 | 72 |
| Binary | 11100100 | 1000110 | 10001001 | 0 | 1000101 | 101000 | 1011 | 101001111 | 1001011 | 111010 |
Color Harmonies of #E44689
Complementary color
Monochromatic Colors of #E44689
Black with #E44689
Text Example
Text Example
White with #E44689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44689; }
p { color: rgb(228,70,137); }
H1.HeaderClassName
{
color: #E44689;
}
.AnyTagClassName
{
color: #E44689;
}
</style>
background-color css
<style>
a { background-color: #E44689; }
a { background-color: rgb(228,70,137); }
div.DivClassName
{
background-color: #E44689;
}
.BgClassName
{
background-color: #E44689;
}
</style>
border-color css
<style>
span { border-color: #E44689; }
span { border-color: rgb(228,70,137); }
td.TdClassName
{
border-color: #E44689;
}
.TagClassName
{
border-color: #E44689;
}
</style>