Shades of Dark Pink #E55684
Tints of Dark Pink #E55684
RGB
CMYK
RGB Variations
Color information
#E55684 (or 0xE55684) is known color: Dark Pink. HEX triplet: E5, 56 and 84. RGB value is (229,86,132). Sum of RGB (Red+Green+Blue) = 229+86+132=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55684 is #1AA97B. Grayscale: #858585. Windows color (decimal): -1747324 or 8672997. OLE color: 8672997.
HSL color Cylindrical-coordinate representation of color #E55684: hue angle of 340.7º 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 #E55684 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 132 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.10 |
| HSL | 340.7º | 0.73% | 0.62% | - |
| HSV(B) | 340.7º | 0.62% | 0.9% | - |
| XYZ | 39.81 | 24.98 | 24.55 | - |
| YUV | 134 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 132 | 0 | 0.62 | 0.42 | 0.10 | 340.7 | 0.73 | 0.62 |
| Hex | E5 | 56 | 84 | 0 | 3E | 2A | A | 155 | 49 | 3E |
| Octal | 345 | 126 | 204 | 0 | 76 | 52 | 12 | 525 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10000100 | 0 | 111110 | 101010 | 1010 | 101010101 | 1001001 | 111110 |
Color Harmonies of #E55684
Complementary color
Monochromatic Colors of #E55684
Black with #E55684
Text Example
Text Example
White with #E55684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55684; }
p { color: rgb(229,86,132); }
H1.HeaderClassName
{
color: #E55684;
}
.AnyTagClassName
{
color: #E55684;
}
</style>
background-color css
<style>
a { background-color: #E55684; }
a { background-color: rgb(229,86,132); }
div.DivClassName
{
background-color: #E55684;
}
.BgClassName
{
background-color: #E55684;
}
</style>
border-color css
<style>
span { border-color: #E55684; }
span { border-color: rgb(229,86,132); }
td.TdClassName
{
border-color: #E55684;
}
.TagClassName
{
border-color: #E55684;
}
</style>