Shades of Shocking Pink #E600BB
Tints of Shocking Pink #E600BB
RGB
CMYK
RGB Variations
Color information
#E600BB (or 0xE600BB) is known color: Shocking Pink. HEX triplet: E6, 00 and BB. RGB value is (230,0,187). Sum of RGB (Red+Green+Blue) = 230+0+187=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E600BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600BB is #19FF44. Grayscale: #595959. Windows color (decimal): -1703749 or 12255462. OLE color: 12255462.
HSL color Cylindrical-coordinate representation of color #E600BB: hue angle of 311.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600BB is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.19 | 0.10 |
| HSL | 311.22º | 1% | 0.45% | - |
| HSV(B) | 311.22º | 1% | 0.9% | - |
| XYZ | 41.6 | 20.41 | 48.76 | - |
| YUV | 90.09 | 182.7 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 187 | 0 | 1 | 0.19 | 0.10 | 311.22 | 1 | 0.45 |
| Hex | E6 | 0 | BB | 0 | 64 | 13 | A | 137 | 64 | 2D |
| Octal | 346 | 0 | 273 | 0 | 144 | 23 | 12 | 467 | 144 | 55 |
| Binary | 11100110 | 0 | 10111011 | 0 | 1100100 | 10011 | 1010 | 100110111 | 1100100 | 101101 |
Color Harmonies of #E600BB
Complementary color
Monochromatic Colors of #E600BB
Black with #E600BB
Text Example
Text Example
White with #E600BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600BB; }
p { color: rgb(230,0,187); }
H1.HeaderClassName
{
color: #E600BB;
}
.AnyTagClassName
{
color: #E600BB;
}
</style>
background-color css
<style>
a { background-color: #E600BB; }
a { background-color: rgb(230,0,187); }
div.DivClassName
{
background-color: #E600BB;
}
.BgClassName
{
background-color: #E600BB;
}
</style>
border-color css
<style>
span { border-color: #E600BB; }
span { border-color: rgb(230,0,187); }
td.TdClassName
{
border-color: #E600BB;
}
.TagClassName
{
border-color: #E600BB;
}
</style>