Shades of Shocking Pink #E008BC
Tints of Shocking Pink #E008BC
RGB
CMYK
RGB Variations
Color information
#E008BC (or 0xE008BC) is known color: Shocking Pink. HEX triplet: E0, 08 and BC. RGB value is (224,8,188). Sum of RGB (Red+Green+Blue) = 224+8+188=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E008BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008BC is #1FF743. Grayscale: #5C5C5C. Windows color (decimal): -2094916 or 12323040. OLE color: 12323040.
HSL color Cylindrical-coordinate representation of color #E008BC: hue angle of 310º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008BC is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.12 |
| HSL | 310º | 0.93% | 0.45% | - |
| HSV(B) | 310º | 0.96% | 0.88% | - |
| XYZ | 39.9 | 19.65 | 49.27 | - |
| YUV | 93.1 | 181.56 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 188 | 0 | 0.96 | 0.16 | 0.12 | 310 | 0.93 | 0.45 |
| Hex | E0 | 8 | BC | 0 | 60 | 10 | C | 136 | 5D | 2D |
| Octal | 340 | 10 | 274 | 0 | 140 | 20 | 14 | 466 | 135 | 55 |
| Binary | 11100000 | 1000 | 10111100 | 0 | 1100000 | 10000 | 1100 | 100110110 | 1011101 | 101101 |
Color Harmonies of #E008BC
Complementary color
Monochromatic Colors of #E008BC
Black with #E008BC
Text Example
Text Example
White with #E008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008BC; }
p { color: rgb(224,8,188); }
H1.HeaderClassName
{
color: #E008BC;
}
.AnyTagClassName
{
color: #E008BC;
}
</style>
background-color css
<style>
a { background-color: #E008BC; }
a { background-color: rgb(224,8,188); }
div.DivClassName
{
background-color: #E008BC;
}
.BgClassName
{
background-color: #E008BC;
}
</style>
border-color css
<style>
span { border-color: #E008BC; }
span { border-color: rgb(224,8,188); }
td.TdClassName
{
border-color: #E008BC;
}
.TagClassName
{
border-color: #E008BC;
}
</style>