Shades of Dark Pink #E44F80
Tints of Dark Pink #E44F80
RGB
CMYK
RGB Variations
Color information
#E44F80 (or 0xE44F80) is known color: Dark Pink. HEX triplet: E4, 4F and 80. RGB value is (228,79,128). Sum of RGB (Red+Green+Blue) = 228+79+128=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F80 is #1BB07F. Grayscale: #818181. Windows color (decimal): -1814656 or 8409060. OLE color: 8409060.
HSL color Cylindrical-coordinate representation of color #E44F80: hue angle of 340.27º 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 #E44F80 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 128 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.11 |
| HSL | 340.27º | 0.73% | 0.6% | - |
| HSV(B) | 340.27º | 0.65% | 0.89% | - |
| XYZ | 38.69 | 23.64 | 22.95 | - |
| YUV | 129.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 128 | 0 | 0.65 | 0.44 | 0.11 | 340.27 | 0.73 | 0.6 |
| Hex | E4 | 4F | 80 | 0 | 41 | 2C | B | 154 | 49 | 3C |
| Octal | 344 | 117 | 200 | 0 | 101 | 54 | 13 | 524 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10000000 | 0 | 1000001 | 101100 | 1011 | 101010100 | 1001001 | 111100 |
Color Harmonies of #E44F80
Complementary color
Monochromatic Colors of #E44F80
Black with #E44F80
Text Example
Text Example
White with #E44F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F80; }
p { color: rgb(228,79,128); }
H1.HeaderClassName
{
color: #E44F80;
}
.AnyTagClassName
{
color: #E44F80;
}
</style>
background-color css
<style>
a { background-color: #E44F80; }
a { background-color: rgb(228,79,128); }
div.DivClassName
{
background-color: #E44F80;
}
.BgClassName
{
background-color: #E44F80;
}
</style>
border-color css
<style>
span { border-color: #E44F80; }
span { border-color: rgb(228,79,128); }
td.TdClassName
{
border-color: #E44F80;
}
.TagClassName
{
border-color: #E44F80;
}
</style>