Shades of Shocking Pink #E21BBB
Tints of Shocking Pink #E21BBB
RGB
CMYK
RGB Variations
Color information
#E21BBB (or 0xE21BBB) is known color: Shocking Pink. HEX triplet: E2, 1B and BB. RGB value is (226,27,187). Sum of RGB (Red+Green+Blue) = 226+27+187=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BBB is #1DE444. Grayscale: #686868. Windows color (decimal): -1958981 or 12262370. OLE color: 12262370.
HSL color Cylindrical-coordinate representation of color #E21BBB: hue angle of 311.76º 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 #E21BBB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.11 |
| HSL | 311.76º | 0.79% | 0.5% | - |
| HSV(B) | 311.76º | 0.88% | 0.89% | - |
| XYZ | 40.73 | 20.54 | 48.83 | - |
| YUV | 104.74 | 174.43 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 187 | 0 | 0.88 | 0.17 | 0.11 | 311.76 | 0.79 | 0.5 |
| Hex | E2 | 1B | BB | 0 | 58 | 11 | B | 138 | 4F | 32 |
| Octal | 342 | 33 | 273 | 0 | 130 | 21 | 13 | 470 | 117 | 62 |
| Binary | 11100010 | 11011 | 10111011 | 0 | 1011000 | 10001 | 1011 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E21BBB
Complementary color
Monochromatic Colors of #E21BBB
Black with #E21BBB
Text Example
Text Example
White with #E21BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BBB; }
p { color: rgb(226,27,187); }
H1.HeaderClassName
{
color: #E21BBB;
}
.AnyTagClassName
{
color: #E21BBB;
}
</style>
background-color css
<style>
a { background-color: #E21BBB; }
a { background-color: rgb(226,27,187); }
div.DivClassName
{
background-color: #E21BBB;
}
.BgClassName
{
background-color: #E21BBB;
}
</style>
border-color css
<style>
span { border-color: #E21BBB; }
span { border-color: rgb(226,27,187); }
td.TdClassName
{
border-color: #E21BBB;
}
.TagClassName
{
border-color: #E21BBB;
}
</style>