Shades of Shocking Pink #E70DC9
Tints of Shocking Pink #E70DC9
RGB
CMYK
RGB Variations
Color information
#E70DC9 (or 0xE70DC9) is known color: Shocking Pink. HEX triplet: E7, 0D and C9. RGB value is (231,13,201). Sum of RGB (Red+Green+Blue) = 231+13+201=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DC9 is #18F236. Grayscale: #636363. Windows color (decimal): -1634871 or 13176295. OLE color: 13176295.
HSL color Cylindrical-coordinate representation of color #E70DC9: hue angle of 308.26º 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 #E70DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.09 |
| HSL | 308.26º | 0.89% | 0.48% | - |
| HSV(B) | 308.26º | 0.94% | 0.91% | - |
| XYZ | 43.64 | 21.49 | 57.11 | - |
| YUV | 99.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 201 | 0 | 0.94 | 0.13 | 0.09 | 308.26 | 0.89 | 0.48 |
| Hex | E7 | D | C9 | 0 | 5E | D | 9 | 134 | 59 | 30 |
| Octal | 347 | 15 | 311 | 0 | 136 | 15 | 11 | 464 | 131 | 60 |
| Binary | 11100111 | 1101 | 11001001 | 0 | 1011110 | 1101 | 1001 | 100110100 | 1011001 | 110000 |
Color Harmonies of #E70DC9
Complementary color
Monochromatic Colors of #E70DC9
Black with #E70DC9
Text Example
Text Example
White with #E70DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DC9; }
p { color: rgb(231,13,201); }
H1.HeaderClassName
{
color: #E70DC9;
}
.AnyTagClassName
{
color: #E70DC9;
}
</style>
background-color css
<style>
a { background-color: #E70DC9; }
a { background-color: rgb(231,13,201); }
div.DivClassName
{
background-color: #E70DC9;
}
.BgClassName
{
background-color: #E70DC9;
}
</style>
border-color css
<style>
span { border-color: #E70DC9; }
span { border-color: rgb(231,13,201); }
td.TdClassName
{
border-color: #E70DC9;
}
.TagClassName
{
border-color: #E70DC9;
}
</style>