Shades of Dark Pink #E55E8A
Tints of Dark Pink #E55E8A
RGB
CMYK
RGB Variations
Color information
#E55E8A (or 0xE55E8A) is known color: Dark Pink. HEX triplet: E5, 5E and 8A. RGB value is (229,94,138). Sum of RGB (Red+Green+Blue) = 229+94+138=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E8A is #1AA175. Grayscale: #8B8B8B. Windows color (decimal): -1745270 or 9068261. OLE color: 9068261.
HSL color Cylindrical-coordinate representation of color #E55E8A: hue angle of 340.44º 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 #E55E8A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 138 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.10 |
| HSL | 340.44º | 0.72% | 0.63% | - |
| HSV(B) | 340.44º | 0.59% | 0.9% | - |
| XYZ | 40.9 | 26.5 | 27 | - |
| YUV | 139.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 138 | 0 | 0.59 | 0.40 | 0.10 | 340.44 | 0.72 | 0.63 |
| Hex | E5 | 5E | 8A | 0 | 3B | 28 | A | 154 | 48 | 3F |
| Octal | 345 | 136 | 212 | 0 | 73 | 50 | 12 | 524 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10001010 | 0 | 111011 | 101000 | 1010 | 101010100 | 1001000 | 111111 |
Color Harmonies of #E55E8A
Complementary color
Monochromatic Colors of #E55E8A
Black with #E55E8A
Text Example
Text Example
White with #E55E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E8A; }
p { color: rgb(229,94,138); }
H1.HeaderClassName
{
color: #E55E8A;
}
.AnyTagClassName
{
color: #E55E8A;
}
</style>
background-color css
<style>
a { background-color: #E55E8A; }
a { background-color: rgb(229,94,138); }
div.DivClassName
{
background-color: #E55E8A;
}
.BgClassName
{
background-color: #E55E8A;
}
</style>
border-color css
<style>
span { border-color: #E55E8A; }
span { border-color: rgb(229,94,138); }
td.TdClassName
{
border-color: #E55E8A;
}
.TagClassName
{
border-color: #E55E8A;
}
</style>