Shades of Dark Pink #E44F89
Tints of Dark Pink #E44F89
RGB
CMYK
RGB Variations
Color information
#E44F89 (or 0xE44F89) is known color: Dark Pink. HEX triplet: E4, 4F and 89. RGB value is (228,79,137). Sum of RGB (Red+Green+Blue) = 228+79+137=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F89 is #1BB076. Grayscale: #828282. Windows color (decimal): -1814647 or 8998884. OLE color: 8998884.
HSL color Cylindrical-coordinate representation of color #E44F89: hue angle of 336.64º 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 #E44F89 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 137 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.11 |
| HSL | 336.64º | 0.73% | 0.6% | - |
| HSV(B) | 336.64º | 0.65% | 0.89% | - |
| XYZ | 39.31 | 23.89 | 26.21 | - |
| YUV | 130.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 137 | 0 | 0.65 | 0.40 | 0.11 | 336.64 | 0.73 | 0.6 |
| Hex | E4 | 4F | 89 | 0 | 41 | 28 | B | 151 | 49 | 3C |
| Octal | 344 | 117 | 211 | 0 | 101 | 50 | 13 | 521 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10001001 | 0 | 1000001 | 101000 | 1011 | 101010001 | 1001001 | 111100 |
Color Harmonies of #E44F89
Complementary color
Monochromatic Colors of #E44F89
Black with #E44F89
Text Example
Text Example
White with #E44F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F89; }
p { color: rgb(228,79,137); }
H1.HeaderClassName
{
color: #E44F89;
}
.AnyTagClassName
{
color: #E44F89;
}
</style>
background-color css
<style>
a { background-color: #E44F89; }
a { background-color: rgb(228,79,137); }
div.DivClassName
{
background-color: #E44F89;
}
.BgClassName
{
background-color: #E44F89;
}
</style>
border-color css
<style>
span { border-color: #E44F89; }
span { border-color: rgb(228,79,137); }
td.TdClassName
{
border-color: #E44F89;
}
.TagClassName
{
border-color: #E44F89;
}
</style>