Shades of Dark Pink #E44380
Tints of Dark Pink #E44380
RGB
CMYK
RGB Variations
Color information
#E44380 (or 0xE44380) is known color: Dark Pink. HEX triplet: E4, 43 and 80. RGB value is (228,67,128). Sum of RGB (Red+Green+Blue) = 228+67+128=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E44380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44380 is #1BBC7F. Grayscale: #7A7A7A. Windows color (decimal): -1817728 or 8405988. OLE color: 8405988.
HSL color Cylindrical-coordinate representation of color #E44380: hue angle of 337.27º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44380 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 67 | 128 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.11 |
| HSL | 337.27º | 0.75% | 0.58% | - |
| HSV(B) | 337.27º | 0.71% | 0.89% | - |
| XYZ | 37.9 | 22.07 | 22.68 | - |
| YUV | 122.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 67 | 128 | 0 | 0.71 | 0.44 | 0.11 | 337.27 | 0.75 | 0.58 |
| Hex | E4 | 43 | 80 | 0 | 47 | 2C | B | 151 | 4B | 3A |
| Octal | 344 | 103 | 200 | 0 | 107 | 54 | 13 | 521 | 113 | 72 |
| Binary | 11100100 | 1000011 | 10000000 | 0 | 1000111 | 101100 | 1011 | 101010001 | 1001011 | 111010 |
Color Harmonies of #E44380
Complementary color
Monochromatic Colors of #E44380
Black with #E44380
Text Example
Text Example
White with #E44380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44380; }
p { color: rgb(228,67,128); }
H1.HeaderClassName
{
color: #E44380;
}
.AnyTagClassName
{
color: #E44380;
}
</style>
background-color css
<style>
a { background-color: #E44380; }
a { background-color: rgb(228,67,128); }
div.DivClassName
{
background-color: #E44380;
}
.BgClassName
{
background-color: #E44380;
}
</style>
border-color css
<style>
span { border-color: #E44380; }
span { border-color: rgb(228,67,128); }
td.TdClassName
{
border-color: #E44380;
}
.TagClassName
{
border-color: #E44380;
}
</style>