Shades of Dark Pink #E55381
Tints of Dark Pink #E55381
RGB
CMYK
RGB Variations
Color information
#E55381 (or 0xE55381) is known color: Dark Pink. HEX triplet: E5, 53 and 81. RGB value is (229,83,129). Sum of RGB (Red+Green+Blue) = 229+83+129=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E55381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55381 is #1AAC7E. Grayscale: #838383. Windows color (decimal): -1748095 or 8475621. OLE color: 8475621.
HSL color Cylindrical-coordinate representation of color #E55381: hue angle of 341.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55381 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 129 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.10 |
| HSL | 341.1º | 0.74% | 0.61% | - |
| HSV(B) | 341.1º | 0.64% | 0.9% | - |
| XYZ | 39.37 | 24.43 | 23.41 | - |
| YUV | 131.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 129 | 0 | 0.64 | 0.44 | 0.10 | 341.1 | 0.74 | 0.61 |
| Hex | E5 | 53 | 81 | 0 | 40 | 2C | A | 155 | 4A | 3D |
| Octal | 345 | 123 | 201 | 0 | 100 | 54 | 12 | 525 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10000001 | 0 | 1000000 | 101100 | 1010 | 101010101 | 1001010 | 111101 |
Color Harmonies of #E55381
Complementary color
Monochromatic Colors of #E55381
Black with #E55381
Text Example
Text Example
White with #E55381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55381; }
p { color: rgb(229,83,129); }
H1.HeaderClassName
{
color: #E55381;
}
.AnyTagClassName
{
color: #E55381;
}
</style>
background-color css
<style>
a { background-color: #E55381; }
a { background-color: rgb(229,83,129); }
div.DivClassName
{
background-color: #E55381;
}
.BgClassName
{
background-color: #E55381;
}
</style>
border-color css
<style>
span { border-color: #E55381; }
span { border-color: rgb(229,83,129); }
td.TdClassName
{
border-color: #E55381;
}
.TagClassName
{
border-color: #E55381;
}
</style>