Shades of Shocking Pink #E706BD
Tints of Shocking Pink #E706BD
RGB
CMYK
RGB Variations
Color information
#E706BD (or 0xE706BD) is known color: Shocking Pink. HEX triplet: E7, 06 and BD. RGB value is (231,6,189). Sum of RGB (Red+Green+Blue) = 231+6+189=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E706BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706BD is #18F942. Grayscale: #5D5D5D. Windows color (decimal): -1636675 or 12388071. OLE color: 12388071.
HSL color Cylindrical-coordinate representation of color #E706BD: hue angle of 311.2º 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 #E706BD is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.09 |
| HSL | 311.2º | 0.95% | 0.46% | - |
| HSV(B) | 311.2º | 0.97% | 0.91% | - |
| XYZ | 42.21 | 20.79 | 49.93 | - |
| YUV | 94.14 | 181.54 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 189 | 0 | 0.97 | 0.18 | 0.09 | 311.2 | 0.95 | 0.46 |
| Hex | E7 | 6 | BD | 0 | 61 | 12 | 9 | 137 | 5F | 2E |
| Octal | 347 | 6 | 275 | 0 | 141 | 22 | 11 | 467 | 137 | 56 |
| Binary | 11100111 | 110 | 10111101 | 0 | 1100001 | 10010 | 1001 | 100110111 | 1011111 | 101110 |
Color Harmonies of #E706BD
Complementary color
Monochromatic Colors of #E706BD
Black with #E706BD
Text Example
Text Example
White with #E706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706BD; }
p { color: rgb(231,6,189); }
H1.HeaderClassName
{
color: #E706BD;
}
.AnyTagClassName
{
color: #E706BD;
}
</style>
background-color css
<style>
a { background-color: #E706BD; }
a { background-color: rgb(231,6,189); }
div.DivClassName
{
background-color: #E706BD;
}
.BgClassName
{
background-color: #E706BD;
}
</style>
border-color css
<style>
span { border-color: #E706BD; }
span { border-color: rgb(231,6,189); }
td.TdClassName
{
border-color: #E706BD;
}
.TagClassName
{
border-color: #E706BD;
}
</style>