Shades of Dark Pink #E55481
Tints of Dark Pink #E55481
RGB
CMYK
RGB Variations
Color information
#E55481 (or 0xE55481) is known color: Dark Pink. HEX triplet: E5, 54 and 81. RGB value is (229,84,129). Sum of RGB (Red+Green+Blue) = 229+84+129=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E55481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55481 is #1AAB7E. Grayscale: #848484. Windows color (decimal): -1747839 or 8475877. OLE color: 8475877.
HSL color Cylindrical-coordinate representation of color #E55481: hue angle of 341.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55481 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 129 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.10 |
| HSL | 341.38º | 0.74% | 0.61% | - |
| HSV(B) | 341.38º | 0.63% | 0.9% | - |
| XYZ | 39.45 | 24.58 | 23.43 | - |
| YUV | 132.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 129 | 0 | 0.63 | 0.44 | 0.10 | 341.38 | 0.74 | 0.61 |
| Hex | E5 | 54 | 81 | 0 | 3F | 2C | A | 155 | 4A | 3D |
| Octal | 345 | 124 | 201 | 0 | 77 | 54 | 12 | 525 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10000001 | 0 | 111111 | 101100 | 1010 | 101010101 | 1001010 | 111101 |
Color Harmonies of #E55481
Complementary color
Monochromatic Colors of #E55481
Black with #E55481
Text Example
Text Example
White with #E55481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55481; }
p { color: rgb(229,84,129); }
H1.HeaderClassName
{
color: #E55481;
}
.AnyTagClassName
{
color: #E55481;
}
</style>
background-color css
<style>
a { background-color: #E55481; }
a { background-color: rgb(229,84,129); }
div.DivClassName
{
background-color: #E55481;
}
.BgClassName
{
background-color: #E55481;
}
</style>
border-color css
<style>
span { border-color: #E55481; }
span { border-color: rgb(229,84,129); }
td.TdClassName
{
border-color: #E55481;
}
.TagClassName
{
border-color: #E55481;
}
</style>