Shades of Dark Pink #E55E85
Tints of Dark Pink #E55E85
RGB
CMYK
RGB Variations
Color information
#E55E85 (or 0xE55E85) is known color: Dark Pink. HEX triplet: E5, 5E and 85. RGB value is (229,94,133). Sum of RGB (Red+Green+Blue) = 229+94+133=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E85 is #1AA17A. Grayscale: #8A8A8A. Windows color (decimal): -1745275 or 8740581. OLE color: 8740581.
HSL color Cylindrical-coordinate representation of color #E55E85: hue angle of 342.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E85 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 133 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.10 |
| HSL | 342.67º | 0.72% | 0.63% | - |
| HSV(B) | 342.67º | 0.59% | 0.9% | - |
| XYZ | 40.55 | 26.36 | 25.14 | - |
| YUV | 138.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 133 | 0 | 0.59 | 0.42 | 0.10 | 342.67 | 0.72 | 0.63 |
| Hex | E5 | 5E | 85 | 0 | 3B | 2A | A | 157 | 48 | 3F |
| Octal | 345 | 136 | 205 | 0 | 73 | 52 | 12 | 527 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10000101 | 0 | 111011 | 101010 | 1010 | 101010111 | 1001000 | 111111 |
Color Harmonies of #E55E85
Complementary color
Monochromatic Colors of #E55E85
Black with #E55E85
Text Example
Text Example
White with #E55E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E85; }
p { color: rgb(229,94,133); }
H1.HeaderClassName
{
color: #E55E85;
}
.AnyTagClassName
{
color: #E55E85;
}
</style>
background-color css
<style>
a { background-color: #E55E85; }
a { background-color: rgb(229,94,133); }
div.DivClassName
{
background-color: #E55E85;
}
.BgClassName
{
background-color: #E55E85;
}
</style>
border-color css
<style>
span { border-color: #E55E85; }
span { border-color: rgb(229,94,133); }
td.TdClassName
{
border-color: #E55E85;
}
.TagClassName
{
border-color: #E55E85;
}
</style>