Shades of Shocking Pink #E706C5
Tints of Shocking Pink #E706C5
RGB
CMYK
RGB Variations
Color information
#E706C5 (or 0xE706C5) is known color: Shocking Pink. HEX triplet: E7, 06 and C5. RGB value is (231,6,197). Sum of RGB (Red+Green+Blue) = 231+6+197=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E706C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706C5 is #18F93A. Grayscale: #5E5E5E. Windows color (decimal): -1636667 or 12912359. OLE color: 12912359.
HSL color Cylindrical-coordinate representation of color #E706C5: hue angle of 309.07º 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 #E706C5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.09 |
| HSL | 309.07º | 0.95% | 0.46% | - |
| HSV(B) | 309.07º | 0.97% | 0.91% | - |
| XYZ | 43.1 | 21.15 | 54.63 | - |
| YUV | 95.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 197 | 0 | 0.97 | 0.15 | 0.09 | 309.07 | 0.95 | 0.46 |
| Hex | E7 | 6 | C5 | 0 | 61 | F | 9 | 135 | 5F | 2E |
| Octal | 347 | 6 | 305 | 0 | 141 | 17 | 11 | 465 | 137 | 56 |
| Binary | 11100111 | 110 | 11000101 | 0 | 1100001 | 1111 | 1001 | 100110101 | 1011111 | 101110 |
Color Harmonies of #E706C5
Complementary color
Monochromatic Colors of #E706C5
Black with #E706C5
Text Example
Text Example
White with #E706C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706C5; }
p { color: rgb(231,6,197); }
H1.HeaderClassName
{
color: #E706C5;
}
.AnyTagClassName
{
color: #E706C5;
}
</style>
background-color css
<style>
a { background-color: #E706C5; }
a { background-color: rgb(231,6,197); }
div.DivClassName
{
background-color: #E706C5;
}
.BgClassName
{
background-color: #E706C5;
}
</style>
border-color css
<style>
span { border-color: #E706C5; }
span { border-color: rgb(231,6,197); }
td.TdClassName
{
border-color: #E706C5;
}
.TagClassName
{
border-color: #E706C5;
}
</style>