Shades of Dark Pink #E56085
Tints of Dark Pink #E56085
RGB
CMYK
RGB Variations
Color information
#E56085 (or 0xE56085) is known color: Dark Pink. HEX triplet: E5, 60 and 85. RGB value is (229,96,133). Sum of RGB (Red+Green+Blue) = 229+96+133=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E56085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56085 is #1A9F7A. Grayscale: #8B8B8B. Windows color (decimal): -1744763 or 8741093. OLE color: 8741093.
HSL color Cylindrical-coordinate representation of color #E56085: hue angle of 343.31º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56085 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 133 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.10 |
| HSL | 343.31º | 0.72% | 0.64% | - |
| HSV(B) | 343.31º | 0.58% | 0.9% | - |
| XYZ | 40.73 | 26.72 | 25.2 | - |
| YUV | 139.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 133 | 0 | 0.58 | 0.42 | 0.10 | 343.31 | 0.72 | 0.64 |
| Hex | E5 | 60 | 85 | 0 | 3A | 2A | A | 157 | 48 | 40 |
| Octal | 345 | 140 | 205 | 0 | 72 | 52 | 12 | 527 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10000101 | 0 | 111010 | 101010 | 1010 | 101010111 | 1001000 | 1000000 |
Color Harmonies of #E56085
Complementary color
Monochromatic Colors of #E56085
Black with #E56085
Text Example
Text Example
White with #E56085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56085; }
p { color: rgb(229,96,133); }
H1.HeaderClassName
{
color: #E56085;
}
.AnyTagClassName
{
color: #E56085;
}
</style>
background-color css
<style>
a { background-color: #E56085; }
a { background-color: rgb(229,96,133); }
div.DivClassName
{
background-color: #E56085;
}
.BgClassName
{
background-color: #E56085;
}
</style>
border-color css
<style>
span { border-color: #E56085; }
span { border-color: rgb(229,96,133); }
td.TdClassName
{
border-color: #E56085;
}
.TagClassName
{
border-color: #E56085;
}
</style>