Shades of Deep Pink #E7148B
Tints of Deep Pink #E7148B
RGB
CMYK
RGB Variations
Color information
#E7148B (or 0xE7148B) is known color: Deep Pink. HEX triplet: E7, 14 and 8B. RGB value is (231,20,139). Sum of RGB (Red+Green+Blue) = 231+20+139=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7148B is #18EB74. Grayscale: #606060. Windows color (decimal): -1633141 or 9114855. OLE color: 9114855.
HSL color Cylindrical-coordinate representation of color #E7148B: hue angle of 326.16º degrees, saturation: 0.84, 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 #E7148B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.16º | 0.84% | 0.49% | - |
| HSV(B) | 326.16º | 0.91% | 0.91% | - |
| XYZ | 37.87 | 19.35 | 26.17 | - |
| YUV | 96.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 139 | 0 | 0.91 | 0.40 | 0.09 | 326.16 | 0.84 | 0.49 |
| Hex | E7 | 14 | 8B | 0 | 5B | 28 | 9 | 146 | 54 | 31 |
| Octal | 347 | 24 | 213 | 0 | 133 | 50 | 11 | 506 | 124 | 61 |
| Binary | 11100111 | 10100 | 10001011 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010100 | 110001 |
Color Harmonies of #E7148B
Complementary color
Monochromatic Colors of #E7148B
Black with #E7148B
Text Example
Text Example
White with #E7148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7148B; }
p { color: rgb(231,20,139); }
H1.HeaderClassName
{
color: #E7148B;
}
.AnyTagClassName
{
color: #E7148B;
}
</style>
background-color css
<style>
a { background-color: #E7148B; }
a { background-color: rgb(231,20,139); }
div.DivClassName
{
background-color: #E7148B;
}
.BgClassName
{
background-color: #E7148B;
}
</style>
border-color css
<style>
span { border-color: #E7148B; }
span { border-color: rgb(231,20,139); }
td.TdClassName
{
border-color: #E7148B;
}
.TagClassName
{
border-color: #E7148B;
}
</style>