Shades of Dark Pink #E55F85
Tints of Dark Pink #E55F85
RGB
CMYK
RGB Variations
Color information
#E55F85 (or 0xE55F85) is known color: Dark Pink. HEX triplet: E5, 5F and 85. RGB value is (229,95,133). Sum of RGB (Red+Green+Blue) = 229+95+133=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F85 is #1AA07A. Grayscale: #8B8B8B. Windows color (decimal): -1745019 or 8740837. OLE color: 8740837.
HSL color Cylindrical-coordinate representation of color #E55F85: hue angle of 342.99º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F85 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 133 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.10 |
| HSL | 342.99º | 0.72% | 0.64% | - |
| HSV(B) | 342.99º | 0.59% | 0.9% | - |
| XYZ | 40.64 | 26.54 | 25.17 | - |
| YUV | 139.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 133 | 0 | 0.59 | 0.42 | 0.10 | 342.99 | 0.72 | 0.64 |
| Hex | E5 | 5F | 85 | 0 | 3B | 2A | A | 157 | 48 | 40 |
| Octal | 345 | 137 | 205 | 0 | 73 | 52 | 12 | 527 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10000101 | 0 | 111011 | 101010 | 1010 | 101010111 | 1001000 | 1000000 |
Color Harmonies of #E55F85
Complementary color
Monochromatic Colors of #E55F85
Black with #E55F85
Text Example
Text Example
White with #E55F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F85; }
p { color: rgb(229,95,133); }
H1.HeaderClassName
{
color: #E55F85;
}
.AnyTagClassName
{
color: #E55F85;
}
</style>
background-color css
<style>
a { background-color: #E55F85; }
a { background-color: rgb(229,95,133); }
div.DivClassName
{
background-color: #E55F85;
}
.BgClassName
{
background-color: #E55F85;
}
</style>
border-color css
<style>
span { border-color: #E55F85; }
span { border-color: rgb(229,95,133); }
td.TdClassName
{
border-color: #E55F85;
}
.TagClassName
{
border-color: #E55F85;
}
</style>