Shades of Dark Pink #E44D8A
Tints of Dark Pink #E44D8A
RGB
CMYK
RGB Variations
Color information
#E44D8A (or 0xE44D8A) is known color: Dark Pink. HEX triplet: E4, 4D and 8A. RGB value is (228,77,138). Sum of RGB (Red+Green+Blue) = 228+77+138=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44D8A is #1BB275. Grayscale: #818181. Windows color (decimal): -1815158 or 9063908. OLE color: 9063908.
HSL color Cylindrical-coordinate representation of color #E44D8A: hue angle of 335.76º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44D8A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 138 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.11 |
| HSL | 335.76º | 0.74% | 0.6% | - |
| HSV(B) | 335.76º | 0.66% | 0.89% | - |
| XYZ | 39.24 | 23.64 | 26.54 | - |
| YUV | 129.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 138 | 0 | 0.66 | 0.39 | 0.11 | 335.76 | 0.74 | 0.6 |
| Hex | E4 | 4D | 8A | 0 | 42 | 27 | B | 150 | 4A | 3C |
| Octal | 344 | 115 | 212 | 0 | 102 | 47 | 13 | 520 | 112 | 74 |
| Binary | 11100100 | 1001101 | 10001010 | 0 | 1000010 | 100111 | 1011 | 101010000 | 1001010 | 111100 |
Color Harmonies of #E44D8A
Complementary color
Monochromatic Colors of #E44D8A
Black with #E44D8A
Text Example
Text Example
White with #E44D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D8A; }
p { color: rgb(228,77,138); }
H1.HeaderClassName
{
color: #E44D8A;
}
.AnyTagClassName
{
color: #E44D8A;
}
</style>
background-color css
<style>
a { background-color: #E44D8A; }
a { background-color: rgb(228,77,138); }
div.DivClassName
{
background-color: #E44D8A;
}
.BgClassName
{
background-color: #E44D8A;
}
</style>
border-color css
<style>
span { border-color: #E44D8A; }
span { border-color: rgb(228,77,138); }
td.TdClassName
{
border-color: #E44D8A;
}
.TagClassName
{
border-color: #E44D8A;
}
</style>