Shades of Shocking Pink #E708B7
Tints of Shocking Pink #E708B7
RGB
CMYK
RGB Variations
Color information
#E708B7 (or 0xE708B7) is known color: Shocking Pink. HEX triplet: E7, 08 and B7. RGB value is (231,8,183). Sum of RGB (Red+Green+Blue) = 231+8+183=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E708B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708B7 is #18F748. Grayscale: #5E5E5E. Windows color (decimal): -1636169 or 11995367. OLE color: 11995367.
HSL color Cylindrical-coordinate representation of color #E708B7: hue angle of 312.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708B7 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 183 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.09 |
| HSL | 312.91º | 0.93% | 0.47% | - |
| HSV(B) | 312.91º | 0.97% | 0.91% | - |
| XYZ | 41.59 | 20.58 | 46.58 | - |
| YUV | 94.63 | 177.88 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 183 | 0 | 0.97 | 0.21 | 0.09 | 312.91 | 0.93 | 0.47 |
| Hex | E7 | 8 | B7 | 0 | 61 | 15 | 9 | 139 | 5D | 2F |
| Octal | 347 | 10 | 267 | 0 | 141 | 25 | 11 | 471 | 135 | 57 |
| Binary | 11100111 | 1000 | 10110111 | 0 | 1100001 | 10101 | 1001 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E708B7
Complementary color
Monochromatic Colors of #E708B7
Black with #E708B7
Text Example
Text Example
White with #E708B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708B7; }
p { color: rgb(231,8,183); }
H1.HeaderClassName
{
color: #E708B7;
}
.AnyTagClassName
{
color: #E708B7;
}
</style>
background-color css
<style>
a { background-color: #E708B7; }
a { background-color: rgb(231,8,183); }
div.DivClassName
{
background-color: #E708B7;
}
.BgClassName
{
background-color: #E708B7;
}
</style>
border-color css
<style>
span { border-color: #E708B7; }
span { border-color: rgb(231,8,183); }
td.TdClassName
{
border-color: #E708B7;
}
.TagClassName
{
border-color: #E708B7;
}
</style>