Shades of Shocking Pink #E508BC
Tints of Shocking Pink #E508BC
RGB
CMYK
RGB Variations
Color information
#E508BC (or 0xE508BC) is known color: Shocking Pink. HEX triplet: E5, 08 and BC. RGB value is (229,8,188). Sum of RGB (Red+Green+Blue) = 229+8+188=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E508BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508BC is #1AF743. Grayscale: #5E5E5E. Windows color (decimal): -1767236 or 12323045. OLE color: 12323045.
HSL color Cylindrical-coordinate representation of color #E508BC: hue angle of 311.13º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508BC is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.10 |
| HSL | 311.13º | 0.93% | 0.46% | - |
| HSV(B) | 311.13º | 0.97% | 0.9% | - |
| XYZ | 41.48 | 20.46 | 49.34 | - |
| YUV | 94.6 | 180.72 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 188 | 0 | 0.97 | 0.18 | 0.10 | 311.13 | 0.93 | 0.46 |
| Hex | E5 | 8 | BC | 0 | 61 | 12 | A | 137 | 5D | 2E |
| Octal | 345 | 10 | 274 | 0 | 141 | 22 | 12 | 467 | 135 | 56 |
| Binary | 11100101 | 1000 | 10111100 | 0 | 1100001 | 10010 | 1010 | 100110111 | 1011101 | 101110 |
Color Harmonies of #E508BC
Complementary color
Monochromatic Colors of #E508BC
Black with #E508BC
Text Example
Text Example
White with #E508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508BC; }
p { color: rgb(229,8,188); }
H1.HeaderClassName
{
color: #E508BC;
}
.AnyTagClassName
{
color: #E508BC;
}
</style>
background-color css
<style>
a { background-color: #E508BC; }
a { background-color: rgb(229,8,188); }
div.DivClassName
{
background-color: #E508BC;
}
.BgClassName
{
background-color: #E508BC;
}
</style>
border-color css
<style>
span { border-color: #E508BC; }
span { border-color: rgb(229,8,188); }
td.TdClassName
{
border-color: #E508BC;
}
.TagClassName
{
border-color: #E508BC;
}
</style>