Shades of Dark Pink #E55D83
Tints of Dark Pink #E55D83
RGB
CMYK
RGB Variations
Color information
#E55D83 (or 0xE55D83) is known color: Dark Pink. HEX triplet: E5, 5D and 83. RGB value is (229,93,131). Sum of RGB (Red+Green+Blue) = 229+93+131=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D83 is #1AA27C. Grayscale: #898989. Windows color (decimal): -1745533 or 8609253. OLE color: 8609253.
HSL color Cylindrical-coordinate representation of color #E55D83: hue angle of 343.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55D83 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 131 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.10 |
| HSL | 343.24º | 0.72% | 0.63% | - |
| HSV(B) | 343.24º | 0.59% | 0.9% | - |
| XYZ | 40.32 | 26.13 | 24.39 | - |
| YUV | 138 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 131 | 0 | 0.59 | 0.43 | 0.10 | 343.24 | 0.72 | 0.63 |
| Hex | E5 | 5D | 83 | 0 | 3B | 2B | A | 157 | 48 | 3F |
| Octal | 345 | 135 | 203 | 0 | 73 | 53 | 12 | 527 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10000011 | 0 | 111011 | 101011 | 1010 | 101010111 | 1001000 | 111111 |
Color Harmonies of #E55D83
Complementary color
Monochromatic Colors of #E55D83
Black with #E55D83
Text Example
Text Example
White with #E55D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D83; }
p { color: rgb(229,93,131); }
H1.HeaderClassName
{
color: #E55D83;
}
.AnyTagClassName
{
color: #E55D83;
}
</style>
background-color css
<style>
a { background-color: #E55D83; }
a { background-color: rgb(229,93,131); }
div.DivClassName
{
background-color: #E55D83;
}
.BgClassName
{
background-color: #E55D83;
}
</style>
border-color css
<style>
span { border-color: #E55D83; }
span { border-color: rgb(229,93,131); }
td.TdClassName
{
border-color: #E55D83;
}
.TagClassName
{
border-color: #E55D83;
}
</style>