Shades of Dark Pink #E44680
Tints of Dark Pink #E44680
RGB
CMYK
RGB Variations
Color information
#E44680 (or 0xE44680) is known color: Dark Pink. HEX triplet: E4, 46 and 80. RGB value is (228,70,128). Sum of RGB (Red+Green+Blue) = 228+70+128=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E44680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44680 is #1BB97F. Grayscale: #7B7B7B. Windows color (decimal): -1816960 or 8406756. OLE color: 8406756.
HSL color Cylindrical-coordinate representation of color #E44680: hue angle of 337.97º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44680 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 128 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.11 |
| HSL | 337.97º | 0.75% | 0.58% | - |
| HSV(B) | 337.97º | 0.69% | 0.89% | - |
| XYZ | 38.08 | 22.43 | 22.74 | - |
| YUV | 123.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 128 | 0 | 0.69 | 0.44 | 0.11 | 337.97 | 0.75 | 0.58 |
| Hex | E4 | 46 | 80 | 0 | 45 | 2C | B | 152 | 4B | 3A |
| Octal | 344 | 106 | 200 | 0 | 105 | 54 | 13 | 522 | 113 | 72 |
| Binary | 11100100 | 1000110 | 10000000 | 0 | 1000101 | 101100 | 1011 | 101010010 | 1001011 | 111010 |
Color Harmonies of #E44680
Complementary color
Monochromatic Colors of #E44680
Black with #E44680
Text Example
Text Example
White with #E44680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44680; }
p { color: rgb(228,70,128); }
H1.HeaderClassName
{
color: #E44680;
}
.AnyTagClassName
{
color: #E44680;
}
</style>
background-color css
<style>
a { background-color: #E44680; }
a { background-color: rgb(228,70,128); }
div.DivClassName
{
background-color: #E44680;
}
.BgClassName
{
background-color: #E44680;
}
</style>
border-color css
<style>
span { border-color: #E44680; }
span { border-color: rgb(228,70,128); }
td.TdClassName
{
border-color: #E44680;
}
.TagClassName
{
border-color: #E44680;
}
</style>