Shades of Dark Pink #E55F79
Tints of Dark Pink #E55F79
RGB
CMYK
RGB Variations
Color information
#E55F79 (or 0xE55F79) is known color: Dark Pink. HEX triplet: E5, 5F and 79. RGB value is (229,95,121). Sum of RGB (Red+Green+Blue) = 229+95+121=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F79 is #1AA086. Grayscale: #8A8A8A. Windows color (decimal): -1745031 or 7954405. OLE color: 7954405.
HSL color Cylindrical-coordinate representation of color #E55F79: hue angle of 348.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F79 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 121 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.10 |
| HSL | 348.36º | 0.72% | 0.64% | - |
| HSV(B) | 348.36º | 0.59% | 0.9% | - |
| XYZ | 39.86 | 26.22 | 21.05 | - |
| YUV | 138.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 121 | 0 | 0.59 | 0.47 | 0.10 | 348.36 | 0.72 | 0.64 |
| Hex | E5 | 5F | 79 | 0 | 3B | 2F | A | 15C | 48 | 40 |
| Octal | 345 | 137 | 171 | 0 | 73 | 57 | 12 | 534 | 110 | 100 |
| Binary | 11100101 | 1011111 | 1111001 | 0 | 111011 | 101111 | 1010 | 101011100 | 1001000 | 1000000 |
Color Harmonies of #E55F79
Complementary color
Monochromatic Colors of #E55F79
Black with #E55F79
Text Example
Text Example
White with #E55F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F79; }
p { color: rgb(229,95,121); }
H1.HeaderClassName
{
color: #E55F79;
}
.AnyTagClassName
{
color: #E55F79;
}
</style>
background-color css
<style>
a { background-color: #E55F79; }
a { background-color: rgb(229,95,121); }
div.DivClassName
{
background-color: #E55F79;
}
.BgClassName
{
background-color: #E55F79;
}
</style>
border-color css
<style>
span { border-color: #E55F79; }
span { border-color: rgb(229,95,121); }
td.TdClassName
{
border-color: #E55F79;
}
.TagClassName
{
border-color: #E55F79;
}
</style>