Shades of French Rose #E44F9C
Tints of French Rose #E44F9C
RGB
CMYK
RGB Variations
Color information
#E44F9C (or 0xE44F9C) is known color: French Rose. HEX triplet: E4, 4F and 9C. RGB value is (228,79,156). Sum of RGB (Red+Green+Blue) = 228+79+156=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F9C is #1BB063. Grayscale: #848484. Windows color (decimal): -1814628 or 10244068. OLE color: 10244068.
HSL color Cylindrical-coordinate representation of color #E44F9C: hue angle of 328.99º 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 #E44F9C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 156 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.11 |
| HSL | 328.99º | 0.73% | 0.6% | - |
| HSV(B) | 328.99º | 0.65% | 0.89% | - |
| XYZ | 40.79 | 24.49 | 34.03 | - |
| YUV | 132.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 156 | 0 | 0.65 | 0.32 | 0.11 | 328.99 | 0.73 | 0.6 |
| Hex | E4 | 4F | 9C | 0 | 41 | 20 | B | 149 | 49 | 3C |
| Octal | 344 | 117 | 234 | 0 | 101 | 40 | 13 | 511 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10011100 | 0 | 1000001 | 100000 | 1011 | 101001001 | 1001001 | 111100 |
Color Harmonies of #E44F9C
Complementary color
Monochromatic Colors of #E44F9C
Black with #E44F9C
Text Example
Text Example
White with #E44F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F9C; }
p { color: rgb(228,79,156); }
H1.HeaderClassName
{
color: #E44F9C;
}
.AnyTagClassName
{
color: #E44F9C;
}
</style>
background-color css
<style>
a { background-color: #E44F9C; }
a { background-color: rgb(228,79,156); }
div.DivClassName
{
background-color: #E44F9C;
}
.BgClassName
{
background-color: #E44F9C;
}
</style>
border-color css
<style>
span { border-color: #E44F9C; }
span { border-color: rgb(228,79,156); }
td.TdClassName
{
border-color: #E44F9C;
}
.TagClassName
{
border-color: #E44F9C;
}
</style>