Shades of Deep Pink #E70C83
Tints of Deep Pink #E70C83
RGB
CMYK
RGB Variations
Color information
#E70C83 (or 0xE70C83) is known color: Deep Pink. HEX triplet: E7, 0C and 83. RGB value is (231,12,131). Sum of RGB (Red+Green+Blue) = 231+12+131=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70C83 is #18F37C. Grayscale: #5A5A5A. Windows color (decimal): -1635197 or 8588519. OLE color: 8588519.
HSL color Cylindrical-coordinate representation of color #E70C83: hue angle of 327.4º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C83 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.09 |
| HSL | 327.4º | 0.9% | 0.48% | - |
| HSV(B) | 327.4º | 0.95% | 0.91% | - |
| XYZ | 37.18 | 18.89 | 23.16 | - |
| YUV | 91.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 131 | 0 | 0.95 | 0.43 | 0.09 | 327.4 | 0.9 | 0.48 |
| Hex | E7 | C | 83 | 0 | 5F | 2B | 9 | 147 | 5A | 30 |
| Octal | 347 | 14 | 203 | 0 | 137 | 53 | 11 | 507 | 132 | 60 |
| Binary | 11100111 | 1100 | 10000011 | 0 | 1011111 | 101011 | 1001 | 101000111 | 1011010 | 110000 |
Color Harmonies of #E70C83
Complementary color
Monochromatic Colors of #E70C83
Black with #E70C83
Text Example
Text Example
White with #E70C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C83; }
p { color: rgb(231,12,131); }
H1.HeaderClassName
{
color: #E70C83;
}
.AnyTagClassName
{
color: #E70C83;
}
</style>
background-color css
<style>
a { background-color: #E70C83; }
a { background-color: rgb(231,12,131); }
div.DivClassName
{
background-color: #E70C83;
}
.BgClassName
{
background-color: #E70C83;
}
</style>
border-color css
<style>
span { border-color: #E70C83; }
span { border-color: rgb(231,12,131); }
td.TdClassName
{
border-color: #E70C83;
}
.TagClassName
{
border-color: #E70C83;
}
</style>