Shades of Dark Pink #E55896
Tints of Dark Pink #E55896
RGB
CMYK
RGB Variations
Color information
#E55896 (or 0xE55896) is known color: Dark Pink. HEX triplet: E5, 58 and 96. RGB value is (229,88,150). Sum of RGB (Red+Green+Blue) = 229+88+150=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E55896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55896 is #1AA769. Grayscale: #898989. Windows color (decimal): -1746794 or 9853157. OLE color: 9853157.
HSL color Cylindrical-coordinate representation of color #E55896: hue angle of 333.62º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55896 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 150 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.10 |
| HSL | 333.62º | 0.73% | 0.62% | - |
| HSV(B) | 333.62º | 0.62% | 0.9% | - |
| XYZ | 41.31 | 25.84 | 31.66 | - |
| YUV | 137.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 150 | 0 | 0.62 | 0.34 | 0.10 | 333.62 | 0.73 | 0.62 |
| Hex | E5 | 58 | 96 | 0 | 3E | 22 | A | 14E | 49 | 3E |
| Octal | 345 | 130 | 226 | 0 | 76 | 42 | 12 | 516 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10010110 | 0 | 111110 | 100010 | 1010 | 101001110 | 1001001 | 111110 |
Color Harmonies of #E55896
Complementary color
Monochromatic Colors of #E55896
Black with #E55896
Text Example
Text Example
White with #E55896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55896; }
p { color: rgb(229,88,150); }
H1.HeaderClassName
{
color: #E55896;
}
.AnyTagClassName
{
color: #E55896;
}
</style>
background-color css
<style>
a { background-color: #E55896; }
a { background-color: rgb(229,88,150); }
div.DivClassName
{
background-color: #E55896;
}
.BgClassName
{
background-color: #E55896;
}
</style>
border-color css
<style>
span { border-color: #E55896; }
span { border-color: rgb(229,88,150); }
td.TdClassName
{
border-color: #E55896;
}
.TagClassName
{
border-color: #E55896;
}
</style>