Shades of Shocking Pink #E31BBB
Tints of Shocking Pink #E31BBB
RGB
CMYK
RGB Variations
Color information
#E31BBB (or 0xE31BBB) is known color: Shocking Pink. HEX triplet: E3, 1B and BB. RGB value is (227,27,187). Sum of RGB (Red+Green+Blue) = 227+27+187=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BBB is #1CE444. Grayscale: #686868. Windows color (decimal): -1893445 or 12262371. OLE color: 12262371.
HSL color Cylindrical-coordinate representation of color #E31BBB: hue angle of 312º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BBB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.11 |
| HSL | 312º | 0.79% | 0.5% | - |
| HSV(B) | 312º | 0.88% | 0.89% | - |
| XYZ | 41.04 | 20.7 | 48.85 | - |
| YUV | 105.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 187 | 0 | 0.88 | 0.18 | 0.11 | 312 | 0.79 | 0.5 |
| Hex | E3 | 1B | BB | 0 | 58 | 12 | B | 138 | 4F | 32 |
| Octal | 343 | 33 | 273 | 0 | 130 | 22 | 13 | 470 | 117 | 62 |
| Binary | 11100011 | 11011 | 10111011 | 0 | 1011000 | 10010 | 1011 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E31BBB
Complementary color
Monochromatic Colors of #E31BBB
Black with #E31BBB
Text Example
Text Example
White with #E31BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BBB; }
p { color: rgb(227,27,187); }
H1.HeaderClassName
{
color: #E31BBB;
}
.AnyTagClassName
{
color: #E31BBB;
}
</style>
background-color css
<style>
a { background-color: #E31BBB; }
a { background-color: rgb(227,27,187); }
div.DivClassName
{
background-color: #E31BBB;
}
.BgClassName
{
background-color: #E31BBB;
}
</style>
border-color css
<style>
span { border-color: #E31BBB; }
span { border-color: rgb(227,27,187); }
td.TdClassName
{
border-color: #E31BBB;
}
.TagClassName
{
border-color: #E31BBB;
}
</style>