Shades of Shocking Pink #E70CCC
Tints of Shocking Pink #E70CCC
RGB
CMYK
RGB Variations
Color information
#E70CCC (or 0xE70CCC) is known color: Shocking Pink. HEX triplet: E7, 0C and CC. RGB value is (231,12,204). Sum of RGB (Red+Green+Blue) = 231+12+204=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CCC is #18F333. Grayscale: #626262. Windows color (decimal): -1635124 or 13372647. OLE color: 13372647.
HSL color Cylindrical-coordinate representation of color #E70CCC: hue angle of 307.4º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CCC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.09 |
| HSL | 307.4º | 0.9% | 0.48% | - |
| HSV(B) | 307.4º | 0.95% | 0.91% | - |
| XYZ | 43.99 | 21.61 | 58.98 | - |
| YUV | 99.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 204 | 0 | 0.95 | 0.12 | 0.09 | 307.4 | 0.9 | 0.48 |
| Hex | E7 | C | CC | 0 | 5F | C | 9 | 133 | 5A | 30 |
| Octal | 347 | 14 | 314 | 0 | 137 | 14 | 11 | 463 | 132 | 60 |
| Binary | 11100111 | 1100 | 11001100 | 0 | 1011111 | 1100 | 1001 | 100110011 | 1011010 | 110000 |
Color Harmonies of #E70CCC
Complementary color
Monochromatic Colors of #E70CCC
Black with #E70CCC
Text Example
Text Example
White with #E70CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CCC; }
p { color: rgb(231,12,204); }
H1.HeaderClassName
{
color: #E70CCC;
}
.AnyTagClassName
{
color: #E70CCC;
}
</style>
background-color css
<style>
a { background-color: #E70CCC; }
a { background-color: rgb(231,12,204); }
div.DivClassName
{
background-color: #E70CCC;
}
.BgClassName
{
background-color: #E70CCC;
}
</style>
border-color css
<style>
span { border-color: #E70CCC; }
span { border-color: rgb(231,12,204); }
td.TdClassName
{
border-color: #E70CCC;
}
.TagClassName
{
border-color: #E70CCC;
}
</style>