Shades of Shocking Pink #E706BA
Tints of Shocking Pink #E706BA
RGB
CMYK
RGB Variations
Color information
#E706BA (or 0xE706BA) is known color: Shocking Pink. HEX triplet: E7, 06 and BA. RGB value is (231,6,186). Sum of RGB (Red+Green+Blue) = 231+6+186=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E706BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706BA is #18F945. Grayscale: #5D5D5D. Windows color (decimal): -1636678 or 12191463. OLE color: 12191463.
HSL color Cylindrical-coordinate representation of color #E706BA: hue angle of 312º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706BA is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.09 |
| HSL | 312º | 0.95% | 0.46% | - |
| HSV(B) | 312º | 0.97% | 0.91% | - |
| XYZ | 41.88 | 20.66 | 48.24 | - |
| YUV | 93.8 | 180.04 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 186 | 0 | 0.97 | 0.19 | 0.09 | 312 | 0.95 | 0.46 |
| Hex | E7 | 6 | BA | 0 | 61 | 13 | 9 | 138 | 5F | 2E |
| Octal | 347 | 6 | 272 | 0 | 141 | 23 | 11 | 470 | 137 | 56 |
| Binary | 11100111 | 110 | 10111010 | 0 | 1100001 | 10011 | 1001 | 100111000 | 1011111 | 101110 |
Color Harmonies of #E706BA
Complementary color
Monochromatic Colors of #E706BA
Black with #E706BA
Text Example
Text Example
White with #E706BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706BA; }
p { color: rgb(231,6,186); }
H1.HeaderClassName
{
color: #E706BA;
}
.AnyTagClassName
{
color: #E706BA;
}
</style>
background-color css
<style>
a { background-color: #E706BA; }
a { background-color: rgb(231,6,186); }
div.DivClassName
{
background-color: #E706BA;
}
.BgClassName
{
background-color: #E706BA;
}
</style>
border-color css
<style>
span { border-color: #E706BA; }
span { border-color: rgb(231,6,186); }
td.TdClassName
{
border-color: #E706BA;
}
.TagClassName
{
border-color: #E706BA;
}
</style>