Shades of Dark Pink #E55882
Tints of Dark Pink #E55882
RGB
CMYK
RGB Variations
Color information
#E55882 (or 0xE55882) is known color: Dark Pink. HEX triplet: E5, 58 and 82. RGB value is (229,88,130). Sum of RGB (Red+Green+Blue) = 229+88+130=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55882 is #1AA77D. Grayscale: #868686. Windows color (decimal): -1746814 or 8542437. OLE color: 8542437.
HSL color Cylindrical-coordinate representation of color #E55882: hue angle of 342.13º 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 #E55882 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 130 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.10 |
| HSL | 342.13º | 0.73% | 0.62% | - |
| HSV(B) | 342.13º | 0.62% | 0.9% | - |
| XYZ | 39.83 | 25.25 | 23.89 | - |
| YUV | 134.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 130 | 0 | 0.62 | 0.43 | 0.10 | 342.13 | 0.73 | 0.62 |
| Hex | E5 | 58 | 82 | 0 | 3E | 2B | A | 156 | 49 | 3E |
| Octal | 345 | 130 | 202 | 0 | 76 | 53 | 12 | 526 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10000010 | 0 | 111110 | 101011 | 1010 | 101010110 | 1001001 | 111110 |
Color Harmonies of #E55882
Complementary color
Monochromatic Colors of #E55882
Black with #E55882
Text Example
Text Example
White with #E55882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55882; }
p { color: rgb(229,88,130); }
H1.HeaderClassName
{
color: #E55882;
}
.AnyTagClassName
{
color: #E55882;
}
</style>
background-color css
<style>
a { background-color: #E55882; }
a { background-color: rgb(229,88,130); }
div.DivClassName
{
background-color: #E55882;
}
.BgClassName
{
background-color: #E55882;
}
</style>
border-color css
<style>
span { border-color: #E55882; }
span { border-color: rgb(229,88,130); }
td.TdClassName
{
border-color: #E55882;
}
.TagClassName
{
border-color: #E55882;
}
</style>