Shades of French Rose #E44F99
Tints of French Rose #E44F99
RGB
CMYK
RGB Variations
Color information
#E44F99 (or 0xE44F99) is known color: French Rose. HEX triplet: E4, 4F and 99. RGB value is (228,79,153). Sum of RGB (Red+Green+Blue) = 228+79+153=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F99 is #1BB066. Grayscale: #838383. Windows color (decimal): -1814631 or 10047460. OLE color: 10047460.
HSL color Cylindrical-coordinate representation of color #E44F99: hue angle of 330.2º 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 #E44F99 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 153 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.11 |
| HSL | 330.2º | 0.73% | 0.6% | - |
| HSV(B) | 330.2º | 0.65% | 0.89% | - |
| XYZ | 40.54 | 24.39 | 32.71 | - |
| YUV | 131.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 153 | 0 | 0.65 | 0.33 | 0.11 | 330.2 | 0.73 | 0.6 |
| Hex | E4 | 4F | 99 | 0 | 41 | 21 | B | 14A | 49 | 3C |
| Octal | 344 | 117 | 231 | 0 | 101 | 41 | 13 | 512 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10011001 | 0 | 1000001 | 100001 | 1011 | 101001010 | 1001001 | 111100 |
Color Harmonies of #E44F99
Complementary color
Monochromatic Colors of #E44F99
Black with #E44F99
Text Example
Text Example
White with #E44F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F99; }
p { color: rgb(228,79,153); }
H1.HeaderClassName
{
color: #E44F99;
}
.AnyTagClassName
{
color: #E44F99;
}
</style>
background-color css
<style>
a { background-color: #E44F99; }
a { background-color: rgb(228,79,153); }
div.DivClassName
{
background-color: #E44F99;
}
.BgClassName
{
background-color: #E44F99;
}
</style>
border-color css
<style>
span { border-color: #E44F99; }
span { border-color: rgb(228,79,153); }
td.TdClassName
{
border-color: #E44F99;
}
.TagClassName
{
border-color: #E44F99;
}
</style>