Shades of Dark Pink #E55775
Tints of Dark Pink #E55775
RGB
CMYK
RGB Variations
Color information
#E55775 (or 0xE55775) is known color: Dark Pink. HEX triplet: E5, 57 and 75. RGB value is (229,87,117). Sum of RGB (Red+Green+Blue) = 229+87+117=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E55775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55775 is #1AA88A. Grayscale: #848484. Windows color (decimal): -1747083 or 7690213. OLE color: 7690213.
HSL color Cylindrical-coordinate representation of color #E55775: hue angle of 347.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55775 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 117 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.10 |
| HSL | 347.32º | 0.73% | 0.62% | - |
| HSV(B) | 347.32º | 0.62% | 0.9% | - |
| XYZ | 38.93 | 24.76 | 19.56 | - |
| YUV | 132.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 117 | 0 | 0.62 | 0.49 | 0.10 | 347.32 | 0.73 | 0.62 |
| Hex | E5 | 57 | 75 | 0 | 3E | 31 | A | 15B | 49 | 3E |
| Octal | 345 | 127 | 165 | 0 | 76 | 61 | 12 | 533 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1110101 | 0 | 111110 | 110001 | 1010 | 101011011 | 1001001 | 111110 |
Color Harmonies of #E55775
Complementary color
Monochromatic Colors of #E55775
Black with #E55775
Text Example
Text Example
White with #E55775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55775; }
p { color: rgb(229,87,117); }
H1.HeaderClassName
{
color: #E55775;
}
.AnyTagClassName
{
color: #E55775;
}
</style>
background-color css
<style>
a { background-color: #E55775; }
a { background-color: rgb(229,87,117); }
div.DivClassName
{
background-color: #E55775;
}
.BgClassName
{
background-color: #E55775;
}
</style>
border-color css
<style>
span { border-color: #E55775; }
span { border-color: rgb(229,87,117); }
td.TdClassName
{
border-color: #E55775;
}
.TagClassName
{
border-color: #E55775;
}
</style>