Shades of Deep Pink #E7158D
Tints of Deep Pink #E7158D
RGB
CMYK
RGB Variations
Color information
#E7158D (or 0xE7158D) is known color: Deep Pink. HEX triplet: E7, 15 and 8D. RGB value is (231,21,141). Sum of RGB (Red+Green+Blue) = 231+21+141=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7158D is #18EA72. Grayscale: #616161. Windows color (decimal): -1632883 or 9246183. OLE color: 9246183.
HSL color Cylindrical-coordinate representation of color #E7158D: hue angle of 325.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7158D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 141 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.09 |
| HSL | 325.71º | 0.83% | 0.49% | - |
| HSV(B) | 325.71º | 0.91% | 0.91% | - |
| XYZ | 38.03 | 19.45 | 26.95 | - |
| YUV | 97.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 141 | 0 | 0.91 | 0.39 | 0.09 | 325.71 | 0.83 | 0.49 |
| Hex | E7 | 15 | 8D | 0 | 5B | 27 | 9 | 146 | 53 | 31 |
| Octal | 347 | 25 | 215 | 0 | 133 | 47 | 11 | 506 | 123 | 61 |
| Binary | 11100111 | 10101 | 10001101 | 0 | 1011011 | 100111 | 1001 | 101000110 | 1010011 | 110001 |
Color Harmonies of #E7158D
Complementary color
Monochromatic Colors of #E7158D
Black with #E7158D
Text Example
Text Example
White with #E7158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7158D; }
p { color: rgb(231,21,141); }
H1.HeaderClassName
{
color: #E7158D;
}
.AnyTagClassName
{
color: #E7158D;
}
</style>
background-color css
<style>
a { background-color: #E7158D; }
a { background-color: rgb(231,21,141); }
div.DivClassName
{
background-color: #E7158D;
}
.BgClassName
{
background-color: #E7158D;
}
</style>
border-color css
<style>
span { border-color: #E7158D; }
span { border-color: rgb(231,21,141); }
td.TdClassName
{
border-color: #E7158D;
}
.TagClassName
{
border-color: #E7158D;
}
</style>