Shades of Shocking Pink #E21BBC
Tints of Shocking Pink #E21BBC
RGB
CMYK
RGB Variations
Color information
#E21BBC (or 0xE21BBC) is known color: Shocking Pink. HEX triplet: E2, 1B and BC. RGB value is (226,27,188). Sum of RGB (Red+Green+Blue) = 226+27+188=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BBC is #1DE443. Grayscale: #686868. Windows color (decimal): -1958980 or 12327906. OLE color: 12327906.
HSL color Cylindrical-coordinate representation of color #E21BBC: hue angle of 311.46º 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 #E21BBC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.11 |
| HSL | 311.46º | 0.79% | 0.5% | - |
| HSV(B) | 311.46º | 0.88% | 0.89% | - |
| XYZ | 40.83 | 20.58 | 49.4 | - |
| YUV | 104.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 188 | 0 | 0.88 | 0.17 | 0.11 | 311.46 | 0.79 | 0.5 |
| Hex | E2 | 1B | BC | 0 | 58 | 11 | B | 137 | 4F | 32 |
| Octal | 342 | 33 | 274 | 0 | 130 | 21 | 13 | 467 | 117 | 62 |
| Binary | 11100010 | 11011 | 10111100 | 0 | 1011000 | 10001 | 1011 | 100110111 | 1001111 | 110010 |
Color Harmonies of #E21BBC
Complementary color
Monochromatic Colors of #E21BBC
Black with #E21BBC
Text Example
Text Example
White with #E21BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BBC; }
p { color: rgb(226,27,188); }
H1.HeaderClassName
{
color: #E21BBC;
}
.AnyTagClassName
{
color: #E21BBC;
}
</style>
background-color css
<style>
a { background-color: #E21BBC; }
a { background-color: rgb(226,27,188); }
div.DivClassName
{
background-color: #E21BBC;
}
.BgClassName
{
background-color: #E21BBC;
}
</style>
border-color css
<style>
span { border-color: #E21BBC; }
span { border-color: rgb(226,27,188); }
td.TdClassName
{
border-color: #E21BBC;
}
.TagClassName
{
border-color: #E21BBC;
}
</style>