Shades of Dark Pink #E55875
Tints of Dark Pink #E55875
RGB
CMYK
RGB Variations
Color information
#E55875 (or 0xE55875) is known color: Dark Pink. HEX triplet: E5, 58 and 75. RGB value is (229,88,117). Sum of RGB (Red+Green+Blue) = 229+88+117=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E55875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55875 is #1AA78A. Grayscale: #858585. Windows color (decimal): -1746827 or 7690469. OLE color: 7690469.
HSL color Cylindrical-coordinate representation of color #E55875: hue angle of 347.66º 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 #E55875 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 117 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.10 |
| HSL | 347.66º | 0.73% | 0.62% | - |
| HSV(B) | 347.66º | 0.62% | 0.9% | - |
| XYZ | 39.01 | 24.92 | 19.58 | - |
| YUV | 133.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 117 | 0 | 0.62 | 0.49 | 0.10 | 347.66 | 0.73 | 0.62 |
| Hex | E5 | 58 | 75 | 0 | 3E | 31 | A | 15C | 49 | 3E |
| Octal | 345 | 130 | 165 | 0 | 76 | 61 | 12 | 534 | 111 | 76 |
| Binary | 11100101 | 1011000 | 1110101 | 0 | 111110 | 110001 | 1010 | 101011100 | 1001001 | 111110 |
Color Harmonies of #E55875
Complementary color
Monochromatic Colors of #E55875
Black with #E55875
Text Example
Text Example
White with #E55875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55875; }
p { color: rgb(229,88,117); }
H1.HeaderClassName
{
color: #E55875;
}
.AnyTagClassName
{
color: #E55875;
}
</style>
background-color css
<style>
a { background-color: #E55875; }
a { background-color: rgb(229,88,117); }
div.DivClassName
{
background-color: #E55875;
}
.BgClassName
{
background-color: #E55875;
}
</style>
border-color css
<style>
span { border-color: #E55875; }
span { border-color: rgb(229,88,117); }
td.TdClassName
{
border-color: #E55875;
}
.TagClassName
{
border-color: #E55875;
}
</style>