Shades of Dark Pink #E55884
Tints of Dark Pink #E55884
RGB
CMYK
RGB Variations
Color information
#E55884 (or 0xE55884) is known color: Dark Pink. HEX triplet: E5, 58 and 84. RGB value is (229,88,132). Sum of RGB (Red+Green+Blue) = 229+88+132=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55884 is #1AA77B. Grayscale: #878787. Windows color (decimal): -1746812 or 8673509. OLE color: 8673509.
HSL color Cylindrical-coordinate representation of color #E55884: hue angle of 341.28º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55884 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 132 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.10 |
| HSL | 341.28º | 0.73% | 0.62% | - |
| HSV(B) | 341.28º | 0.62% | 0.9% | - |
| XYZ | 39.97 | 25.3 | 24.61 | - |
| YUV | 135.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 132 | 0 | 0.62 | 0.42 | 0.10 | 341.28 | 0.73 | 0.62 |
| Hex | E5 | 58 | 84 | 0 | 3E | 2A | A | 155 | 49 | 3E |
| Octal | 345 | 130 | 204 | 0 | 76 | 52 | 12 | 525 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10000100 | 0 | 111110 | 101010 | 1010 | 101010101 | 1001001 | 111110 |
Color Harmonies of #E55884
Complementary color
Monochromatic Colors of #E55884
Black with #E55884
Text Example
Text Example
White with #E55884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55884; }
p { color: rgb(229,88,132); }
H1.HeaderClassName
{
color: #E55884;
}
.AnyTagClassName
{
color: #E55884;
}
</style>
background-color css
<style>
a { background-color: #E55884; }
a { background-color: rgb(229,88,132); }
div.DivClassName
{
background-color: #E55884;
}
.BgClassName
{
background-color: #E55884;
}
</style>
border-color css
<style>
span { border-color: #E55884; }
span { border-color: rgb(229,88,132); }
td.TdClassName
{
border-color: #E55884;
}
.TagClassName
{
border-color: #E55884;
}
</style>