Shades of Shocking Pink #E706BC
Tints of Shocking Pink #E706BC
RGB
CMYK
RGB Variations
Color information
#E706BC (or 0xE706BC) is known color: Shocking Pink. HEX triplet: E7, 06 and BC. RGB value is (231,6,188). Sum of RGB (Red+Green+Blue) = 231+6+188=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E706BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706BC is #18F943. Grayscale: #5D5D5D. Windows color (decimal): -1636676 or 12322535. OLE color: 12322535.
HSL color Cylindrical-coordinate representation of color #E706BC: hue angle of 311.47º 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 #E706BC is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.09 |
| HSL | 311.47º | 0.95% | 0.46% | - |
| HSV(B) | 311.47º | 0.97% | 0.91% | - |
| XYZ | 42.1 | 20.75 | 49.36 | - |
| YUV | 94.02 | 181.04 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 188 | 0 | 0.97 | 0.19 | 0.09 | 311.47 | 0.95 | 0.46 |
| Hex | E7 | 6 | BC | 0 | 61 | 13 | 9 | 137 | 5F | 2E |
| Octal | 347 | 6 | 274 | 0 | 141 | 23 | 11 | 467 | 137 | 56 |
| Binary | 11100111 | 110 | 10111100 | 0 | 1100001 | 10011 | 1001 | 100110111 | 1011111 | 101110 |
Color Harmonies of #E706BC
Complementary color
Monochromatic Colors of #E706BC
Black with #E706BC
Text Example
Text Example
White with #E706BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706BC; }
p { color: rgb(231,6,188); }
H1.HeaderClassName
{
color: #E706BC;
}
.AnyTagClassName
{
color: #E706BC;
}
</style>
background-color css
<style>
a { background-color: #E706BC; }
a { background-color: rgb(231,6,188); }
div.DivClassName
{
background-color: #E706BC;
}
.BgClassName
{
background-color: #E706BC;
}
</style>
border-color css
<style>
span { border-color: #E706BC; }
span { border-color: rgb(231,6,188); }
td.TdClassName
{
border-color: #E706BC;
}
.TagClassName
{
border-color: #E706BC;
}
</style>