Shades of Shocking Pink #E91BBB
Tints of Shocking Pink #E91BBB
RGB
CMYK
RGB Variations
Color information
#E91BBB (or 0xE91BBB) is known color: Shocking Pink. HEX triplet: E9, 1B and BB. RGB value is (233,27,187). Sum of RGB (Red+Green+Blue) = 233+27+187=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91BBB is #16E444. Grayscale: #6A6A6A. Windows color (decimal): -1500229 or 12262377. OLE color: 12262377.
HSL color Cylindrical-coordinate representation of color #E91BBB: hue angle of 313.4º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91BBB is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.09 |
| HSL | 313.4º | 0.82% | 0.51% | - |
| HSV(B) | 313.4º | 0.88% | 0.91% | - |
| XYZ | 42.97 | 21.7 | 48.94 | - |
| YUV | 106.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 187 | 0 | 0.88 | 0.20 | 0.09 | 313.4 | 0.82 | 0.51 |
| Hex | E9 | 1B | BB | 0 | 58 | 14 | 9 | 139 | 52 | 33 |
| Octal | 351 | 33 | 273 | 0 | 130 | 24 | 11 | 471 | 122 | 63 |
| Binary | 11101001 | 11011 | 10111011 | 0 | 1011000 | 10100 | 1001 | 100111001 | 1010010 | 110011 |
Color Harmonies of #E91BBB
Complementary color
Monochromatic Colors of #E91BBB
Black with #E91BBB
Text Example
Text Example
White with #E91BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BBB; }
p { color: rgb(233,27,187); }
H1.HeaderClassName
{
color: #E91BBB;
}
.AnyTagClassName
{
color: #E91BBB;
}
</style>
background-color css
<style>
a { background-color: #E91BBB; }
a { background-color: rgb(233,27,187); }
div.DivClassName
{
background-color: #E91BBB;
}
.BgClassName
{
background-color: #E91BBB;
}
</style>
border-color css
<style>
span { border-color: #E91BBB; }
span { border-color: rgb(233,27,187); }
td.TdClassName
{
border-color: #E91BBB;
}
.TagClassName
{
border-color: #E91BBB;
}
</style>