Shades of Dark Pink #E55C90
Tints of Dark Pink #E55C90
RGB
CMYK
RGB Variations
Color information
#E55C90 (or 0xE55C90) is known color: Dark Pink. HEX triplet: E5, 5C and 90. RGB value is (229,92,144). Sum of RGB (Red+Green+Blue) = 229+92+144=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C90 is #1AA36F. Grayscale: #8A8A8A. Windows color (decimal): -1745776 or 9460965. OLE color: 9460965.
HSL color Cylindrical-coordinate representation of color #E55C90: hue angle of 337.23º degrees, saturation: 0.72, 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 #E55C90 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 144 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.10 |
| HSL | 337.23º | 0.72% | 0.63% | - |
| HSV(B) | 337.23º | 0.6% | 0.9% | - |
| XYZ | 41.17 | 26.33 | 29.3 | - |
| YUV | 138.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 144 | 0 | 0.60 | 0.37 | 0.10 | 337.23 | 0.72 | 0.63 |
| Hex | E5 | 5C | 90 | 0 | 3C | 25 | A | 151 | 48 | 3F |
| Octal | 345 | 134 | 220 | 0 | 74 | 45 | 12 | 521 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10010000 | 0 | 111100 | 100101 | 1010 | 101010001 | 1001000 | 111111 |
Color Harmonies of #E55C90
Complementary color
Monochromatic Colors of #E55C90
Black with #E55C90
Text Example
Text Example
White with #E55C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C90; }
p { color: rgb(229,92,144); }
H1.HeaderClassName
{
color: #E55C90;
}
.AnyTagClassName
{
color: #E55C90;
}
</style>
background-color css
<style>
a { background-color: #E55C90; }
a { background-color: rgb(229,92,144); }
div.DivClassName
{
background-color: #E55C90;
}
.BgClassName
{
background-color: #E55C90;
}
</style>
border-color css
<style>
span { border-color: #E55C90; }
span { border-color: rgb(229,92,144); }
td.TdClassName
{
border-color: #E55C90;
}
.TagClassName
{
border-color: #E55C90;
}
</style>