Shades of Deep Pink #E8137F
Tints of Deep Pink #E8137F
RGB
CMYK
RGB Variations
Color information
#E8137F (or 0xE8137F) is known color: Deep Pink. HEX triplet: E8, 13 and 7F. RGB value is (232,19,127). Sum of RGB (Red+Green+Blue) = 232+19+127=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8137F is #17EC80. Grayscale: #5E5E5E. Windows color (decimal): -1567873 or 8328168. OLE color: 8328168.
HSL color Cylindrical-coordinate representation of color #E8137F: hue angle of 329.58º 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 #E8137F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 127 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.09 |
| HSL | 329.58º | 0.85% | 0.49% | - |
| HSV(B) | 329.58º | 0.92% | 0.91% | - |
| XYZ | 37.34 | 19.15 | 21.81 | - |
| YUV | 95 | 146.07 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 127 | 0 | 0.92 | 0.45 | 0.09 | 329.58 | 0.85 | 0.49 |
| Hex | E8 | 13 | 7F | 0 | 5C | 2D | 9 | 14A | 55 | 31 |
| Octal | 350 | 23 | 177 | 0 | 134 | 55 | 11 | 512 | 125 | 61 |
| Binary | 11101000 | 10011 | 1111111 | 0 | 1011100 | 101101 | 1001 | 101001010 | 1010101 | 110001 |
Color Harmonies of #E8137F
Complementary color
Monochromatic Colors of #E8137F
Black with #E8137F
Text Example
Text Example
White with #E8137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8137F; }
p { color: rgb(232,19,127); }
H1.HeaderClassName
{
color: #E8137F;
}
.AnyTagClassName
{
color: #E8137F;
}
</style>
background-color css
<style>
a { background-color: #E8137F; }
a { background-color: rgb(232,19,127); }
div.DivClassName
{
background-color: #E8137F;
}
.BgClassName
{
background-color: #E8137F;
}
</style>
border-color css
<style>
span { border-color: #E8137F; }
span { border-color: rgb(232,19,127); }
td.TdClassName
{
border-color: #E8137F;
}
.TagClassName
{
border-color: #E8137F;
}
</style>