Shades of Deep Pink #E7128F
Tints of Deep Pink #E7128F
RGB
CMYK
RGB Variations
Color information
#E7128F (or 0xE7128F) is known color: Deep Pink. HEX triplet: E7, 12 and 8F. RGB value is (231,18,143). Sum of RGB (Red+Green+Blue) = 231+18+143=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7128F is #18ED70. Grayscale: #5F5F5F. Windows color (decimal): -1633649 or 9376487. OLE color: 9376487.
HSL color Cylindrical-coordinate representation of color #E7128F: hue angle of 324.79º degrees, saturation: 0.86, 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 #E7128F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.09 |
| HSL | 324.79º | 0.86% | 0.49% | - |
| HSV(B) | 324.79º | 0.92% | 0.91% | - |
| XYZ | 38.13 | 19.4 | 27.72 | - |
| YUV | 95.94 | 154.57 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 143 | 0 | 0.92 | 0.38 | 0.09 | 324.79 | 0.86 | 0.49 |
| Hex | E7 | 12 | 8F | 0 | 5C | 26 | 9 | 145 | 56 | 31 |
| Octal | 347 | 22 | 217 | 0 | 134 | 46 | 11 | 505 | 126 | 61 |
| Binary | 11100111 | 10010 | 10001111 | 0 | 1011100 | 100110 | 1001 | 101000101 | 1010110 | 110001 |
Color Harmonies of #E7128F
Complementary color
Monochromatic Colors of #E7128F
Black with #E7128F
Text Example
Text Example
White with #E7128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7128F; }
p { color: rgb(231,18,143); }
H1.HeaderClassName
{
color: #E7128F;
}
.AnyTagClassName
{
color: #E7128F;
}
</style>
background-color css
<style>
a { background-color: #E7128F; }
a { background-color: rgb(231,18,143); }
div.DivClassName
{
background-color: #E7128F;
}
.BgClassName
{
background-color: #E7128F;
}
</style>
border-color css
<style>
span { border-color: #E7128F; }
span { border-color: rgb(231,18,143); }
td.TdClassName
{
border-color: #E7128F;
}
.TagClassName
{
border-color: #E7128F;
}
</style>