Shades of Deep Pink #E7128E
Tints of Deep Pink #E7128E
RGB
CMYK
RGB Variations
Color information
#E7128E (or 0xE7128E) is known color: Deep Pink. HEX triplet: E7, 12 and 8E. RGB value is (231,18,142). Sum of RGB (Red+Green+Blue) = 231+18+142=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7128E is #18ED71. Grayscale: #5F5F5F. Windows color (decimal): -1633650 or 9310951. OLE color: 9310951.
HSL color Cylindrical-coordinate representation of color #E7128E: hue angle of 325.07º 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 #E7128E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.09 |
| HSL | 325.07º | 0.86% | 0.49% | - |
| HSV(B) | 325.07º | 0.92% | 0.91% | - |
| XYZ | 38.05 | 19.37 | 27.33 | - |
| YUV | 95.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 142 | 0 | 0.92 | 0.39 | 0.09 | 325.07 | 0.86 | 0.49 |
| Hex | E7 | 12 | 8E | 0 | 5C | 27 | 9 | 145 | 56 | 31 |
| Octal | 347 | 22 | 216 | 0 | 134 | 47 | 11 | 505 | 126 | 61 |
| Binary | 11100111 | 10010 | 10001110 | 0 | 1011100 | 100111 | 1001 | 101000101 | 1010110 | 110001 |
Color Harmonies of #E7128E
Complementary color
Monochromatic Colors of #E7128E
Black with #E7128E
Text Example
Text Example
White with #E7128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7128E; }
p { color: rgb(231,18,142); }
H1.HeaderClassName
{
color: #E7128E;
}
.AnyTagClassName
{
color: #E7128E;
}
</style>
background-color css
<style>
a { background-color: #E7128E; }
a { background-color: rgb(231,18,142); }
div.DivClassName
{
background-color: #E7128E;
}
.BgClassName
{
background-color: #E7128E;
}
</style>
border-color css
<style>
span { border-color: #E7128E; }
span { border-color: rgb(231,18,142); }
td.TdClassName
{
border-color: #E7128E;
}
.TagClassName
{
border-color: #E7128E;
}
</style>