Shades of Shocking Pink #E108BB
Tints of Shocking Pink #E108BB
RGB
CMYK
RGB Variations
Color information
#E108BB (or 0xE108BB) is known color: Shocking Pink. HEX triplet: E1, 08 and BB. RGB value is (225,8,187). Sum of RGB (Red+Green+Blue) = 225+8+187=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E108BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108BB is #1EF744. Grayscale: #5C5C5C. Windows color (decimal): -2029381 or 12257505. OLE color: 12257505.
HSL color Cylindrical-coordinate representation of color #E108BB: hue angle of 310.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108BB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.12 |
| HSL | 310.51º | 0.93% | 0.46% | - |
| HSV(B) | 310.51º | 0.96% | 0.88% | - |
| XYZ | 40.11 | 19.77 | 48.72 | - |
| YUV | 93.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 187 | 0 | 0.96 | 0.17 | 0.12 | 310.51 | 0.93 | 0.46 |
| Hex | E1 | 8 | BB | 0 | 60 | 11 | C | 137 | 5D | 2E |
| Octal | 341 | 10 | 273 | 0 | 140 | 21 | 14 | 467 | 135 | 56 |
| Binary | 11100001 | 1000 | 10111011 | 0 | 1100000 | 10001 | 1100 | 100110111 | 1011101 | 101110 |
Color Harmonies of #E108BB
Complementary color
Monochromatic Colors of #E108BB
Black with #E108BB
Text Example
Text Example
White with #E108BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108BB; }
p { color: rgb(225,8,187); }
H1.HeaderClassName
{
color: #E108BB;
}
.AnyTagClassName
{
color: #E108BB;
}
</style>
background-color css
<style>
a { background-color: #E108BB; }
a { background-color: rgb(225,8,187); }
div.DivClassName
{
background-color: #E108BB;
}
.BgClassName
{
background-color: #E108BB;
}
</style>
border-color css
<style>
span { border-color: #E108BB; }
span { border-color: rgb(225,8,187); }
td.TdClassName
{
border-color: #E108BB;
}
.TagClassName
{
border-color: #E108BB;
}
</style>