Shades of Deep Pink #E8158D
Tints of Deep Pink #E8158D
RGB
CMYK
RGB Variations
Color information
#E8158D (or 0xE8158D) is known color: Deep Pink. HEX triplet: E8, 15 and 8D. RGB value is (232,21,141). Sum of RGB (Red+Green+Blue) = 232+21+141=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8158D is #17EA72. Grayscale: #616161. Windows color (decimal): -1567347 or 9246184. OLE color: 9246184.
HSL color Cylindrical-coordinate representation of color #E8158D: hue angle of 325.88º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8158D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 141 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.09 |
| HSL | 325.88º | 0.83% | 0.5% | - |
| HSV(B) | 325.88º | 0.91% | 0.91% | - |
| XYZ | 38.35 | 19.62 | 26.96 | - |
| YUV | 97.77 | 152.4 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 141 | 0 | 0.91 | 0.39 | 0.09 | 325.88 | 0.83 | 0.5 |
| Hex | E8 | 15 | 8D | 0 | 5B | 27 | 9 | 146 | 53 | 32 |
| Octal | 350 | 25 | 215 | 0 | 133 | 47 | 11 | 506 | 123 | 62 |
| Binary | 11101000 | 10101 | 10001101 | 0 | 1011011 | 100111 | 1001 | 101000110 | 1010011 | 110010 |
Color Harmonies of #E8158D
Complementary color
Monochromatic Colors of #E8158D
Black with #E8158D
Text Example
Text Example
White with #E8158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8158D; }
p { color: rgb(232,21,141); }
H1.HeaderClassName
{
color: #E8158D;
}
.AnyTagClassName
{
color: #E8158D;
}
</style>
background-color css
<style>
a { background-color: #E8158D; }
a { background-color: rgb(232,21,141); }
div.DivClassName
{
background-color: #E8158D;
}
.BgClassName
{
background-color: #E8158D;
}
</style>
border-color css
<style>
span { border-color: #E8158D; }
span { border-color: rgb(232,21,141); }
td.TdClassName
{
border-color: #E8158D;
}
.TagClassName
{
border-color: #E8158D;
}
</style>