Shades of Shocking Pink #E708B8
Tints of Shocking Pink #E708B8
RGB
CMYK
RGB Variations
Color information
#E708B8 (or 0xE708B8) is known color: Shocking Pink. HEX triplet: E7, 08 and B8. RGB value is (231,8,184). Sum of RGB (Red+Green+Blue) = 231+8+184=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E708B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708B8 is #18F747. Grayscale: #5E5E5E. Windows color (decimal): -1636168 or 12060903. OLE color: 12060903.
HSL color Cylindrical-coordinate representation of color #E708B8: hue angle of 312.65º 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 #E708B8 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 184 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.09 |
| HSL | 312.65º | 0.93% | 0.47% | - |
| HSV(B) | 312.65º | 0.97% | 0.91% | - |
| XYZ | 41.69 | 20.62 | 47.13 | - |
| YUV | 94.74 | 178.38 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 184 | 0 | 0.97 | 0.20 | 0.09 | 312.65 | 0.93 | 0.47 |
| Hex | E7 | 8 | B8 | 0 | 61 | 14 | 9 | 139 | 5D | 2F |
| Octal | 347 | 10 | 270 | 0 | 141 | 24 | 11 | 471 | 135 | 57 |
| Binary | 11100111 | 1000 | 10111000 | 0 | 1100001 | 10100 | 1001 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E708B8
Complementary color
Monochromatic Colors of #E708B8
Black with #E708B8
Text Example
Text Example
White with #E708B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708B8; }
p { color: rgb(231,8,184); }
H1.HeaderClassName
{
color: #E708B8;
}
.AnyTagClassName
{
color: #E708B8;
}
</style>
background-color css
<style>
a { background-color: #E708B8; }
a { background-color: rgb(231,8,184); }
div.DivClassName
{
background-color: #E708B8;
}
.BgClassName
{
background-color: #E708B8;
}
</style>
border-color css
<style>
span { border-color: #E708B8; }
span { border-color: rgb(231,8,184); }
td.TdClassName
{
border-color: #E708B8;
}
.TagClassName
{
border-color: #E708B8;
}
</style>