Shades of Deep Pink #E7148A
Tints of Deep Pink #E7148A
RGB
CMYK
RGB Variations
Color information
#E7148A (or 0xE7148A) is known color: Deep Pink. HEX triplet: E7, 14 and 8A. RGB value is (231,20,138). Sum of RGB (Red+Green+Blue) = 231+20+138=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7148A is #18EB75. Grayscale: #606060. Windows color (decimal): -1633142 or 9049319. OLE color: 9049319.
HSL color Cylindrical-coordinate representation of color #E7148A: hue angle of 326.45º 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 #E7148A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 138 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.45º | 0.84% | 0.49% | - |
| HSV(B) | 326.45º | 0.91% | 0.91% | - |
| XYZ | 37.79 | 19.32 | 25.78 | - |
| YUV | 96.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 138 | 0 | 0.91 | 0.40 | 0.09 | 326.45 | 0.84 | 0.49 |
| Hex | E7 | 14 | 8A | 0 | 5B | 28 | 9 | 146 | 54 | 31 |
| Octal | 347 | 24 | 212 | 0 | 133 | 50 | 11 | 506 | 124 | 61 |
| Binary | 11100111 | 10100 | 10001010 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010100 | 110001 |
Color Harmonies of #E7148A
Complementary color
Monochromatic Colors of #E7148A
Black with #E7148A
Text Example
Text Example
White with #E7148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7148A; }
p { color: rgb(231,20,138); }
H1.HeaderClassName
{
color: #E7148A;
}
.AnyTagClassName
{
color: #E7148A;
}
</style>
background-color css
<style>
a { background-color: #E7148A; }
a { background-color: rgb(231,20,138); }
div.DivClassName
{
background-color: #E7148A;
}
.BgClassName
{
background-color: #E7148A;
}
</style>
border-color css
<style>
span { border-color: #E7148A; }
span { border-color: rgb(231,20,138); }
td.TdClassName
{
border-color: #E7148A;
}
.TagClassName
{
border-color: #E7148A;
}
</style>