Shades of Dark Pink #E7547D
Tints of Dark Pink #E7547D
RGB
CMYK
RGB Variations
Color information
#E7547D (or 0xE7547D) is known color: Dark Pink. HEX triplet: E7, 54 and 7D. RGB value is (231,84,125). Sum of RGB (Red+Green+Blue) = 231+84+125=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7547D is #18AB82. Grayscale: #848484. Windows color (decimal): -1616771 or 8213735. OLE color: 8213735.
HSL color Cylindrical-coordinate representation of color #E7547D: hue angle of 343.27º 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 #E7547D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 125 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.09 |
| HSL | 343.27º | 0.75% | 0.62% | - |
| HSV(B) | 343.27º | 0.64% | 0.91% | - |
| XYZ | 39.83 | 24.81 | 22.09 | - |
| YUV | 132.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 125 | 0 | 0.64 | 0.46 | 0.09 | 343.27 | 0.75 | 0.62 |
| Hex | E7 | 54 | 7D | 0 | 40 | 2E | 9 | 157 | 4B | 3E |
| Octal | 347 | 124 | 175 | 0 | 100 | 56 | 11 | 527 | 113 | 76 |
| Binary | 11100111 | 1010100 | 1111101 | 0 | 1000000 | 101110 | 1001 | 101010111 | 1001011 | 111110 |
Color Harmonies of #E7547D
Complementary color
Monochromatic Colors of #E7547D
Black with #E7547D
Text Example
Text Example
White with #E7547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7547D; }
p { color: rgb(231,84,125); }
H1.HeaderClassName
{
color: #E7547D;
}
.AnyTagClassName
{
color: #E7547D;
}
</style>
background-color css
<style>
a { background-color: #E7547D; }
a { background-color: rgb(231,84,125); }
div.DivClassName
{
background-color: #E7547D;
}
.BgClassName
{
background-color: #E7547D;
}
</style>
border-color css
<style>
span { border-color: #E7547D; }
span { border-color: rgb(231,84,125); }
td.TdClassName
{
border-color: #E7547D;
}
.TagClassName
{
border-color: #E7547D;
}
</style>