Shades of Dark Pink #E56184
Tints of Dark Pink #E56184
RGB
CMYK
RGB Variations
Color information
#E56184 (or 0xE56184) is known color: Dark Pink. HEX triplet: E5, 61 and 84. RGB value is (229,97,132). Sum of RGB (Red+Green+Blue) = 229+97+132=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E56184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56184 is #1A9E7B. Grayscale: #8C8C8C. Windows color (decimal): -1744508 or 8675813. OLE color: 8675813.
HSL color Cylindrical-coordinate representation of color #E56184: hue angle of 344.09º 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 #E56184 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 132 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.10 |
| HSL | 344.09º | 0.72% | 0.64% | - |
| HSV(B) | 344.09º | 0.58% | 0.9% | - |
| XYZ | 40.75 | 26.87 | 24.87 | - |
| YUV | 140.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 132 | 0 | 0.58 | 0.42 | 0.10 | 344.09 | 0.72 | 0.64 |
| Hex | E5 | 61 | 84 | 0 | 3A | 2A | A | 158 | 48 | 40 |
| Octal | 345 | 141 | 204 | 0 | 72 | 52 | 12 | 530 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10000100 | 0 | 111010 | 101010 | 1010 | 101011000 | 1001000 | 1000000 |
Color Harmonies of #E56184
Complementary color
Monochromatic Colors of #E56184
Black with #E56184
Text Example
Text Example
White with #E56184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56184; }
p { color: rgb(229,97,132); }
H1.HeaderClassName
{
color: #E56184;
}
.AnyTagClassName
{
color: #E56184;
}
</style>
background-color css
<style>
a { background-color: #E56184; }
a { background-color: rgb(229,97,132); }
div.DivClassName
{
background-color: #E56184;
}
.BgClassName
{
background-color: #E56184;
}
</style>
border-color css
<style>
span { border-color: #E56184; }
span { border-color: rgb(229,97,132); }
td.TdClassName
{
border-color: #E56184;
}
.TagClassName
{
border-color: #E56184;
}
</style>