Shades of Shocking Pink #E70DC5
Tints of Shocking Pink #E70DC5
RGB
CMYK
RGB Variations
Color information
#E70DC5 (or 0xE70DC5) is known color: Shocking Pink. HEX triplet: E7, 0D and C5. RGB value is (231,13,197). Sum of RGB (Red+Green+Blue) = 231+13+197=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DC5 is #18F23A. Grayscale: #626262. Windows color (decimal): -1634875 or 12914151. OLE color: 12914151.
HSL color Cylindrical-coordinate representation of color #E70DC5: hue angle of 309.36º 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 #E70DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.09 |
| HSL | 309.36º | 0.89% | 0.48% | - |
| HSV(B) | 309.36º | 0.94% | 0.91% | - |
| XYZ | 43.18 | 21.31 | 54.66 | - |
| YUV | 99.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 197 | 0 | 0.94 | 0.15 | 0.09 | 309.36 | 0.89 | 0.48 |
| Hex | E7 | D | C5 | 0 | 5E | F | 9 | 135 | 59 | 30 |
| Octal | 347 | 15 | 305 | 0 | 136 | 17 | 11 | 465 | 131 | 60 |
| Binary | 11100111 | 1101 | 11000101 | 0 | 1011110 | 1111 | 1001 | 100110101 | 1011001 | 110000 |
Color Harmonies of #E70DC5
Complementary color
Monochromatic Colors of #E70DC5
Black with #E70DC5
Text Example
Text Example
White with #E70DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DC5; }
p { color: rgb(231,13,197); }
H1.HeaderClassName
{
color: #E70DC5;
}
.AnyTagClassName
{
color: #E70DC5;
}
</style>
background-color css
<style>
a { background-color: #E70DC5; }
a { background-color: rgb(231,13,197); }
div.DivClassName
{
background-color: #E70DC5;
}
.BgClassName
{
background-color: #E70DC5;
}
</style>
border-color css
<style>
span { border-color: #E70DC5; }
span { border-color: rgb(231,13,197); }
td.TdClassName
{
border-color: #E70DC5;
}
.TagClassName
{
border-color: #E70DC5;
}
</style>