Shades of Dark Pink #E56281
Tints of Dark Pink #E56281
RGB
CMYK
RGB Variations
Color information
#E56281 (or 0xE56281) is known color: Dark Pink. HEX triplet: E5, 62 and 81. RGB value is (229,98,129). Sum of RGB (Red+Green+Blue) = 229+98+129=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E56281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56281 is #1A9D7E. Grayscale: #8C8C8C. Windows color (decimal): -1744255 or 8479461. OLE color: 8479461.
HSL color Cylindrical-coordinate representation of color #E56281: hue angle of 345.8º 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 #E56281 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 129 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.10 |
| HSL | 345.8º | 0.72% | 0.64% | - |
| HSV(B) | 345.8º | 0.57% | 0.9% | - |
| XYZ | 40.64 | 26.98 | 23.83 | - |
| YUV | 140.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 129 | 0 | 0.57 | 0.44 | 0.10 | 345.8 | 0.72 | 0.64 |
| Hex | E5 | 62 | 81 | 0 | 39 | 2C | A | 15A | 48 | 40 |
| Octal | 345 | 142 | 201 | 0 | 71 | 54 | 12 | 532 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10000001 | 0 | 111001 | 101100 | 1010 | 101011010 | 1001000 | 1000000 |
Color Harmonies of #E56281
Complementary color
Monochromatic Colors of #E56281
Black with #E56281
Text Example
Text Example
White with #E56281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56281; }
p { color: rgb(229,98,129); }
H1.HeaderClassName
{
color: #E56281;
}
.AnyTagClassName
{
color: #E56281;
}
</style>
background-color css
<style>
a { background-color: #E56281; }
a { background-color: rgb(229,98,129); }
div.DivClassName
{
background-color: #E56281;
}
.BgClassName
{
background-color: #E56281;
}
</style>
border-color css
<style>
span { border-color: #E56281; }
span { border-color: rgb(229,98,129); }
td.TdClassName
{
border-color: #E56281;
}
.TagClassName
{
border-color: #E56281;
}
</style>