Shades of Shocking Pink #E70DCD
Tints of Shocking Pink #E70DCD
RGB
CMYK
RGB Variations
Color information
#E70DCD (or 0xE70DCD) is known color: Shocking Pink. HEX triplet: E7, 0D and CD. RGB value is (231,13,205). Sum of RGB (Red+Green+Blue) = 231+13+205=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DCD is #18F232. Grayscale: #636363. Windows color (decimal): -1634867 or 13438439. OLE color: 13438439.
HSL color Cylindrical-coordinate representation of color #E70DCD: hue angle of 307.16º 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 #E70DCD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.09 |
| HSL | 307.16º | 0.89% | 0.48% | - |
| HSV(B) | 307.16º | 0.94% | 0.91% | - |
| XYZ | 44.12 | 21.68 | 59.62 | - |
| YUV | 100.07 | 187.22 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 205 | 0 | 0.94 | 0.11 | 0.09 | 307.16 | 0.89 | 0.48 |
| Hex | E7 | D | CD | 0 | 5E | B | 9 | 133 | 59 | 30 |
| Octal | 347 | 15 | 315 | 0 | 136 | 13 | 11 | 463 | 131 | 60 |
| Binary | 11100111 | 1101 | 11001101 | 0 | 1011110 | 1011 | 1001 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E70DCD
Complementary color
Monochromatic Colors of #E70DCD
Black with #E70DCD
Text Example
Text Example
White with #E70DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DCD; }
p { color: rgb(231,13,205); }
H1.HeaderClassName
{
color: #E70DCD;
}
.AnyTagClassName
{
color: #E70DCD;
}
</style>
background-color css
<style>
a { background-color: #E70DCD; }
a { background-color: rgb(231,13,205); }
div.DivClassName
{
background-color: #E70DCD;
}
.BgClassName
{
background-color: #E70DCD;
}
</style>
border-color css
<style>
span { border-color: #E70DCD; }
span { border-color: rgb(231,13,205); }
td.TdClassName
{
border-color: #E70DCD;
}
.TagClassName
{
border-color: #E70DCD;
}
</style>