Shades of Deep Pink #E8137E
Tints of Deep Pink #E8137E
RGB
CMYK
RGB Variations
Color information
#E8137E (or 0xE8137E) is known color: Deep Pink. HEX triplet: E8, 13 and 7E. RGB value is (232,19,126). Sum of RGB (Red+Green+Blue) = 232+19+126=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8137E is #17EC81. Grayscale: #5E5E5E. Windows color (decimal): -1567874 or 8262632. OLE color: 8262632.
HSL color Cylindrical-coordinate representation of color #E8137E: hue angle of 329.86º 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 #E8137E is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 126 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 329.86º | 0.85% | 0.49% | - |
| HSV(B) | 329.86º | 0.92% | 0.91% | - |
| XYZ | 37.28 | 19.13 | 21.47 | - |
| YUV | 94.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 126 | 0 | 0.92 | 0.46 | 0.09 | 329.86 | 0.85 | 0.49 |
| Hex | E8 | 13 | 7E | 0 | 5C | 2E | 9 | 14A | 55 | 31 |
| Octal | 350 | 23 | 176 | 0 | 134 | 56 | 11 | 512 | 125 | 61 |
| Binary | 11101000 | 10011 | 1111110 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010101 | 110001 |
Color Harmonies of #E8137E
Complementary color
Monochromatic Colors of #E8137E
Black with #E8137E
Text Example
Text Example
White with #E8137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8137E; }
p { color: rgb(232,19,126); }
H1.HeaderClassName
{
color: #E8137E;
}
.AnyTagClassName
{
color: #E8137E;
}
</style>
background-color css
<style>
a { background-color: #E8137E; }
a { background-color: rgb(232,19,126); }
div.DivClassName
{
background-color: #E8137E;
}
.BgClassName
{
background-color: #E8137E;
}
</style>
border-color css
<style>
span { border-color: #E8137E; }
span { border-color: rgb(232,19,126); }
td.TdClassName
{
border-color: #E8137E;
}
.TagClassName
{
border-color: #E8137E;
}
</style>