Shades of Dark Pink #E55079
Tints of Dark Pink #E55079
RGB
CMYK
RGB Variations
Color information
#E55079 (or 0xE55079) is known color: Dark Pink. HEX triplet: E5, 50 and 79. RGB value is (229,80,121). Sum of RGB (Red+Green+Blue) = 229+80+121=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55079 is #1AAF86. Grayscale: #818181. Windows color (decimal): -1748871 or 7950565. OLE color: 7950565.
HSL color Cylindrical-coordinate representation of color #E55079: hue angle of 343.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55079 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 121 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.10 |
| HSL | 343.49º | 0.74% | 0.61% | - |
| HSV(B) | 343.49º | 0.65% | 0.9% | - |
| XYZ | 38.63 | 23.78 | 20.64 | - |
| YUV | 129.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 121 | 0 | 0.65 | 0.47 | 0.10 | 343.49 | 0.74 | 0.61 |
| Hex | E5 | 50 | 79 | 0 | 41 | 2F | A | 157 | 4A | 3D |
| Octal | 345 | 120 | 171 | 0 | 101 | 57 | 12 | 527 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1111001 | 0 | 1000001 | 101111 | 1010 | 101010111 | 1001010 | 111101 |
Color Harmonies of #E55079
Complementary color
Monochromatic Colors of #E55079
Black with #E55079
Text Example
Text Example
White with #E55079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55079; }
p { color: rgb(229,80,121); }
H1.HeaderClassName
{
color: #E55079;
}
.AnyTagClassName
{
color: #E55079;
}
</style>
background-color css
<style>
a { background-color: #E55079; }
a { background-color: rgb(229,80,121); }
div.DivClassName
{
background-color: #E55079;
}
.BgClassName
{
background-color: #E55079;
}
</style>
border-color css
<style>
span { border-color: #E55079; }
span { border-color: rgb(229,80,121); }
td.TdClassName
{
border-color: #E55079;
}
.TagClassName
{
border-color: #E55079;
}
</style>