Shades of Dark Pink #E0548B
Tints of Dark Pink #E0548B
RGB
CMYK
RGB Variations
Color information
#E0548B (or 0xE0548B) is known color: Dark Pink. HEX triplet: E0, 54 and 8B. RGB value is (224,84,139). Sum of RGB (Red+Green+Blue) = 224+84+139=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548B is #1FAB74. Grayscale: #848484. Windows color (decimal): -2075509 or 9131232. OLE color: 9131232.
HSL color Cylindrical-coordinate representation of color #E0548B: hue angle of 336.43º 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 #E0548B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 139 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.12 |
| HSL | 336.43º | 0.69% | 0.6% | - |
| HSV(B) | 336.43º | 0.63% | 0.88% | - |
| XYZ | 38.57 | 24.05 | 27.04 | - |
| YUV | 132.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 139 | 0 | 0.62 | 0.38 | 0.12 | 336.43 | 0.69 | 0.6 |
| Hex | E0 | 54 | 8B | 0 | 3E | 26 | C | 150 | 45 | 3C |
| Octal | 340 | 124 | 213 | 0 | 76 | 46 | 14 | 520 | 105 | 74 |
| Binary | 11100000 | 1010100 | 10001011 | 0 | 111110 | 100110 | 1100 | 101010000 | 1000101 | 111100 |
Color Harmonies of #E0548B
Complementary color
Monochromatic Colors of #E0548B
Black with #E0548B
Text Example
Text Example
White with #E0548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0548B; }
p { color: rgb(224,84,139); }
H1.HeaderClassName
{
color: #E0548B;
}
.AnyTagClassName
{
color: #E0548B;
}
</style>
background-color css
<style>
a { background-color: #E0548B; }
a { background-color: rgb(224,84,139); }
div.DivClassName
{
background-color: #E0548B;
}
.BgClassName
{
background-color: #E0548B;
}
</style>
border-color css
<style>
span { border-color: #E0548B; }
span { border-color: rgb(224,84,139); }
td.TdClassName
{
border-color: #E0548B;
}
.TagClassName
{
border-color: #E0548B;
}
</style>