Shades of Deep Pink #E70A8C
Tints of Deep Pink #E70A8C
RGB
CMYK
RGB Variations
Color information
#E70A8C (or 0xE70A8C) is known color: Deep Pink. HEX triplet: E7, 0A and 8C. RGB value is (231,10,140). Sum of RGB (Red+Green+Blue) = 231+10+140=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A8C is #18F573. Grayscale: #5A5A5A. Windows color (decimal): -1635700 or 9177831. OLE color: 9177831.
HSL color Cylindrical-coordinate representation of color #E70A8C: hue angle of 324.71º degrees, saturation: 0.92, 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 #E70A8C is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.09 |
| HSL | 324.71º | 0.92% | 0.47% | - |
| HSV(B) | 324.71º | 0.96% | 0.91% | - |
| XYZ | 37.8 | 19.1 | 26.51 | - |
| YUV | 90.9 | 155.72 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 140 | 0 | 0.96 | 0.39 | 0.09 | 324.71 | 0.92 | 0.47 |
| Hex | E7 | A | 8C | 0 | 60 | 27 | 9 | 145 | 5C | 2F |
| Octal | 347 | 12 | 214 | 0 | 140 | 47 | 11 | 505 | 134 | 57 |
| Binary | 11100111 | 1010 | 10001100 | 0 | 1100000 | 100111 | 1001 | 101000101 | 1011100 | 101111 |
Color Harmonies of #E70A8C
Complementary color
Monochromatic Colors of #E70A8C
Black with #E70A8C
Text Example
Text Example
White with #E70A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A8C; }
p { color: rgb(231,10,140); }
H1.HeaderClassName
{
color: #E70A8C;
}
.AnyTagClassName
{
color: #E70A8C;
}
</style>
background-color css
<style>
a { background-color: #E70A8C; }
a { background-color: rgb(231,10,140); }
div.DivClassName
{
background-color: #E70A8C;
}
.BgClassName
{
background-color: #E70A8C;
}
</style>
border-color css
<style>
span { border-color: #E70A8C; }
span { border-color: rgb(231,10,140); }
td.TdClassName
{
border-color: #E70A8C;
}
.TagClassName
{
border-color: #E70A8C;
}
</style>