Shades of Dark Pink #E44C84
Tints of Dark Pink #E44C84
RGB
CMYK
RGB Variations
Color information
#E44C84 (or 0xE44C84) is known color: Dark Pink. HEX triplet: E4, 4C and 84. RGB value is (228,76,132). Sum of RGB (Red+Green+Blue) = 228+76+132=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44C84 is #1BB37B. Grayscale: #7F7F7F. Windows color (decimal): -1815420 or 8670436. OLE color: 8670436.
HSL color Cylindrical-coordinate representation of color #E44C84: hue angle of 337.89º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44C84 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 132 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.11 |
| HSL | 337.89º | 0.74% | 0.6% | - |
| HSV(B) | 337.89º | 0.67% | 0.89% | - |
| XYZ | 38.74 | 23.33 | 24.29 | - |
| YUV | 127.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 132 | 0 | 0.67 | 0.42 | 0.11 | 337.89 | 0.74 | 0.6 |
| Hex | E4 | 4C | 84 | 0 | 43 | 2A | B | 152 | 4A | 3C |
| Octal | 344 | 114 | 204 | 0 | 103 | 52 | 13 | 522 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10000100 | 0 | 1000011 | 101010 | 1011 | 101010010 | 1001010 | 111100 |
Color Harmonies of #E44C84
Complementary color
Monochromatic Colors of #E44C84
Black with #E44C84
Text Example
Text Example
White with #E44C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C84; }
p { color: rgb(228,76,132); }
H1.HeaderClassName
{
color: #E44C84;
}
.AnyTagClassName
{
color: #E44C84;
}
</style>
background-color css
<style>
a { background-color: #E44C84; }
a { background-color: rgb(228,76,132); }
div.DivClassName
{
background-color: #E44C84;
}
.BgClassName
{
background-color: #E44C84;
}
</style>
border-color css
<style>
span { border-color: #E44C84; }
span { border-color: rgb(228,76,132); }
td.TdClassName
{
border-color: #E44C84;
}
.TagClassName
{
border-color: #E44C84;
}
</style>