Shades of Dark Pink #E7548A
Tints of Dark Pink #E7548A
RGB
CMYK
RGB Variations
Color information
#E7548A (or 0xE7548A) is known color: Dark Pink. HEX triplet: E7, 54 and 8A. RGB value is (231,84,138). Sum of RGB (Red+Green+Blue) = 231+84+138=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7548A is #18AB75. Grayscale: #868686. Windows color (decimal): -1616758 or 9065703. OLE color: 9065703.
HSL color Cylindrical-coordinate representation of color #E7548A: hue angle of 337.96º 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 #E7548A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 138 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.09 |
| HSL | 337.96º | 0.75% | 0.62% | - |
| HSV(B) | 337.96º | 0.64% | 0.91% | - |
| XYZ | 40.71 | 25.16 | 26.76 | - |
| YUV | 134.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 138 | 0 | 0.64 | 0.40 | 0.09 | 337.96 | 0.75 | 0.62 |
| Hex | E7 | 54 | 8A | 0 | 40 | 28 | 9 | 152 | 4B | 3E |
| Octal | 347 | 124 | 212 | 0 | 100 | 50 | 11 | 522 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10001010 | 0 | 1000000 | 101000 | 1001 | 101010010 | 1001011 | 111110 |
Color Harmonies of #E7548A
Complementary color
Monochromatic Colors of #E7548A
Black with #E7548A
Text Example
Text Example
White with #E7548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7548A; }
p { color: rgb(231,84,138); }
H1.HeaderClassName
{
color: #E7548A;
}
.AnyTagClassName
{
color: #E7548A;
}
</style>
background-color css
<style>
a { background-color: #E7548A; }
a { background-color: rgb(231,84,138); }
div.DivClassName
{
background-color: #E7548A;
}
.BgClassName
{
background-color: #E7548A;
}
</style>
border-color css
<style>
span { border-color: #E7548A; }
span { border-color: rgb(231,84,138); }
td.TdClassName
{
border-color: #E7548A;
}
.TagClassName
{
border-color: #E7548A;
}
</style>