Shades of Dark Pink #E9548D
Tints of Dark Pink #E9548D
RGB
CMYK
RGB Variations
Color information
#E9548D (or 0xE9548D) is known color: Dark Pink. HEX triplet: E9, 54 and 8D. RGB value is (233,84,141). Sum of RGB (Red+Green+Blue) = 233+84+141=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9548D is #16AB72. Grayscale: #868686. Windows color (decimal): -1485683 or 9262313. OLE color: 9262313.
HSL color Cylindrical-coordinate representation of color #E9548D: hue angle of 337.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9548D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 141 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.09 |
| HSL | 337.05º | 0.77% | 0.62% | - |
| HSV(B) | 337.05º | 0.64% | 0.91% | - |
| XYZ | 41.58 | 25.59 | 27.95 | - |
| YUV | 135.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 141 | 0 | 0.64 | 0.39 | 0.09 | 337.05 | 0.77 | 0.62 |
| Hex | E9 | 54 | 8D | 0 | 40 | 27 | 9 | 151 | 4D | 3E |
| Octal | 351 | 124 | 215 | 0 | 100 | 47 | 11 | 521 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10001101 | 0 | 1000000 | 100111 | 1001 | 101010001 | 1001101 | 111110 |
Color Harmonies of #E9548D
Complementary color
Monochromatic Colors of #E9548D
Black with #E9548D
Text Example
Text Example
White with #E9548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9548D; }
p { color: rgb(233,84,141); }
H1.HeaderClassName
{
color: #E9548D;
}
.AnyTagClassName
{
color: #E9548D;
}
</style>
background-color css
<style>
a { background-color: #E9548D; }
a { background-color: rgb(233,84,141); }
div.DivClassName
{
background-color: #E9548D;
}
.BgClassName
{
background-color: #E9548D;
}
</style>
border-color css
<style>
span { border-color: #E9548D; }
span { border-color: rgb(233,84,141); }
td.TdClassName
{
border-color: #E9548D;
}
.TagClassName
{
border-color: #E9548D;
}
</style>