Shades of Deep Pink #E7138A
Tints of Deep Pink #E7138A
RGB
CMYK
RGB Variations
Color information
#E7138A (or 0xE7138A) is known color: Deep Pink. HEX triplet: E7, 13 and 8A. RGB value is (231,19,138). Sum of RGB (Red+Green+Blue) = 231+19+138=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E7138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7138A is #18EC75. Grayscale: #5F5F5F. Windows color (decimal): -1633398 or 9049063. OLE color: 9049063.
HSL color Cylindrical-coordinate representation of color #E7138A: hue angle of 326.32º 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 #E7138A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 138 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.09 |
| HSL | 326.32º | 0.85% | 0.49% | - |
| HSV(B) | 326.32º | 0.92% | 0.91% | - |
| XYZ | 37.78 | 19.29 | 25.78 | - |
| YUV | 95.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 138 | 0 | 0.92 | 0.40 | 0.09 | 326.32 | 0.85 | 0.49 |
| Hex | E7 | 13 | 8A | 0 | 5C | 28 | 9 | 146 | 55 | 31 |
| Octal | 347 | 23 | 212 | 0 | 134 | 50 | 11 | 506 | 125 | 61 |
| Binary | 11100111 | 10011 | 10001010 | 0 | 1011100 | 101000 | 1001 | 101000110 | 1010101 | 110001 |
Color Harmonies of #E7138A
Complementary color
Monochromatic Colors of #E7138A
Black with #E7138A
Text Example
Text Example
White with #E7138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7138A; }
p { color: rgb(231,19,138); }
H1.HeaderClassName
{
color: #E7138A;
}
.AnyTagClassName
{
color: #E7138A;
}
</style>
background-color css
<style>
a { background-color: #E7138A; }
a { background-color: rgb(231,19,138); }
div.DivClassName
{
background-color: #E7138A;
}
.BgClassName
{
background-color: #E7138A;
}
</style>
border-color css
<style>
span { border-color: #E7138A; }
span { border-color: rgb(231,19,138); }
td.TdClassName
{
border-color: #E7138A;
}
.TagClassName
{
border-color: #E7138A;
}
</style>