Shades of Dark Pink #E7548C
Tints of Dark Pink #E7548C
RGB
CMYK
RGB Variations
Color information
#E7548C (or 0xE7548C) is known color: Dark Pink. HEX triplet: E7, 54 and 8C. RGB value is (231,84,140). Sum of RGB (Red+Green+Blue) = 231+84+140=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E7548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7548C is #18AB73. Grayscale: #868686. Windows color (decimal): -1616756 or 9196775. OLE color: 9196775.
HSL color Cylindrical-coordinate representation of color #E7548C: hue angle of 337.14º degrees, saturation: 0.75, 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 #E7548C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 140 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.09 |
| HSL | 337.14º | 0.75% | 0.62% | - |
| HSV(B) | 337.14º | 0.64% | 0.91% | - |
| XYZ | 40.86 | 25.22 | 27.53 | - |
| YUV | 134.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 140 | 0 | 0.64 | 0.39 | 0.09 | 337.14 | 0.75 | 0.62 |
| Hex | E7 | 54 | 8C | 0 | 40 | 27 | 9 | 151 | 4B | 3E |
| Octal | 347 | 124 | 214 | 0 | 100 | 47 | 11 | 521 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10001100 | 0 | 1000000 | 100111 | 1001 | 101010001 | 1001011 | 111110 |
Color Harmonies of #E7548C
Complementary color
Monochromatic Colors of #E7548C
Black with #E7548C
Text Example
Text Example
White with #E7548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7548C; }
p { color: rgb(231,84,140); }
H1.HeaderClassName
{
color: #E7548C;
}
.AnyTagClassName
{
color: #E7548C;
}
</style>
background-color css
<style>
a { background-color: #E7548C; }
a { background-color: rgb(231,84,140); }
div.DivClassName
{
background-color: #E7548C;
}
.BgClassName
{
background-color: #E7548C;
}
</style>
border-color css
<style>
span { border-color: #E7548C; }
span { border-color: rgb(231,84,140); }
td.TdClassName
{
border-color: #E7548C;
}
.TagClassName
{
border-color: #E7548C;
}
</style>