Shades of Dark Pink #E55290
Tints of Dark Pink #E55290
RGB
CMYK
RGB Variations
Color information
#E55290 (or 0xE55290) is known color: Dark Pink. HEX triplet: E5, 52 and 90. RGB value is (229,82,144). Sum of RGB (Red+Green+Blue) = 229+82+144=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E55290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55290 is #1AAD6F. Grayscale: #848484. Windows color (decimal): -1748336 or 9458405. OLE color: 9458405.
HSL color Cylindrical-coordinate representation of color #E55290: hue angle of 334.69º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55290 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 144 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.10 |
| HSL | 334.69º | 0.74% | 0.61% | - |
| HSV(B) | 334.69º | 0.64% | 0.9% | - |
| XYZ | 40.36 | 24.71 | 29.03 | - |
| YUV | 133.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 144 | 0 | 0.64 | 0.37 | 0.10 | 334.69 | 0.74 | 0.61 |
| Hex | E5 | 52 | 90 | 0 | 40 | 25 | A | 14F | 4A | 3D |
| Octal | 345 | 122 | 220 | 0 | 100 | 45 | 12 | 517 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10010000 | 0 | 1000000 | 100101 | 1010 | 101001111 | 1001010 | 111101 |
Color Harmonies of #E55290
Complementary color
Monochromatic Colors of #E55290
Black with #E55290
Text Example
Text Example
White with #E55290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55290; }
p { color: rgb(229,82,144); }
H1.HeaderClassName
{
color: #E55290;
}
.AnyTagClassName
{
color: #E55290;
}
</style>
background-color css
<style>
a { background-color: #E55290; }
a { background-color: rgb(229,82,144); }
div.DivClassName
{
background-color: #E55290;
}
.BgClassName
{
background-color: #E55290;
}
</style>
border-color css
<style>
span { border-color: #E55290; }
span { border-color: rgb(229,82,144); }
td.TdClassName
{
border-color: #E55290;
}
.TagClassName
{
border-color: #E55290;
}
</style>