Shades of Dark Pink #E55078
Tints of Dark Pink #E55078
RGB
CMYK
RGB Variations
Color information
#E55078 (or 0xE55078) is known color: Dark Pink. HEX triplet: E5, 50 and 78. RGB value is (229,80,120). Sum of RGB (Red+Green+Blue) = 229+80+120=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E55078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55078 is #1AAF87. Grayscale: #818181. Windows color (decimal): -1748872 or 7885029. OLE color: 7885029.
HSL color Cylindrical-coordinate representation of color #E55078: hue angle of 343.89º 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 #E55078 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 120 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.10 |
| HSL | 343.89º | 0.74% | 0.61% | - |
| HSV(B) | 343.89º | 0.65% | 0.9% | - |
| XYZ | 38.57 | 23.75 | 20.32 | - |
| YUV | 129.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 120 | 0 | 0.65 | 0.48 | 0.10 | 343.89 | 0.74 | 0.61 |
| Hex | E5 | 50 | 78 | 0 | 41 | 30 | A | 158 | 4A | 3D |
| Octal | 345 | 120 | 170 | 0 | 101 | 60 | 12 | 530 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1111000 | 0 | 1000001 | 110000 | 1010 | 101011000 | 1001010 | 111101 |
Color Harmonies of #E55078
Complementary color
Monochromatic Colors of #E55078
Black with #E55078
Text Example
Text Example
White with #E55078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55078; }
p { color: rgb(229,80,120); }
H1.HeaderClassName
{
color: #E55078;
}
.AnyTagClassName
{
color: #E55078;
}
</style>
background-color css
<style>
a { background-color: #E55078; }
a { background-color: rgb(229,80,120); }
div.DivClassName
{
background-color: #E55078;
}
.BgClassName
{
background-color: #E55078;
}
</style>
border-color css
<style>
span { border-color: #E55078; }
span { border-color: rgb(229,80,120); }
td.TdClassName
{
border-color: #E55078;
}
.TagClassName
{
border-color: #E55078;
}
</style>