Shades of Dark Pink #E7547F
Tints of Dark Pink #E7547F
RGB
CMYK
RGB Variations
Color information
#E7547F (or 0xE7547F) is known color: Dark Pink. HEX triplet: E7, 54 and 7F. RGB value is (231,84,127). Sum of RGB (Red+Green+Blue) = 231+84+127=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7547F is #18AB80. Grayscale: #848484. Windows color (decimal): -1616769 or 8344807. OLE color: 8344807.
HSL color Cylindrical-coordinate representation of color #E7547F: hue angle of 342.45º 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 #E7547F is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 127 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 342.45º | 0.75% | 0.62% | - |
| HSV(B) | 342.45º | 0.64% | 0.91% | - |
| XYZ | 39.96 | 24.86 | 22.77 | - |
| YUV | 132.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 127 | 0 | 0.64 | 0.45 | 0.09 | 342.45 | 0.75 | 0.62 |
| Hex | E7 | 54 | 7F | 0 | 40 | 2D | 9 | 156 | 4B | 3E |
| Octal | 347 | 124 | 177 | 0 | 100 | 55 | 11 | 526 | 113 | 76 |
| Binary | 11100111 | 1010100 | 1111111 | 0 | 1000000 | 101101 | 1001 | 101010110 | 1001011 | 111110 |
Color Harmonies of #E7547F
Complementary color
Monochromatic Colors of #E7547F
Black with #E7547F
Text Example
Text Example
White with #E7547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7547F; }
p { color: rgb(231,84,127); }
H1.HeaderClassName
{
color: #E7547F;
}
.AnyTagClassName
{
color: #E7547F;
}
</style>
background-color css
<style>
a { background-color: #E7547F; }
a { background-color: rgb(231,84,127); }
div.DivClassName
{
background-color: #E7547F;
}
.BgClassName
{
background-color: #E7547F;
}
</style>
border-color css
<style>
span { border-color: #E7547F; }
span { border-color: rgb(231,84,127); }
td.TdClassName
{
border-color: #E7547F;
}
.TagClassName
{
border-color: #E7547F;
}
</style>