Shades of Dark Pink #E5558D
Tints of Dark Pink #E5558D
RGB
CMYK
RGB Variations
Color information
#E5558D (or 0xE5558D) is known color: Dark Pink. HEX triplet: E5, 55 and 8D. RGB value is (229,85,141). Sum of RGB (Red+Green+Blue) = 229+85+141=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5558D is #1AAA72. Grayscale: #868686. Windows color (decimal): -1747571 or 9262565. OLE color: 9262565.
HSL color Cylindrical-coordinate representation of color #E5558D: hue angle of 336.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5558D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 141 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 336.67º | 0.73% | 0.62% | - |
| HSV(B) | 336.67º | 0.63% | 0.9% | - |
| XYZ | 40.37 | 25.08 | 27.91 | - |
| YUV | 134.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 141 | 0 | 0.63 | 0.38 | 0.10 | 336.67 | 0.73 | 0.62 |
| Hex | E5 | 55 | 8D | 0 | 3F | 26 | A | 151 | 49 | 3E |
| Octal | 345 | 125 | 215 | 0 | 77 | 46 | 12 | 521 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10001101 | 0 | 111111 | 100110 | 1010 | 101010001 | 1001001 | 111110 |
Color Harmonies of #E5558D
Complementary color
Monochromatic Colors of #E5558D
Black with #E5558D
Text Example
Text Example
White with #E5558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5558D; }
p { color: rgb(229,85,141); }
H1.HeaderClassName
{
color: #E5558D;
}
.AnyTagClassName
{
color: #E5558D;
}
</style>
background-color css
<style>
a { background-color: #E5558D; }
a { background-color: rgb(229,85,141); }
div.DivClassName
{
background-color: #E5558D;
}
.BgClassName
{
background-color: #E5558D;
}
</style>
border-color css
<style>
span { border-color: #E5558D; }
span { border-color: rgb(229,85,141); }
td.TdClassName
{
border-color: #E5558D;
}
.TagClassName
{
border-color: #E5558D;
}
</style>