Shades of Dark Pink #E7487B
Tints of Dark Pink #E7487B
RGB
CMYK
RGB Variations
Color information
#E7487B (or 0xE7487B) is known color: Dark Pink. HEX triplet: E7, 48 and 7B. RGB value is (231,72,123). Sum of RGB (Red+Green+Blue) = 231+72+123=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7487B is #18B784. Grayscale: #7D7D7D. Windows color (decimal): -1619845 or 8079591. OLE color: 8079591.
HSL color Cylindrical-coordinate representation of color #E7487B: hue angle of 340.75º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7487B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 123 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.09 |
| HSL | 340.75º | 0.77% | 0.59% | - |
| HSV(B) | 340.75º | 0.69% | 0.91% | - |
| XYZ | 38.85 | 23.05 | 21.14 | - |
| YUV | 125.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 123 | 0 | 0.69 | 0.47 | 0.09 | 340.75 | 0.77 | 0.59 |
| Hex | E7 | 48 | 7B | 0 | 45 | 2F | 9 | 155 | 4D | 3B |
| Octal | 347 | 110 | 173 | 0 | 105 | 57 | 11 | 525 | 115 | 73 |
| Binary | 11100111 | 1001000 | 1111011 | 0 | 1000101 | 101111 | 1001 | 101010101 | 1001101 | 111011 |
Color Harmonies of #E7487B
Complementary color
Monochromatic Colors of #E7487B
Black with #E7487B
Text Example
Text Example
White with #E7487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7487B; }
p { color: rgb(231,72,123); }
H1.HeaderClassName
{
color: #E7487B;
}
.AnyTagClassName
{
color: #E7487B;
}
</style>
background-color css
<style>
a { background-color: #E7487B; }
a { background-color: rgb(231,72,123); }
div.DivClassName
{
background-color: #E7487B;
}
.BgClassName
{
background-color: #E7487B;
}
</style>
border-color css
<style>
span { border-color: #E7487B; }
span { border-color: rgb(231,72,123); }
td.TdClassName
{
border-color: #E7487B;
}
.TagClassName
{
border-color: #E7487B;
}
</style>