Shades of Deep Pink #E7158A
Tints of Deep Pink #E7158A
RGB
CMYK
RGB Variations
Color information
#E7158A (or 0xE7158A) is known color: Deep Pink. HEX triplet: E7, 15 and 8A. RGB value is (231,21,138). Sum of RGB (Red+Green+Blue) = 231+21+138=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7158A is #18EA75. Grayscale: #606060. Windows color (decimal): -1632886 or 9049575. OLE color: 9049575.
HSL color Cylindrical-coordinate representation of color #E7158A: hue angle of 326.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7158A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 138 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.57º | 0.83% | 0.49% | - |
| HSV(B) | 326.57º | 0.91% | 0.91% | - |
| XYZ | 37.81 | 19.36 | 25.79 | - |
| YUV | 97.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 138 | 0 | 0.91 | 0.40 | 0.09 | 326.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 8A | 0 | 5B | 28 | 9 | 147 | 53 | 31 |
| Octal | 347 | 25 | 212 | 0 | 133 | 50 | 11 | 507 | 123 | 61 |
| Binary | 11100111 | 10101 | 10001010 | 0 | 1011011 | 101000 | 1001 | 101000111 | 1010011 | 110001 |
Color Harmonies of #E7158A
Complementary color
Monochromatic Colors of #E7158A
Black with #E7158A
Text Example
Text Example
White with #E7158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7158A; }
p { color: rgb(231,21,138); }
H1.HeaderClassName
{
color: #E7158A;
}
.AnyTagClassName
{
color: #E7158A;
}
</style>
background-color css
<style>
a { background-color: #E7158A; }
a { background-color: rgb(231,21,138); }
div.DivClassName
{
background-color: #E7158A;
}
.BgClassName
{
background-color: #E7158A;
}
</style>
border-color css
<style>
span { border-color: #E7158A; }
span { border-color: rgb(231,21,138); }
td.TdClassName
{
border-color: #E7158A;
}
.TagClassName
{
border-color: #E7158A;
}
</style>