Shades of Dark Pink #E44884
Tints of Dark Pink #E44884
RGB
CMYK
RGB Variations
Color information
#E44884 (or 0xE44884) is known color: Dark Pink. HEX triplet: E4, 48 and 84. RGB value is (228,72,132). Sum of RGB (Red+Green+Blue) = 228+72+132=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E44884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44884 is #1BB77B. Grayscale: #7D7D7D. Windows color (decimal): -1816444 or 8669412. OLE color: 8669412.
HSL color Cylindrical-coordinate representation of color #E44884: hue angle of 336.92º 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 #E44884 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 132 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.11 |
| HSL | 336.92º | 0.74% | 0.59% | - |
| HSV(B) | 336.92º | 0.68% | 0.89% | - |
| XYZ | 38.48 | 22.79 | 24.2 | - |
| YUV | 125.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 132 | 0 | 0.68 | 0.42 | 0.11 | 336.92 | 0.74 | 0.59 |
| Hex | E4 | 48 | 84 | 0 | 44 | 2A | B | 151 | 4A | 3B |
| Octal | 344 | 110 | 204 | 0 | 104 | 52 | 13 | 521 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10000100 | 0 | 1000100 | 101010 | 1011 | 101010001 | 1001010 | 111011 |
Color Harmonies of #E44884
Complementary color
Monochromatic Colors of #E44884
Black with #E44884
Text Example
Text Example
White with #E44884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44884; }
p { color: rgb(228,72,132); }
H1.HeaderClassName
{
color: #E44884;
}
.AnyTagClassName
{
color: #E44884;
}
</style>
background-color css
<style>
a { background-color: #E44884; }
a { background-color: rgb(228,72,132); }
div.DivClassName
{
background-color: #E44884;
}
.BgClassName
{
background-color: #E44884;
}
</style>
border-color css
<style>
span { border-color: #E44884; }
span { border-color: rgb(228,72,132); }
td.TdClassName
{
border-color: #E44884;
}
.TagClassName
{
border-color: #E44884;
}
</style>