Shades of Dark Pink #E55D8F
Tints of Dark Pink #E55D8F
RGB
CMYK
RGB Variations
Color information
#E55D8F (or 0xE55D8F) is known color: Dark Pink. HEX triplet: E5, 5D and 8F. RGB value is (229,93,143). Sum of RGB (Red+Green+Blue) = 229+93+143=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D8F is #1AA270. Grayscale: #8B8B8B. Windows color (decimal): -1745521 or 9395685. OLE color: 9395685.
HSL color Cylindrical-coordinate representation of color #E55D8F: hue angle of 337.94º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55D8F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 143 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.10 |
| HSL | 337.94º | 0.72% | 0.63% | - |
| HSV(B) | 337.94º | 0.59% | 0.9% | - |
| XYZ | 41.19 | 26.47 | 28.93 | - |
| YUV | 139.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 143 | 0 | 0.59 | 0.38 | 0.10 | 337.94 | 0.72 | 0.63 |
| Hex | E5 | 5D | 8F | 0 | 3B | 26 | A | 152 | 48 | 3F |
| Octal | 345 | 135 | 217 | 0 | 73 | 46 | 12 | 522 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10001111 | 0 | 111011 | 100110 | 1010 | 101010010 | 1001000 | 111111 |
Color Harmonies of #E55D8F
Complementary color
Monochromatic Colors of #E55D8F
Black with #E55D8F
Text Example
Text Example
White with #E55D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D8F; }
p { color: rgb(229,93,143); }
H1.HeaderClassName
{
color: #E55D8F;
}
.AnyTagClassName
{
color: #E55D8F;
}
</style>
background-color css
<style>
a { background-color: #E55D8F; }
a { background-color: rgb(229,93,143); }
div.DivClassName
{
background-color: #E55D8F;
}
.BgClassName
{
background-color: #E55D8F;
}
</style>
border-color css
<style>
span { border-color: #E55D8F; }
span { border-color: rgb(229,93,143); }
td.TdClassName
{
border-color: #E55D8F;
}
.TagClassName
{
border-color: #E55D8F;
}
</style>