Shades of Dark Pink #E55B90
Tints of Dark Pink #E55B90
RGB
CMYK
RGB Variations
Color information
#E55B90 (or 0xE55B90) is known color: Dark Pink. HEX triplet: E5, 5B and 90. RGB value is (229,91,144). Sum of RGB (Red+Green+Blue) = 229+91+144=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B90 is #1AA46F. Grayscale: #8A8A8A. Windows color (decimal): -1746032 or 9460709. OLE color: 9460709.
HSL color Cylindrical-coordinate representation of color #E55B90: hue angle of 336.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55B90 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 144 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.10 |
| HSL | 336.96º | 0.73% | 0.63% | - |
| HSV(B) | 336.96º | 0.6% | 0.9% | - |
| XYZ | 41.09 | 26.15 | 29.27 | - |
| YUV | 138.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 144 | 0 | 0.60 | 0.37 | 0.10 | 336.96 | 0.73 | 0.63 |
| Hex | E5 | 5B | 90 | 0 | 3C | 25 | A | 151 | 49 | 3F |
| Octal | 345 | 133 | 220 | 0 | 74 | 45 | 12 | 521 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10010000 | 0 | 111100 | 100101 | 1010 | 101010001 | 1001001 | 111111 |
Color Harmonies of #E55B90
Complementary color
Monochromatic Colors of #E55B90
Black with #E55B90
Text Example
Text Example
White with #E55B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B90; }
p { color: rgb(229,91,144); }
H1.HeaderClassName
{
color: #E55B90;
}
.AnyTagClassName
{
color: #E55B90;
}
</style>
background-color css
<style>
a { background-color: #E55B90; }
a { background-color: rgb(229,91,144); }
div.DivClassName
{
background-color: #E55B90;
}
.BgClassName
{
background-color: #E55B90;
}
</style>
border-color css
<style>
span { border-color: #E55B90; }
span { border-color: rgb(229,91,144); }
td.TdClassName
{
border-color: #E55B90;
}
.TagClassName
{
border-color: #E55B90;
}
</style>