Shades of Deep Pink #E8118F
Tints of Deep Pink #E8118F
RGB
CMYK
RGB Variations
Color information
#E8118F (or 0xE8118F) is known color: Deep Pink. HEX triplet: E8, 11 and 8F. RGB value is (232,17,143). Sum of RGB (Red+Green+Blue) = 232+17+143=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8118F is #17EE70. Grayscale: #5F5F5F. Windows color (decimal): -1568369 or 9376232. OLE color: 9376232.
HSL color Cylindrical-coordinate representation of color #E8118F: hue angle of 324.84º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8118F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 143 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.09 |
| HSL | 324.84º | 0.86% | 0.49% | - |
| HSV(B) | 324.84º | 0.93% | 0.91% | - |
| XYZ | 38.44 | 19.54 | 27.73 | - |
| YUV | 95.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 143 | 0 | 0.93 | 0.38 | 0.09 | 324.84 | 0.86 | 0.49 |
| Hex | E8 | 11 | 8F | 0 | 5D | 26 | 9 | 145 | 56 | 31 |
| Octal | 350 | 21 | 217 | 0 | 135 | 46 | 11 | 505 | 126 | 61 |
| Binary | 11101000 | 10001 | 10001111 | 0 | 1011101 | 100110 | 1001 | 101000101 | 1010110 | 110001 |
Color Harmonies of #E8118F
Complementary color
Monochromatic Colors of #E8118F
Black with #E8118F
Text Example
Text Example
White with #E8118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8118F; }
p { color: rgb(232,17,143); }
H1.HeaderClassName
{
color: #E8118F;
}
.AnyTagClassName
{
color: #E8118F;
}
</style>
background-color css
<style>
a { background-color: #E8118F; }
a { background-color: rgb(232,17,143); }
div.DivClassName
{
background-color: #E8118F;
}
.BgClassName
{
background-color: #E8118F;
}
</style>
border-color css
<style>
span { border-color: #E8118F; }
span { border-color: rgb(232,17,143); }
td.TdClassName
{
border-color: #E8118F;
}
.TagClassName
{
border-color: #E8118F;
}
</style>