Shades of Shocking Pink #E800BB
Tints of Shocking Pink #E800BB
RGB
CMYK
RGB Variations
Color information
#E800BB (or 0xE800BB) is known color: Shocking Pink. HEX triplet: E8, 00 and BB. RGB value is (232,0,187). Sum of RGB (Red+Green+Blue) = 232+0+187=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E800BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800BB is #17FF44. Grayscale: #5A5A5A. Windows color (decimal): -1572677 or 12255464. OLE color: 12255464.
HSL color Cylindrical-coordinate representation of color #E800BB: hue angle of 311.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800BB is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.19 | 0.09 |
| HSL | 311.64º | 1% | 0.45% | - |
| HSV(B) | 311.64º | 1% | 0.91% | - |
| XYZ | 42.25 | 20.74 | 48.79 | - |
| YUV | 90.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 187 | 0 | 1 | 0.19 | 0.09 | 311.64 | 1 | 0.45 |
| Hex | E8 | 0 | BB | 0 | 64 | 13 | 9 | 138 | 64 | 2D |
| Octal | 350 | 0 | 273 | 0 | 144 | 23 | 11 | 470 | 144 | 55 |
| Binary | 11101000 | 0 | 10111011 | 0 | 1100100 | 10011 | 1001 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E800BB
Complementary color
Monochromatic Colors of #E800BB
Black with #E800BB
Text Example
Text Example
White with #E800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800BB; }
p { color: rgb(232,0,187); }
H1.HeaderClassName
{
color: #E800BB;
}
.AnyTagClassName
{
color: #E800BB;
}
</style>
background-color css
<style>
a { background-color: #E800BB; }
a { background-color: rgb(232,0,187); }
div.DivClassName
{
background-color: #E800BB;
}
.BgClassName
{
background-color: #E800BB;
}
</style>
border-color css
<style>
span { border-color: #E800BB; }
span { border-color: rgb(232,0,187); }
td.TdClassName
{
border-color: #E800BB;
}
.TagClassName
{
border-color: #E800BB;
}
</style>