Shades of Dark Pink #E55D8A
Tints of Dark Pink #E55D8A
RGB
CMYK
RGB Variations
Color information
#E55D8A (or 0xE55D8A) is known color: Dark Pink. HEX triplet: E5, 5D and 8A. RGB value is (229,93,138). Sum of RGB (Red+Green+Blue) = 229+93+138=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D8A is #1AA275. Grayscale: #8A8A8A. Windows color (decimal): -1745526 or 9068005. OLE color: 9068005.
HSL color Cylindrical-coordinate representation of color #E55D8A: hue angle of 340.15º 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 #E55D8A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 138 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.10 |
| HSL | 340.15º | 0.72% | 0.63% | - |
| HSV(B) | 340.15º | 0.59% | 0.9% | - |
| XYZ | 40.81 | 26.32 | 26.97 | - |
| YUV | 138.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 138 | 0 | 0.59 | 0.40 | 0.10 | 340.15 | 0.72 | 0.63 |
| Hex | E5 | 5D | 8A | 0 | 3B | 28 | A | 154 | 48 | 3F |
| Octal | 345 | 135 | 212 | 0 | 73 | 50 | 12 | 524 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10001010 | 0 | 111011 | 101000 | 1010 | 101010100 | 1001000 | 111111 |
Color Harmonies of #E55D8A
Complementary color
Monochromatic Colors of #E55D8A
Black with #E55D8A
Text Example
Text Example
White with #E55D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D8A; }
p { color: rgb(229,93,138); }
H1.HeaderClassName
{
color: #E55D8A;
}
.AnyTagClassName
{
color: #E55D8A;
}
</style>
background-color css
<style>
a { background-color: #E55D8A; }
a { background-color: rgb(229,93,138); }
div.DivClassName
{
background-color: #E55D8A;
}
.BgClassName
{
background-color: #E55D8A;
}
</style>
border-color css
<style>
span { border-color: #E55D8A; }
span { border-color: rgb(229,93,138); }
td.TdClassName
{
border-color: #E55D8A;
}
.TagClassName
{
border-color: #E55D8A;
}
</style>