Shades of French Rose #E44F90
Tints of French Rose #E44F90
RGB
CMYK
RGB Variations
Color information
#E44F90 (or 0xE44F90) is known color: French Rose. HEX triplet: E4, 4F and 90. RGB value is (228,79,144). Sum of RGB (Red+Green+Blue) = 228+79+144=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F90 is #1BB06F. Grayscale: #828282. Windows color (decimal): -1814640 or 9457636. OLE color: 9457636.
HSL color Cylindrical-coordinate representation of color #E44F90: hue angle of 333.83º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44F90 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 144 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.11 |
| HSL | 333.83º | 0.73% | 0.6% | - |
| HSV(B) | 333.83º | 0.65% | 0.89% | - |
| XYZ | 39.82 | 24.1 | 28.94 | - |
| YUV | 130.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 144 | 0 | 0.65 | 0.37 | 0.11 | 333.83 | 0.73 | 0.6 |
| Hex | E4 | 4F | 90 | 0 | 41 | 25 | B | 14E | 49 | 3C |
| Octal | 344 | 117 | 220 | 0 | 101 | 45 | 13 | 516 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10010000 | 0 | 1000001 | 100101 | 1011 | 101001110 | 1001001 | 111100 |
Color Harmonies of #E44F90
Complementary color
Monochromatic Colors of #E44F90
Black with #E44F90
Text Example
Text Example
White with #E44F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F90; }
p { color: rgb(228,79,144); }
H1.HeaderClassName
{
color: #E44F90;
}
.AnyTagClassName
{
color: #E44F90;
}
</style>
background-color css
<style>
a { background-color: #E44F90; }
a { background-color: rgb(228,79,144); }
div.DivClassName
{
background-color: #E44F90;
}
.BgClassName
{
background-color: #E44F90;
}
</style>
border-color css
<style>
span { border-color: #E44F90; }
span { border-color: rgb(228,79,144); }
td.TdClassName
{
border-color: #E44F90;
}
.TagClassName
{
border-color: #E44F90;
}
</style>