Shades of Deep Pink #E7108A
Tints of Deep Pink #E7108A
RGB
CMYK
RGB Variations
Color information
#E7108A (or 0xE7108A) is known color: Deep Pink. HEX triplet: E7, 10 and 8A. RGB value is (231,16,138). Sum of RGB (Red+Green+Blue) = 231+16+138=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E7108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7108A is #18EF75. Grayscale: #5D5D5D. Windows color (decimal): -1634166 or 9048295. OLE color: 9048295.
HSL color Cylindrical-coordinate representation of color #E7108A: hue angle of 325.95º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7108A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 138 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.09 |
| HSL | 325.95º | 0.87% | 0.48% | - |
| HSV(B) | 325.95º | 0.93% | 0.91% | - |
| XYZ | 37.73 | 19.19 | 25.76 | - |
| YUV | 94.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 138 | 0 | 0.93 | 0.40 | 0.09 | 325.95 | 0.87 | 0.48 |
| Hex | E7 | 10 | 8A | 0 | 5D | 28 | 9 | 146 | 57 | 30 |
| Octal | 347 | 20 | 212 | 0 | 135 | 50 | 11 | 506 | 127 | 60 |
| Binary | 11100111 | 10000 | 10001010 | 0 | 1011101 | 101000 | 1001 | 101000110 | 1010111 | 110000 |
Color Harmonies of #E7108A
Complementary color
Monochromatic Colors of #E7108A
Black with #E7108A
Text Example
Text Example
White with #E7108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7108A; }
p { color: rgb(231,16,138); }
H1.HeaderClassName
{
color: #E7108A;
}
.AnyTagClassName
{
color: #E7108A;
}
</style>
background-color css
<style>
a { background-color: #E7108A; }
a { background-color: rgb(231,16,138); }
div.DivClassName
{
background-color: #E7108A;
}
.BgClassName
{
background-color: #E7108A;
}
</style>
border-color css
<style>
span { border-color: #E7108A; }
span { border-color: rgb(231,16,138); }
td.TdClassName
{
border-color: #E7108A;
}
.TagClassName
{
border-color: #E7108A;
}
</style>