Shades of Shocking Pink #E70DBA
Tints of Shocking Pink #E70DBA
RGB
CMYK
RGB Variations
Color information
#E70DBA (or 0xE70DBA) is known color: Shocking Pink. HEX triplet: E7, 0D and BA. RGB value is (231,13,186). Sum of RGB (Red+Green+Blue) = 231+13+186=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DBA is #18F245. Grayscale: #616161. Windows color (decimal): -1634886 or 12193255. OLE color: 12193255.
HSL color Cylindrical-coordinate representation of color #E70DBA: hue angle of 312.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70DBA is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 186 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 312.39º | 0.89% | 0.48% | - |
| HSV(B) | 312.39º | 0.94% | 0.91% | - |
| XYZ | 41.96 | 20.82 | 48.26 | - |
| YUV | 97.9 | 177.72 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 186 | 0 | 0.94 | 0.19 | 0.09 | 312.39 | 0.89 | 0.48 |
| Hex | E7 | D | BA | 0 | 5E | 13 | 9 | 138 | 59 | 30 |
| Octal | 347 | 15 | 272 | 0 | 136 | 23 | 11 | 470 | 131 | 60 |
| Binary | 11100111 | 1101 | 10111010 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E70DBA
Complementary color
Monochromatic Colors of #E70DBA
Black with #E70DBA
Text Example
Text Example
White with #E70DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DBA; }
p { color: rgb(231,13,186); }
H1.HeaderClassName
{
color: #E70DBA;
}
.AnyTagClassName
{
color: #E70DBA;
}
</style>
background-color css
<style>
a { background-color: #E70DBA; }
a { background-color: rgb(231,13,186); }
div.DivClassName
{
background-color: #E70DBA;
}
.BgClassName
{
background-color: #E70DBA;
}
</style>
border-color css
<style>
span { border-color: #E70DBA; }
span { border-color: rgb(231,13,186); }
td.TdClassName
{
border-color: #E70DBA;
}
.TagClassName
{
border-color: #E70DBA;
}
</style>