Shades of Dark Pink #E56282
Tints of Dark Pink #E56282
RGB
CMYK
RGB Variations
Color information
#E56282 (or 0xE56282) is known color: Dark Pink. HEX triplet: E5, 62 and 82. RGB value is (229,98,130). Sum of RGB (Red+Green+Blue) = 229+98+130=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E56282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56282 is #1A9D7D. Grayscale: #8C8C8C. Windows color (decimal): -1744254 or 8544997. OLE color: 8544997.
HSL color Cylindrical-coordinate representation of color #E56282: hue angle of 345.34º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56282 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 130 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.10 |
| HSL | 345.34º | 0.72% | 0.64% | - |
| HSV(B) | 345.34º | 0.57% | 0.9% | - |
| XYZ | 40.71 | 27.01 | 24.19 | - |
| YUV | 140.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 130 | 0 | 0.57 | 0.43 | 0.10 | 345.34 | 0.72 | 0.64 |
| Hex | E5 | 62 | 82 | 0 | 39 | 2B | A | 159 | 48 | 40 |
| Octal | 345 | 142 | 202 | 0 | 71 | 53 | 12 | 531 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10000010 | 0 | 111001 | 101011 | 1010 | 101011001 | 1001000 | 1000000 |
Color Harmonies of #E56282
Complementary color
Monochromatic Colors of #E56282
Black with #E56282
Text Example
Text Example
White with #E56282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56282; }
p { color: rgb(229,98,130); }
H1.HeaderClassName
{
color: #E56282;
}
.AnyTagClassName
{
color: #E56282;
}
</style>
background-color css
<style>
a { background-color: #E56282; }
a { background-color: rgb(229,98,130); }
div.DivClassName
{
background-color: #E56282;
}
.BgClassName
{
background-color: #E56282;
}
</style>
border-color css
<style>
span { border-color: #E56282; }
span { border-color: rgb(229,98,130); }
td.TdClassName
{
border-color: #E56282;
}
.TagClassName
{
border-color: #E56282;
}
</style>