Shades of Deep Pink #E70680
Tints of Deep Pink #E70680
RGB
CMYK
RGB Variations
Color information
#E70680 (or 0xE70680) is known color: Deep Pink. HEX triplet: E7, 06 and 80. RGB value is (231,6,128). Sum of RGB (Red+Green+Blue) = 231+6+128=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E70680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70680 is #18F97F. Grayscale: #565656. Windows color (decimal): -1636736 or 8390375. OLE color: 8390375.
HSL color Cylindrical-coordinate representation of color #E70680: hue angle of 327.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70680 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.09 |
| HSL | 327.47º | 0.95% | 0.46% | - |
| HSV(B) | 327.47º | 0.97% | 0.91% | - |
| XYZ | 36.92 | 18.68 | 22.08 | - |
| YUV | 87.18 | 151.04 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 128 | 0 | 0.97 | 0.45 | 0.09 | 327.47 | 0.95 | 0.46 |
| Hex | E7 | 6 | 80 | 0 | 61 | 2D | 9 | 147 | 5F | 2E |
| Octal | 347 | 6 | 200 | 0 | 141 | 55 | 11 | 507 | 137 | 56 |
| Binary | 11100111 | 110 | 10000000 | 0 | 1100001 | 101101 | 1001 | 101000111 | 1011111 | 101110 |
Color Harmonies of #E70680
Complementary color
Monochromatic Colors of #E70680
Black with #E70680
Text Example
Text Example
White with #E70680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70680; }
p { color: rgb(231,6,128); }
H1.HeaderClassName
{
color: #E70680;
}
.AnyTagClassName
{
color: #E70680;
}
</style>
background-color css
<style>
a { background-color: #E70680; }
a { background-color: rgb(231,6,128); }
div.DivClassName
{
background-color: #E70680;
}
.BgClassName
{
background-color: #E70680;
}
</style>
border-color css
<style>
span { border-color: #E70680; }
span { border-color: rgb(231,6,128); }
td.TdClassName
{
border-color: #E70680;
}
.TagClassName
{
border-color: #E70680;
}
</style>