Shades of Dark Pink #E7548D
Tints of Dark Pink #E7548D
RGB
CMYK
RGB Variations
Color information
#E7548D (or 0xE7548D) is known color: Dark Pink. HEX triplet: E7, 54 and 8D. RGB value is (231,84,141). Sum of RGB (Red+Green+Blue) = 231+84+141=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7548D is #18AB72. Grayscale: #868686. Windows color (decimal): -1616755 or 9262311. OLE color: 9262311.
HSL color Cylindrical-coordinate representation of color #E7548D: hue angle of 336.73º 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 #E7548D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 141 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.09 |
| HSL | 336.73º | 0.75% | 0.62% | - |
| HSV(B) | 336.73º | 0.64% | 0.91% | - |
| XYZ | 40.93 | 25.25 | 27.92 | - |
| YUV | 134.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 141 | 0 | 0.64 | 0.39 | 0.09 | 336.73 | 0.75 | 0.62 |
| Hex | E7 | 54 | 8D | 0 | 40 | 27 | 9 | 151 | 4B | 3E |
| Octal | 347 | 124 | 215 | 0 | 100 | 47 | 11 | 521 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10001101 | 0 | 1000000 | 100111 | 1001 | 101010001 | 1001011 | 111110 |
Color Harmonies of #E7548D
Complementary color
Monochromatic Colors of #E7548D
Black with #E7548D
Text Example
Text Example
White with #E7548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7548D; }
p { color: rgb(231,84,141); }
H1.HeaderClassName
{
color: #E7548D;
}
.AnyTagClassName
{
color: #E7548D;
}
</style>
background-color css
<style>
a { background-color: #E7548D; }
a { background-color: rgb(231,84,141); }
div.DivClassName
{
background-color: #E7548D;
}
.BgClassName
{
background-color: #E7548D;
}
</style>
border-color css
<style>
span { border-color: #E7548D; }
span { border-color: rgb(231,84,141); }
td.TdClassName
{
border-color: #E7548D;
}
.TagClassName
{
border-color: #E7548D;
}
</style>