Shades of Dark Pink #E44982
Tints of Dark Pink #E44982
RGB
CMYK
RGB Variations
Color information
#E44982 (or 0xE44982) is known color: Dark Pink. HEX triplet: E4, 49 and 82. RGB value is (228,73,130). Sum of RGB (Red+Green+Blue) = 228+73+130=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E44982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44982 is #1BB67D. Grayscale: #7D7D7D. Windows color (decimal): -1816190 or 8538596. OLE color: 8538596.
HSL color Cylindrical-coordinate representation of color #E44982: hue angle of 337.94º 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 #E44982 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 130 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.11 |
| HSL | 337.94º | 0.74% | 0.59% | - |
| HSV(B) | 337.94º | 0.68% | 0.89% | - |
| XYZ | 38.41 | 22.87 | 23.51 | - |
| YUV | 125.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 130 | 0 | 0.68 | 0.43 | 0.11 | 337.94 | 0.74 | 0.59 |
| Hex | E4 | 49 | 82 | 0 | 44 | 2B | B | 152 | 4A | 3B |
| Octal | 344 | 111 | 202 | 0 | 104 | 53 | 13 | 522 | 112 | 73 |
| Binary | 11100100 | 1001001 | 10000010 | 0 | 1000100 | 101011 | 1011 | 101010010 | 1001010 | 111011 |
Color Harmonies of #E44982
Complementary color
Monochromatic Colors of #E44982
Black with #E44982
Text Example
Text Example
White with #E44982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44982; }
p { color: rgb(228,73,130); }
H1.HeaderClassName
{
color: #E44982;
}
.AnyTagClassName
{
color: #E44982;
}
</style>
background-color css
<style>
a { background-color: #E44982; }
a { background-color: rgb(228,73,130); }
div.DivClassName
{
background-color: #E44982;
}
.BgClassName
{
background-color: #E44982;
}
</style>
border-color css
<style>
span { border-color: #E44982; }
span { border-color: rgb(228,73,130); }
td.TdClassName
{
border-color: #E44982;
}
.TagClassName
{
border-color: #E44982;
}
</style>