Shades of Shocking Pink #E70DCE
Tints of Shocking Pink #E70DCE
RGB
CMYK
RGB Variations
Color information
#E70DCE (or 0xE70DCE) is known color: Shocking Pink. HEX triplet: E7, 0D and CE. RGB value is (231,13,206). Sum of RGB (Red+Green+Blue) = 231+13+206=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DCE is #18F231. Grayscale: #636363. Windows color (decimal): -1634866 or 13503975. OLE color: 13503975.
HSL color Cylindrical-coordinate representation of color #E70DCE: hue angle of 306.88º 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 #E70DCE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.09 |
| HSL | 306.88º | 0.89% | 0.48% | - |
| HSV(B) | 306.88º | 0.94% | 0.91% | - |
| XYZ | 44.24 | 21.73 | 60.26 | - |
| YUV | 100.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 206 | 0 | 0.94 | 0.11 | 0.09 | 306.88 | 0.89 | 0.48 |
| Hex | E7 | D | CE | 0 | 5E | B | 9 | 133 | 59 | 30 |
| Octal | 347 | 15 | 316 | 0 | 136 | 13 | 11 | 463 | 131 | 60 |
| Binary | 11100111 | 1101 | 11001110 | 0 | 1011110 | 1011 | 1001 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E70DCE
Complementary color
Monochromatic Colors of #E70DCE
Black with #E70DCE
Text Example
Text Example
White with #E70DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DCE; }
p { color: rgb(231,13,206); }
H1.HeaderClassName
{
color: #E70DCE;
}
.AnyTagClassName
{
color: #E70DCE;
}
</style>
background-color css
<style>
a { background-color: #E70DCE; }
a { background-color: rgb(231,13,206); }
div.DivClassName
{
background-color: #E70DCE;
}
.BgClassName
{
background-color: #E70DCE;
}
</style>
border-color css
<style>
span { border-color: #E70DCE; }
span { border-color: rgb(231,13,206); }
td.TdClassName
{
border-color: #E70DCE;
}
.TagClassName
{
border-color: #E70DCE;
}
</style>