Shades of Dark Pink #E55478
Tints of Dark Pink #E55478
RGB
CMYK
RGB Variations
Color information
#E55478 (or 0xE55478) is known color: Dark Pink. HEX triplet: E5, 54 and 78. RGB value is (229,84,120). Sum of RGB (Red+Green+Blue) = 229+84+120=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E55478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55478 is #1AAB87. Grayscale: #838383. Windows color (decimal): -1747848 or 7886053. OLE color: 7886053.
HSL color Cylindrical-coordinate representation of color #E55478: hue angle of 345.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55478 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 120 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.10 |
| HSL | 345.1º | 0.74% | 0.61% | - |
| HSV(B) | 345.1º | 0.63% | 0.9% | - |
| XYZ | 38.87 | 24.35 | 20.42 | - |
| YUV | 131.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 120 | 0 | 0.63 | 0.48 | 0.10 | 345.1 | 0.74 | 0.61 |
| Hex | E5 | 54 | 78 | 0 | 3F | 30 | A | 159 | 4A | 3D |
| Octal | 345 | 124 | 170 | 0 | 77 | 60 | 12 | 531 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1111000 | 0 | 111111 | 110000 | 1010 | 101011001 | 1001010 | 111101 |
Color Harmonies of #E55478
Complementary color
Monochromatic Colors of #E55478
Black with #E55478
Text Example
Text Example
White with #E55478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55478; }
p { color: rgb(229,84,120); }
H1.HeaderClassName
{
color: #E55478;
}
.AnyTagClassName
{
color: #E55478;
}
</style>
background-color css
<style>
a { background-color: #E55478; }
a { background-color: rgb(229,84,120); }
div.DivClassName
{
background-color: #E55478;
}
.BgClassName
{
background-color: #E55478;
}
</style>
border-color css
<style>
span { border-color: #E55478; }
span { border-color: rgb(229,84,120); }
td.TdClassName
{
border-color: #E55478;
}
.TagClassName
{
border-color: #E55478;
}
</style>