Shades of Dark Pink #E55081
Tints of Dark Pink #E55081
RGB
CMYK
RGB Variations
Color information
#E55081 (or 0xE55081) is known color: Dark Pink. HEX triplet: E5, 50 and 81. RGB value is (229,80,129). Sum of RGB (Red+Green+Blue) = 229+80+129=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55081 is #1AAF7E. Grayscale: #828282. Windows color (decimal): -1748863 or 8474853. OLE color: 8474853.
HSL color Cylindrical-coordinate representation of color #E55081: hue angle of 340.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55081 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 129 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.10 |
| HSL | 340.27º | 0.74% | 0.61% | - |
| HSV(B) | 340.27º | 0.65% | 0.9% | - |
| XYZ | 39.14 | 23.98 | 23.33 | - |
| YUV | 130.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 129 | 0 | 0.65 | 0.44 | 0.10 | 340.27 | 0.74 | 0.61 |
| Hex | E5 | 50 | 81 | 0 | 41 | 2C | A | 154 | 4A | 3D |
| Octal | 345 | 120 | 201 | 0 | 101 | 54 | 12 | 524 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10000001 | 0 | 1000001 | 101100 | 1010 | 101010100 | 1001010 | 111101 |
Color Harmonies of #E55081
Complementary color
Monochromatic Colors of #E55081
Black with #E55081
Text Example
Text Example
White with #E55081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55081; }
p { color: rgb(229,80,129); }
H1.HeaderClassName
{
color: #E55081;
}
.AnyTagClassName
{
color: #E55081;
}
</style>
background-color css
<style>
a { background-color: #E55081; }
a { background-color: rgb(229,80,129); }
div.DivClassName
{
background-color: #E55081;
}
.BgClassName
{
background-color: #E55081;
}
</style>
border-color css
<style>
span { border-color: #E55081; }
span { border-color: rgb(229,80,129); }
td.TdClassName
{
border-color: #E55081;
}
.TagClassName
{
border-color: #E55081;
}
</style>