Shades of Deep Pink #E8137D
Tints of Deep Pink #E8137D
RGB
CMYK
RGB Variations
Color information
#E8137D (or 0xE8137D) is known color: Deep Pink. HEX triplet: E8, 13 and 7D. RGB value is (232,19,125). Sum of RGB (Red+Green+Blue) = 232+19+125=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8137D is #17EC82. Grayscale: #5E5E5E. Windows color (decimal): -1567875 or 8197096. OLE color: 8197096.
HSL color Cylindrical-coordinate representation of color #E8137D: hue angle of 330.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8137D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 330.14º | 0.85% | 0.49% | - |
| HSV(B) | 330.14º | 0.92% | 0.91% | - |
| XYZ | 37.21 | 19.1 | 21.13 | - |
| YUV | 94.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 125 | 0 | 0.92 | 0.46 | 0.09 | 330.14 | 0.85 | 0.49 |
| Hex | E8 | 13 | 7D | 0 | 5C | 2E | 9 | 14A | 55 | 31 |
| Octal | 350 | 23 | 175 | 0 | 134 | 56 | 11 | 512 | 125 | 61 |
| Binary | 11101000 | 10011 | 1111101 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010101 | 110001 |
Color Harmonies of #E8137D
Complementary color
Monochromatic Colors of #E8137D
Black with #E8137D
Text Example
Text Example
White with #E8137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8137D; }
p { color: rgb(232,19,125); }
H1.HeaderClassName
{
color: #E8137D;
}
.AnyTagClassName
{
color: #E8137D;
}
</style>
background-color css
<style>
a { background-color: #E8137D; }
a { background-color: rgb(232,19,125); }
div.DivClassName
{
background-color: #E8137D;
}
.BgClassName
{
background-color: #E8137D;
}
</style>
border-color css
<style>
span { border-color: #E8137D; }
span { border-color: rgb(232,19,125); }
td.TdClassName
{
border-color: #E8137D;
}
.TagClassName
{
border-color: #E8137D;
}
</style>