Shades of Dark Pink #E55390
Tints of Dark Pink #E55390
RGB
CMYK
RGB Variations
Color information
#E55390 (or 0xE55390) is known color: Dark Pink. HEX triplet: E5, 53 and 90. RGB value is (229,83,144). Sum of RGB (Red+Green+Blue) = 229+83+144=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E55390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55390 is #1AAC6F. Grayscale: #858585. Windows color (decimal): -1748080 or 9458661. OLE color: 9458661.
HSL color Cylindrical-coordinate representation of color #E55390: hue angle of 334.93º 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 #E55390 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 144 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.10 |
| HSL | 334.93º | 0.74% | 0.61% | - |
| HSV(B) | 334.93º | 0.64% | 0.9% | - |
| XYZ | 40.44 | 24.86 | 29.05 | - |
| YUV | 133.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 144 | 0 | 0.64 | 0.37 | 0.10 | 334.93 | 0.74 | 0.61 |
| Hex | E5 | 53 | 90 | 0 | 40 | 25 | A | 14F | 4A | 3D |
| Octal | 345 | 123 | 220 | 0 | 100 | 45 | 12 | 517 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10010000 | 0 | 1000000 | 100101 | 1010 | 101001111 | 1001010 | 111101 |
Color Harmonies of #E55390
Complementary color
Monochromatic Colors of #E55390
Black with #E55390
Text Example
Text Example
White with #E55390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55390; }
p { color: rgb(229,83,144); }
H1.HeaderClassName
{
color: #E55390;
}
.AnyTagClassName
{
color: #E55390;
}
</style>
background-color css
<style>
a { background-color: #E55390; }
a { background-color: rgb(229,83,144); }
div.DivClassName
{
background-color: #E55390;
}
.BgClassName
{
background-color: #E55390;
}
</style>
border-color css
<style>
span { border-color: #E55390; }
span { border-color: rgb(229,83,144); }
td.TdClassName
{
border-color: #E55390;
}
.TagClassName
{
border-color: #E55390;
}
</style>