Shades of Shocking Pink #E706C7
Tints of Shocking Pink #E706C7
RGB
CMYK
RGB Variations
Color information
#E706C7 (or 0xE706C7) is known color: Shocking Pink. HEX triplet: E7, 06 and C7. RGB value is (231,6,199). Sum of RGB (Red+Green+Blue) = 231+6+199=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E706C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706C7 is #18F938. Grayscale: #5E5E5E. Windows color (decimal): -1636665 or 13043431. OLE color: 13043431.
HSL color Cylindrical-coordinate representation of color #E706C7: hue angle of 308.53º 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 #E706C7 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.09 |
| HSL | 308.53º | 0.95% | 0.46% | - |
| HSV(B) | 308.53º | 0.97% | 0.91% | - |
| XYZ | 43.33 | 21.24 | 55.85 | - |
| YUV | 95.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 199 | 0 | 0.97 | 0.14 | 0.09 | 308.53 | 0.95 | 0.46 |
| Hex | E7 | 6 | C7 | 0 | 61 | E | 9 | 135 | 5F | 2E |
| Octal | 347 | 6 | 307 | 0 | 141 | 16 | 11 | 465 | 137 | 56 |
| Binary | 11100111 | 110 | 11000111 | 0 | 1100001 | 1110 | 1001 | 100110101 | 1011111 | 101110 |
Color Harmonies of #E706C7
Complementary color
Monochromatic Colors of #E706C7
Black with #E706C7
Text Example
Text Example
White with #E706C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706C7; }
p { color: rgb(231,6,199); }
H1.HeaderClassName
{
color: #E706C7;
}
.AnyTagClassName
{
color: #E706C7;
}
</style>
background-color css
<style>
a { background-color: #E706C7; }
a { background-color: rgb(231,6,199); }
div.DivClassName
{
background-color: #E706C7;
}
.BgClassName
{
background-color: #E706C7;
}
</style>
border-color css
<style>
span { border-color: #E706C7; }
span { border-color: rgb(231,6,199); }
td.TdClassName
{
border-color: #E706C7;
}
.TagClassName
{
border-color: #E706C7;
}
</style>