Shades of Dark Pink #E55A96
Tints of Dark Pink #E55A96
RGB
CMYK
RGB Variations
Color information
#E55A96 (or 0xE55A96) is known color: Dark Pink. HEX triplet: E5, 5A and 96. RGB value is (229,90,150). Sum of RGB (Red+Green+Blue) = 229+90+150=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A96 is #1AA569. Grayscale: #8A8A8A. Windows color (decimal): -1746282 or 9853669. OLE color: 9853669.
HSL color Cylindrical-coordinate representation of color #E55A96: hue angle of 334.1º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A96 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 150 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.10 |
| HSL | 334.1º | 0.73% | 0.63% | - |
| HSV(B) | 334.1º | 0.61% | 0.9% | - |
| XYZ | 41.47 | 26.17 | 31.72 | - |
| YUV | 138.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 150 | 0 | 0.61 | 0.34 | 0.10 | 334.1 | 0.73 | 0.63 |
| Hex | E5 | 5A | 96 | 0 | 3D | 22 | A | 14E | 49 | 3F |
| Octal | 345 | 132 | 226 | 0 | 75 | 42 | 12 | 516 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10010110 | 0 | 111101 | 100010 | 1010 | 101001110 | 1001001 | 111111 |
Color Harmonies of #E55A96
Complementary color
Monochromatic Colors of #E55A96
Black with #E55A96
Text Example
Text Example
White with #E55A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A96; }
p { color: rgb(229,90,150); }
H1.HeaderClassName
{
color: #E55A96;
}
.AnyTagClassName
{
color: #E55A96;
}
</style>
background-color css
<style>
a { background-color: #E55A96; }
a { background-color: rgb(229,90,150); }
div.DivClassName
{
background-color: #E55A96;
}
.BgClassName
{
background-color: #E55A96;
}
</style>
border-color css
<style>
span { border-color: #E55A96; }
span { border-color: rgb(229,90,150); }
td.TdClassName
{
border-color: #E55A96;
}
.TagClassName
{
border-color: #E55A96;
}
</style>