Shades of Dark Pink #E44A89
Tints of Dark Pink #E44A89
RGB
CMYK
RGB Variations
Color information
#E44A89 (or 0xE44A89) is known color: Dark Pink. HEX triplet: E4, 4A and 89. RGB value is (228,74,137). Sum of RGB (Red+Green+Blue) = 228+74+137=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44A89 is #1BB576. Grayscale: #7F7F7F. Windows color (decimal): -1815927 or 8997604. OLE color: 8997604.
HSL color Cylindrical-coordinate representation of color #E44A89: hue angle of 335.45º 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 #E44A89 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 137 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.11 |
| HSL | 335.45º | 0.74% | 0.59% | - |
| HSV(B) | 335.45º | 0.68% | 0.89% | - |
| XYZ | 38.96 | 23.2 | 26.09 | - |
| YUV | 127.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 137 | 0 | 0.68 | 0.40 | 0.11 | 335.45 | 0.74 | 0.59 |
| Hex | E4 | 4A | 89 | 0 | 44 | 28 | B | 14F | 4A | 3B |
| Octal | 344 | 112 | 211 | 0 | 104 | 50 | 13 | 517 | 112 | 73 |
| Binary | 11100100 | 1001010 | 10001001 | 0 | 1000100 | 101000 | 1011 | 101001111 | 1001010 | 111011 |
Color Harmonies of #E44A89
Complementary color
Monochromatic Colors of #E44A89
Black with #E44A89
Text Example
Text Example
White with #E44A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A89; }
p { color: rgb(228,74,137); }
H1.HeaderClassName
{
color: #E44A89;
}
.AnyTagClassName
{
color: #E44A89;
}
</style>
background-color css
<style>
a { background-color: #E44A89; }
a { background-color: rgb(228,74,137); }
div.DivClassName
{
background-color: #E44A89;
}
.BgClassName
{
background-color: #E44A89;
}
</style>
border-color css
<style>
span { border-color: #E44A89; }
span { border-color: rgb(228,74,137); }
td.TdClassName
{
border-color: #E44A89;
}
.TagClassName
{
border-color: #E44A89;
}
</style>