Shades of Dark Pink #E0548D
Tints of Dark Pink #E0548D
RGB
CMYK
RGB Variations
Color information
#E0548D (or 0xE0548D) is known color: Dark Pink. HEX triplet: E0, 54 and 8D. RGB value is (224,84,141). Sum of RGB (Red+Green+Blue) = 224+84+141=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548D is #1FAB72. Grayscale: #848484. Windows color (decimal): -2075507 or 9262304. OLE color: 9262304.
HSL color Cylindrical-coordinate representation of color #E0548D: hue angle of 335.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0548D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 141 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.12 |
| HSL | 335.57º | 0.69% | 0.6% | - |
| HSV(B) | 335.57º | 0.63% | 0.88% | - |
| XYZ | 38.72 | 24.11 | 27.81 | - |
| YUV | 132.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 141 | 0 | 0.62 | 0.37 | 0.12 | 335.57 | 0.69 | 0.6 |
| Hex | E0 | 54 | 8D | 0 | 3E | 25 | C | 150 | 45 | 3C |
| Octal | 340 | 124 | 215 | 0 | 76 | 45 | 14 | 520 | 105 | 74 |
| Binary | 11100000 | 1010100 | 10001101 | 0 | 111110 | 100101 | 1100 | 101010000 | 1000101 | 111100 |
Color Harmonies of #E0548D
Complementary color
Monochromatic Colors of #E0548D
Black with #E0548D
Text Example
Text Example
White with #E0548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0548D; }
p { color: rgb(224,84,141); }
H1.HeaderClassName
{
color: #E0548D;
}
.AnyTagClassName
{
color: #E0548D;
}
</style>
background-color css
<style>
a { background-color: #E0548D; }
a { background-color: rgb(224,84,141); }
div.DivClassName
{
background-color: #E0548D;
}
.BgClassName
{
background-color: #E0548D;
}
</style>
border-color css
<style>
span { border-color: #E0548D; }
span { border-color: rgb(224,84,141); }
td.TdClassName
{
border-color: #E0548D;
}
.TagClassName
{
border-color: #E0548D;
}
</style>