Shades of Dark Pink #E44D7D
Tints of Dark Pink #E44D7D
RGB
CMYK
RGB Variations
Color information
#E44D7D (or 0xE44D7D) is known color: Dark Pink. HEX triplet: E4, 4D and 7D. RGB value is (228,77,125). Sum of RGB (Red+Green+Blue) = 228+77+125=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44D7D is #1BB282. Grayscale: #7F7F7F. Windows color (decimal): -1815171 or 8211940. OLE color: 8211940.
HSL color Cylindrical-coordinate representation of color #E44D7D: hue angle of 340.93º 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 #E44D7D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 125 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.11 |
| HSL | 340.93º | 0.74% | 0.6% | - |
| HSV(B) | 340.93º | 0.66% | 0.89% | - |
| XYZ | 38.35 | 23.28 | 21.87 | - |
| YUV | 127.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 125 | 0 | 0.66 | 0.45 | 0.11 | 340.93 | 0.74 | 0.6 |
| Hex | E4 | 4D | 7D | 0 | 42 | 2D | B | 155 | 4A | 3C |
| Octal | 344 | 115 | 175 | 0 | 102 | 55 | 13 | 525 | 112 | 74 |
| Binary | 11100100 | 1001101 | 1111101 | 0 | 1000010 | 101101 | 1011 | 101010101 | 1001010 | 111100 |
Color Harmonies of #E44D7D
Complementary color
Monochromatic Colors of #E44D7D
Black with #E44D7D
Text Example
Text Example
White with #E44D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D7D; }
p { color: rgb(228,77,125); }
H1.HeaderClassName
{
color: #E44D7D;
}
.AnyTagClassName
{
color: #E44D7D;
}
</style>
background-color css
<style>
a { background-color: #E44D7D; }
a { background-color: rgb(228,77,125); }
div.DivClassName
{
background-color: #E44D7D;
}
.BgClassName
{
background-color: #E44D7D;
}
</style>
border-color css
<style>
span { border-color: #E44D7D; }
span { border-color: rgb(228,77,125); }
td.TdClassName
{
border-color: #E44D7D;
}
.TagClassName
{
border-color: #E44D7D;
}
</style>