Shades of French Rose #E44A97
Tints of French Rose #E44A97
RGB
CMYK
RGB Variations
Color information
#E44A97 (or 0xE44A97) is known color: French Rose. HEX triplet: E4, 4A and 97. RGB value is (228,74,151). Sum of RGB (Red+Green+Blue) = 228+74+151=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44A97 is #1BB568. Grayscale: #808080. Windows color (decimal): -1815913 or 9915108. OLE color: 9915108.
HSL color Cylindrical-coordinate representation of color #E44A97: hue angle of 330º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44A97 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 151 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.11 |
| HSL | 330º | 0.74% | 0.59% | - |
| HSV(B) | 330º | 0.68% | 0.89% | - |
| XYZ | 40.03 | 23.63 | 31.73 | - |
| YUV | 128.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 151 | 0 | 0.68 | 0.34 | 0.11 | 330 | 0.74 | 0.59 |
| Hex | E4 | 4A | 97 | 0 | 44 | 22 | B | 14A | 4A | 3B |
| Octal | 344 | 112 | 227 | 0 | 104 | 42 | 13 | 512 | 112 | 73 |
| Binary | 11100100 | 1001010 | 10010111 | 0 | 1000100 | 100010 | 1011 | 101001010 | 1001010 | 111011 |
Color Harmonies of #E44A97
Complementary color
Monochromatic Colors of #E44A97
Black with #E44A97
Text Example
Text Example
White with #E44A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A97; }
p { color: rgb(228,74,151); }
H1.HeaderClassName
{
color: #E44A97;
}
.AnyTagClassName
{
color: #E44A97;
}
</style>
background-color css
<style>
a { background-color: #E44A97; }
a { background-color: rgb(228,74,151); }
div.DivClassName
{
background-color: #E44A97;
}
.BgClassName
{
background-color: #E44A97;
}
</style>
border-color css
<style>
span { border-color: #E44A97; }
span { border-color: rgb(228,74,151); }
td.TdClassName
{
border-color: #E44A97;
}
.TagClassName
{
border-color: #E44A97;
}
</style>