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