Shades of Dark Pink #E44F8D
Tints of Dark Pink #E44F8D
RGB
CMYK
RGB Variations
Color information
#E44F8D (or 0xE44F8D) is known color: Dark Pink. HEX triplet: E4, 4F and 8D. RGB value is (228,79,141). Sum of RGB (Red+Green+Blue) = 228+79+141=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F8D is #1BB072. Grayscale: #828282. Windows color (decimal): -1814643 or 9261028. OLE color: 9261028.
HSL color Cylindrical-coordinate representation of color #E44F8D: hue angle of 335.03º 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 #E44F8D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 141 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.11 |
| HSL | 335.03º | 0.73% | 0.6% | - |
| HSV(B) | 335.03º | 0.65% | 0.89% | - |
| XYZ | 39.6 | 24.01 | 27.75 | - |
| YUV | 130.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 141 | 0 | 0.65 | 0.38 | 0.11 | 335.03 | 0.73 | 0.6 |
| Hex | E4 | 4F | 8D | 0 | 41 | 26 | B | 14F | 49 | 3C |
| Octal | 344 | 117 | 215 | 0 | 101 | 46 | 13 | 517 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10001101 | 0 | 1000001 | 100110 | 1011 | 101001111 | 1001001 | 111100 |
Color Harmonies of #E44F8D
Complementary color
Monochromatic Colors of #E44F8D
Black with #E44F8D
Text Example
Text Example
White with #E44F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F8D; }
p { color: rgb(228,79,141); }
H1.HeaderClassName
{
color: #E44F8D;
}
.AnyTagClassName
{
color: #E44F8D;
}
</style>
background-color css
<style>
a { background-color: #E44F8D; }
a { background-color: rgb(228,79,141); }
div.DivClassName
{
background-color: #E44F8D;
}
.BgClassName
{
background-color: #E44F8D;
}
</style>
border-color css
<style>
span { border-color: #E44F8D; }
span { border-color: rgb(228,79,141); }
td.TdClassName
{
border-color: #E44F8D;
}
.TagClassName
{
border-color: #E44F8D;
}
</style>