Shades of Shocking Pink #E200BB
Tints of Shocking Pink #E200BB
RGB
CMYK
RGB Variations
Color information
#E200BB (or 0xE200BB) is known color: Shocking Pink. HEX triplet: E2, 00 and BB. RGB value is (226,0,187). Sum of RGB (Red+Green+Blue) = 226+0+187=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E200BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200BB is #1DFF44. Grayscale: #585858. Windows color (decimal): -1965893 or 12255458. OLE color: 12255458.
HSL color Cylindrical-coordinate representation of color #E200BB: hue angle of 310.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200BB is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.17 | 0.11 |
| HSL | 310.35º | 1% | 0.44% | - |
| HSV(B) | 310.35º | 1% | 0.89% | - |
| XYZ | 40.33 | 19.76 | 48.7 | - |
| YUV | 88.89 | 183.37 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 187 | 0 | 1 | 0.17 | 0.11 | 310.35 | 1 | 0.44 |
| Hex | E2 | 0 | BB | 0 | 64 | 11 | B | 136 | 64 | 2C |
| Octal | 342 | 0 | 273 | 0 | 144 | 21 | 13 | 466 | 144 | 54 |
| Binary | 11100010 | 0 | 10111011 | 0 | 1100100 | 10001 | 1011 | 100110110 | 1100100 | 101100 |
Color Harmonies of #E200BB
Complementary color
Monochromatic Colors of #E200BB
Black with #E200BB
Text Example
Text Example
White with #E200BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200BB; }
p { color: rgb(226,0,187); }
H1.HeaderClassName
{
color: #E200BB;
}
.AnyTagClassName
{
color: #E200BB;
}
</style>
background-color css
<style>
a { background-color: #E200BB; }
a { background-color: rgb(226,0,187); }
div.DivClassName
{
background-color: #E200BB;
}
.BgClassName
{
background-color: #E200BB;
}
</style>
border-color css
<style>
span { border-color: #E200BB; }
span { border-color: rgb(226,0,187); }
td.TdClassName
{
border-color: #E200BB;
}
.TagClassName
{
border-color: #E200BB;
}
</style>