Shades of Dark Pink #E44784
Tints of Dark Pink #E44784
RGB
CMYK
RGB Variations
Color information
#E44784 (or 0xE44784) is known color: Dark Pink. HEX triplet: E4, 47 and 84. RGB value is (228,71,132). Sum of RGB (Red+Green+Blue) = 228+71+132=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E44784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44784 is #1BB87B. Grayscale: #7C7C7C. Windows color (decimal): -1816700 or 8669156. OLE color: 8669156.
HSL color Cylindrical-coordinate representation of color #E44784: hue angle of 336.69º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44784 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 71 | 132 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.11 |
| HSL | 336.69º | 0.74% | 0.59% | - |
| HSV(B) | 336.69º | 0.69% | 0.89% | - |
| XYZ | 38.41 | 22.67 | 24.18 | - |
| YUV | 124.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 132 | 0 | 0.69 | 0.42 | 0.11 | 336.69 | 0.74 | 0.59 |
| Hex | E4 | 47 | 84 | 0 | 45 | 2A | B | 151 | 4A | 3B |
| Octal | 344 | 107 | 204 | 0 | 105 | 52 | 13 | 521 | 112 | 73 |
| Binary | 11100100 | 1000111 | 10000100 | 0 | 1000101 | 101010 | 1011 | 101010001 | 1001010 | 111011 |
Color Harmonies of #E44784
Complementary color
Monochromatic Colors of #E44784
Black with #E44784
Text Example
Text Example
White with #E44784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44784; }
p { color: rgb(228,71,132); }
H1.HeaderClassName
{
color: #E44784;
}
.AnyTagClassName
{
color: #E44784;
}
</style>
background-color css
<style>
a { background-color: #E44784; }
a { background-color: rgb(228,71,132); }
div.DivClassName
{
background-color: #E44784;
}
.BgClassName
{
background-color: #E44784;
}
</style>
border-color css
<style>
span { border-color: #E44784; }
span { border-color: rgb(228,71,132); }
td.TdClassName
{
border-color: #E44784;
}
.TagClassName
{
border-color: #E44784;
}
</style>