Shades of Dark Pink #E9548C
Tints of Dark Pink #E9548C
RGB
CMYK
RGB Variations
Color information
#E9548C (or 0xE9548C) is known color: Dark Pink. HEX triplet: E9, 54 and 8C. RGB value is (233,84,140). Sum of RGB (Red+Green+Blue) = 233+84+140=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9548C is #16AB73. Grayscale: #868686. Windows color (decimal): -1485684 or 9196777. OLE color: 9196777.
HSL color Cylindrical-coordinate representation of color #E9548C: hue angle of 337.45º 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 #E9548C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 140 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.09 |
| HSL | 337.45º | 0.77% | 0.62% | - |
| HSV(B) | 337.45º | 0.64% | 0.91% | - |
| XYZ | 41.51 | 25.56 | 27.56 | - |
| YUV | 134.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 140 | 0 | 0.64 | 0.40 | 0.09 | 337.45 | 0.77 | 0.62 |
| Hex | E9 | 54 | 8C | 0 | 40 | 28 | 9 | 151 | 4D | 3E |
| Octal | 351 | 124 | 214 | 0 | 100 | 50 | 11 | 521 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10001100 | 0 | 1000000 | 101000 | 1001 | 101010001 | 1001101 | 111110 |
Color Harmonies of #E9548C
Complementary color
Monochromatic Colors of #E9548C
Black with #E9548C
Text Example
Text Example
White with #E9548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9548C; }
p { color: rgb(233,84,140); }
H1.HeaderClassName
{
color: #E9548C;
}
.AnyTagClassName
{
color: #E9548C;
}
</style>
background-color css
<style>
a { background-color: #E9548C; }
a { background-color: rgb(233,84,140); }
div.DivClassName
{
background-color: #E9548C;
}
.BgClassName
{
background-color: #E9548C;
}
</style>
border-color css
<style>
span { border-color: #E9548C; }
span { border-color: rgb(233,84,140); }
td.TdClassName
{
border-color: #E9548C;
}
.TagClassName
{
border-color: #E9548C;
}
</style>