Shades of Deep Pink #E7128A
Tints of Deep Pink #E7128A
RGB
CMYK
RGB Variations
Color information
#E7128A (or 0xE7128A) is known color: Deep Pink. HEX triplet: E7, 12 and 8A. RGB value is (231,18,138). Sum of RGB (Red+Green+Blue) = 231+18+138=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7128A is #18ED75. Grayscale: #5F5F5F. Windows color (decimal): -1633654 or 9048807. OLE color: 9048807.
HSL color Cylindrical-coordinate representation of color #E7128A: hue angle of 326.2º 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 #E7128A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.09 |
| HSL | 326.2º | 0.86% | 0.49% | - |
| HSV(B) | 326.2º | 0.92% | 0.91% | - |
| XYZ | 37.76 | 19.26 | 25.77 | - |
| YUV | 95.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 138 | 0 | 0.92 | 0.40 | 0.09 | 326.2 | 0.86 | 0.49 |
| Hex | E7 | 12 | 8A | 0 | 5C | 28 | 9 | 146 | 56 | 31 |
| Octal | 347 | 22 | 212 | 0 | 134 | 50 | 11 | 506 | 126 | 61 |
| Binary | 11100111 | 10010 | 10001010 | 0 | 1011100 | 101000 | 1001 | 101000110 | 1010110 | 110001 |
Color Harmonies of #E7128A
Complementary color
Monochromatic Colors of #E7128A
Black with #E7128A
Text Example
Text Example
White with #E7128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7128A; }
p { color: rgb(231,18,138); }
H1.HeaderClassName
{
color: #E7128A;
}
.AnyTagClassName
{
color: #E7128A;
}
</style>
background-color css
<style>
a { background-color: #E7128A; }
a { background-color: rgb(231,18,138); }
div.DivClassName
{
background-color: #E7128A;
}
.BgClassName
{
background-color: #E7128A;
}
</style>
border-color css
<style>
span { border-color: #E7128A; }
span { border-color: rgb(231,18,138); }
td.TdClassName
{
border-color: #E7128A;
}
.TagClassName
{
border-color: #E7128A;
}
</style>