Shades of Deep Pink #E70A8A
Tints of Deep Pink #E70A8A
RGB
CMYK
RGB Variations
Color information
#E70A8A (or 0xE70A8A) is known color: Deep Pink. HEX triplet: E7, 0A and 8A. RGB value is (231,10,138). Sum of RGB (Red+Green+Blue) = 231+10+138=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A8A is #18F575. Grayscale: #5A5A5A. Windows color (decimal): -1635702 or 9046759. OLE color: 9046759.
HSL color Cylindrical-coordinate representation of color #E70A8A: hue angle of 325.25º 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 #E70A8A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.09 |
| HSL | 325.25º | 0.92% | 0.47% | - |
| HSV(B) | 325.25º | 0.96% | 0.91% | - |
| XYZ | 37.65 | 19.04 | 25.74 | - |
| YUV | 90.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 138 | 0 | 0.96 | 0.40 | 0.09 | 325.25 | 0.92 | 0.47 |
| Hex | E7 | A | 8A | 0 | 60 | 28 | 9 | 145 | 5C | 2F |
| Octal | 347 | 12 | 212 | 0 | 140 | 50 | 11 | 505 | 134 | 57 |
| Binary | 11100111 | 1010 | 10001010 | 0 | 1100000 | 101000 | 1001 | 101000101 | 1011100 | 101111 |
Color Harmonies of #E70A8A
Complementary color
Monochromatic Colors of #E70A8A
Black with #E70A8A
Text Example
Text Example
White with #E70A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A8A; }
p { color: rgb(231,10,138); }
H1.HeaderClassName
{
color: #E70A8A;
}
.AnyTagClassName
{
color: #E70A8A;
}
</style>
background-color css
<style>
a { background-color: #E70A8A; }
a { background-color: rgb(231,10,138); }
div.DivClassName
{
background-color: #E70A8A;
}
.BgClassName
{
background-color: #E70A8A;
}
</style>
border-color css
<style>
span { border-color: #E70A8A; }
span { border-color: rgb(231,10,138); }
td.TdClassName
{
border-color: #E70A8A;
}
.TagClassName
{
border-color: #E70A8A;
}
</style>