Shades of Dark Pink #E55794
Tints of Dark Pink #E55794
RGB
CMYK
RGB Variations
Color information
#E55794 (or 0xE55794) is known color: Dark Pink. HEX triplet: E5, 57 and 94. RGB value is (229,87,148). Sum of RGB (Red+Green+Blue) = 229+87+148=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E55794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55794 is #1AA86B. Grayscale: #888888. Windows color (decimal): -1747052 or 9721829. OLE color: 9721829.
HSL color Cylindrical-coordinate representation of color #E55794: hue angle of 334.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55794 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 148 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.10 |
| HSL | 334.23º | 0.73% | 0.62% | - |
| HSV(B) | 334.23º | 0.62% | 0.9% | - |
| XYZ | 41.07 | 25.61 | 30.8 | - |
| YUV | 136.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 148 | 0 | 0.62 | 0.35 | 0.10 | 334.23 | 0.73 | 0.62 |
| Hex | E5 | 57 | 94 | 0 | 3E | 23 | A | 14E | 49 | 3E |
| Octal | 345 | 127 | 224 | 0 | 76 | 43 | 12 | 516 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10010100 | 0 | 111110 | 100011 | 1010 | 101001110 | 1001001 | 111110 |
Color Harmonies of #E55794
Complementary color
Monochromatic Colors of #E55794
Black with #E55794
Text Example
Text Example
White with #E55794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55794; }
p { color: rgb(229,87,148); }
H1.HeaderClassName
{
color: #E55794;
}
.AnyTagClassName
{
color: #E55794;
}
</style>
background-color css
<style>
a { background-color: #E55794; }
a { background-color: rgb(229,87,148); }
div.DivClassName
{
background-color: #E55794;
}
.BgClassName
{
background-color: #E55794;
}
</style>
border-color css
<style>
span { border-color: #E55794; }
span { border-color: rgb(229,87,148); }
td.TdClassName
{
border-color: #E55794;
}
.TagClassName
{
border-color: #E55794;
}
</style>