Shades of Deep Pink #E70988
Tints of Deep Pink #E70988
RGB
CMYK
RGB Variations
Color information
#E70988 (or 0xE70988) is known color: Deep Pink. HEX triplet: E7, 09 and 88. RGB value is (231,9,136). Sum of RGB (Red+Green+Blue) = 231+9+136=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E70988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70988 is #18F677. Grayscale: #595959. Windows color (decimal): -1635960 or 8915431. OLE color: 8915431.
HSL color Cylindrical-coordinate representation of color #E70988: hue angle of 325.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70988 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.09 |
| HSL | 325.68º | 0.93% | 0.47% | - |
| HSV(B) | 325.68º | 0.96% | 0.91% | - |
| XYZ | 37.5 | 18.96 | 24.98 | - |
| YUV | 89.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 136 | 0 | 0.96 | 0.41 | 0.09 | 325.68 | 0.93 | 0.47 |
| Hex | E7 | 9 | 88 | 0 | 60 | 29 | 9 | 146 | 5C | 2F |
| Octal | 347 | 11 | 210 | 0 | 140 | 51 | 11 | 506 | 134 | 57 |
| Binary | 11100111 | 1001 | 10001000 | 0 | 1100000 | 101001 | 1001 | 101000110 | 1011100 | 101111 |
Color Harmonies of #E70988
Complementary color
Monochromatic Colors of #E70988
Black with #E70988
Text Example
Text Example
White with #E70988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70988; }
p { color: rgb(231,9,136); }
H1.HeaderClassName
{
color: #E70988;
}
.AnyTagClassName
{
color: #E70988;
}
</style>
background-color css
<style>
a { background-color: #E70988; }
a { background-color: rgb(231,9,136); }
div.DivClassName
{
background-color: #E70988;
}
.BgClassName
{
background-color: #E70988;
}
</style>
border-color css
<style>
span { border-color: #E70988; }
span { border-color: rgb(231,9,136); }
td.TdClassName
{
border-color: #E70988;
}
.TagClassName
{
border-color: #E70988;
}
</style>