Shades of Shocking Pink #E70CBA
Tints of Shocking Pink #E70CBA
RGB
CMYK
RGB Variations
Color information
#E70CBA (or 0xE70CBA) is known color: Shocking Pink. HEX triplet: E7, 0C and BA. RGB value is (231,12,186). Sum of RGB (Red+Green+Blue) = 231+12+186=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CBA is #18F345. Grayscale: #606060. Windows color (decimal): -1635142 or 12192999. OLE color: 12192999.
HSL color Cylindrical-coordinate representation of color #E70CBA: hue angle of 312.33º 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 #E70CBA is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.09 |
| HSL | 312.33º | 0.9% | 0.48% | - |
| HSV(B) | 312.33º | 0.95% | 0.91% | - |
| XYZ | 41.95 | 20.8 | 48.26 | - |
| YUV | 97.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 186 | 0 | 0.95 | 0.19 | 0.09 | 312.33 | 0.9 | 0.48 |
| Hex | E7 | C | BA | 0 | 5F | 13 | 9 | 138 | 5A | 30 |
| Octal | 347 | 14 | 272 | 0 | 137 | 23 | 11 | 470 | 132 | 60 |
| Binary | 11100111 | 1100 | 10111010 | 0 | 1011111 | 10011 | 1001 | 100111000 | 1011010 | 110000 |
Color Harmonies of #E70CBA
Complementary color
Monochromatic Colors of #E70CBA
Black with #E70CBA
Text Example
Text Example
White with #E70CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CBA; }
p { color: rgb(231,12,186); }
H1.HeaderClassName
{
color: #E70CBA;
}
.AnyTagClassName
{
color: #E70CBA;
}
</style>
background-color css
<style>
a { background-color: #E70CBA; }
a { background-color: rgb(231,12,186); }
div.DivClassName
{
background-color: #E70CBA;
}
.BgClassName
{
background-color: #E70CBA;
}
</style>
border-color css
<style>
span { border-color: #E70CBA; }
span { border-color: rgb(231,12,186); }
td.TdClassName
{
border-color: #E70CBA;
}
.TagClassName
{
border-color: #E70CBA;
}
</style>