Shades of Dark Pink #E55F8D
Tints of Dark Pink #E55F8D
RGB
CMYK
RGB Variations
Color information
#E55F8D (or 0xE55F8D) is known color: Dark Pink. HEX triplet: E5, 5F and 8D. RGB value is (229,95,141). Sum of RGB (Red+Green+Blue) = 229+95+141=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F8D is #1AA072. Grayscale: #8C8C8C. Windows color (decimal): -1745011 or 9265125. OLE color: 9265125.
HSL color Cylindrical-coordinate representation of color #E55F8D: hue angle of 339.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F8D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 141 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.10 |
| HSL | 339.4º | 0.72% | 0.64% | - |
| HSV(B) | 339.4º | 0.59% | 0.9% | - |
| XYZ | 41.21 | 26.77 | 28.19 | - |
| YUV | 140.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 141 | 0 | 0.59 | 0.38 | 0.10 | 339.4 | 0.72 | 0.64 |
| Hex | E5 | 5F | 8D | 0 | 3B | 26 | A | 153 | 48 | 40 |
| Octal | 345 | 137 | 215 | 0 | 73 | 46 | 12 | 523 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10001101 | 0 | 111011 | 100110 | 1010 | 101010011 | 1001000 | 1000000 |
Color Harmonies of #E55F8D
Complementary color
Monochromatic Colors of #E55F8D
Black with #E55F8D
Text Example
Text Example
White with #E55F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F8D; }
p { color: rgb(229,95,141); }
H1.HeaderClassName
{
color: #E55F8D;
}
.AnyTagClassName
{
color: #E55F8D;
}
</style>
background-color css
<style>
a { background-color: #E55F8D; }
a { background-color: rgb(229,95,141); }
div.DivClassName
{
background-color: #E55F8D;
}
.BgClassName
{
background-color: #E55F8D;
}
</style>
border-color css
<style>
span { border-color: #E55F8D; }
span { border-color: rgb(229,95,141); }
td.TdClassName
{
border-color: #E55F8D;
}
.TagClassName
{
border-color: #E55F8D;
}
</style>