Shades of Shocking Pink #E70DC2
Tints of Shocking Pink #E70DC2
RGB
CMYK
RGB Variations
Color information
#E70DC2 (or 0xE70DC2) is known color: Shocking Pink. HEX triplet: E7, 0D and C2. RGB value is (231,13,194). Sum of RGB (Red+Green+Blue) = 231+13+194=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DC2 is #18F23D. Grayscale: #626262. Windows color (decimal): -1634878 or 12717543. OLE color: 12717543.
HSL color Cylindrical-coordinate representation of color #E70DC2: hue angle of 310.18º 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 #E70DC2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 194 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.09 |
| HSL | 310.18º | 0.89% | 0.48% | - |
| HSV(B) | 310.18º | 0.94% | 0.91% | - |
| XYZ | 42.84 | 21.17 | 52.87 | - |
| YUV | 98.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 194 | 0 | 0.94 | 0.16 | 0.09 | 310.18 | 0.89 | 0.48 |
| Hex | E7 | D | C2 | 0 | 5E | 10 | 9 | 136 | 59 | 30 |
| Octal | 347 | 15 | 302 | 0 | 136 | 20 | 11 | 466 | 131 | 60 |
| Binary | 11100111 | 1101 | 11000010 | 0 | 1011110 | 10000 | 1001 | 100110110 | 1011001 | 110000 |
Color Harmonies of #E70DC2
Complementary color
Monochromatic Colors of #E70DC2
Black with #E70DC2
Text Example
Text Example
White with #E70DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DC2; }
p { color: rgb(231,13,194); }
H1.HeaderClassName
{
color: #E70DC2;
}
.AnyTagClassName
{
color: #E70DC2;
}
</style>
background-color css
<style>
a { background-color: #E70DC2; }
a { background-color: rgb(231,13,194); }
div.DivClassName
{
background-color: #E70DC2;
}
.BgClassName
{
background-color: #E70DC2;
}
</style>
border-color css
<style>
span { border-color: #E70DC2; }
span { border-color: rgb(231,13,194); }
td.TdClassName
{
border-color: #E70DC2;
}
.TagClassName
{
border-color: #E70DC2;
}
</style>