Shades of Dark Pink #E55A85
Tints of Dark Pink #E55A85
RGB
CMYK
RGB Variations
Color information
#E55A85 (or 0xE55A85) is known color: Dark Pink. HEX triplet: E5, 5A and 85. RGB value is (229,90,133). Sum of RGB (Red+Green+Blue) = 229+90+133=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A85 is #1AA57A. Grayscale: #888888. Windows color (decimal): -1746299 or 8739557. OLE color: 8739557.
HSL color Cylindrical-coordinate representation of color #E55A85: hue angle of 341.44º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A85 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 133 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.10 |
| HSL | 341.44º | 0.73% | 0.63% | - |
| HSV(B) | 341.44º | 0.61% | 0.9% | - |
| XYZ | 40.2 | 25.66 | 25.02 | - |
| YUV | 136.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 133 | 0 | 0.61 | 0.42 | 0.10 | 341.44 | 0.73 | 0.63 |
| Hex | E5 | 5A | 85 | 0 | 3D | 2A | A | 155 | 49 | 3F |
| Octal | 345 | 132 | 205 | 0 | 75 | 52 | 12 | 525 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10000101 | 0 | 111101 | 101010 | 1010 | 101010101 | 1001001 | 111111 |
Color Harmonies of #E55A85
Complementary color
Monochromatic Colors of #E55A85
Black with #E55A85
Text Example
Text Example
White with #E55A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A85; }
p { color: rgb(229,90,133); }
H1.HeaderClassName
{
color: #E55A85;
}
.AnyTagClassName
{
color: #E55A85;
}
</style>
background-color css
<style>
a { background-color: #E55A85; }
a { background-color: rgb(229,90,133); }
div.DivClassName
{
background-color: #E55A85;
}
.BgClassName
{
background-color: #E55A85;
}
</style>
border-color css
<style>
span { border-color: #E55A85; }
span { border-color: rgb(229,90,133); }
td.TdClassName
{
border-color: #E55A85;
}
.TagClassName
{
border-color: #E55A85;
}
</style>