Shades of Shocking Pink #E21BBA
Tints of Shocking Pink #E21BBA
RGB
CMYK
RGB Variations
Color information
#E21BBA (or 0xE21BBA) is known color: Shocking Pink. HEX triplet: E2, 1B and BA. RGB value is (226,27,186). Sum of RGB (Red+Green+Blue) = 226+27+186=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BBA is #1DE445. Grayscale: #686868. Windows color (decimal): -1958982 or 12196834. OLE color: 12196834.
HSL color Cylindrical-coordinate representation of color #E21BBA: hue angle of 312.06º 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 #E21BBA is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.11 |
| HSL | 312.06º | 0.79% | 0.5% | - |
| HSV(B) | 312.06º | 0.88% | 0.89% | - |
| XYZ | 40.62 | 20.5 | 48.27 | - |
| YUV | 104.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 186 | 0 | 0.88 | 0.18 | 0.11 | 312.06 | 0.79 | 0.5 |
| Hex | E2 | 1B | BA | 0 | 58 | 12 | B | 138 | 4F | 32 |
| Octal | 342 | 33 | 272 | 0 | 130 | 22 | 13 | 470 | 117 | 62 |
| Binary | 11100010 | 11011 | 10111010 | 0 | 1011000 | 10010 | 1011 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E21BBA
Complementary color
Monochromatic Colors of #E21BBA
Black with #E21BBA
Text Example
Text Example
White with #E21BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BBA; }
p { color: rgb(226,27,186); }
H1.HeaderClassName
{
color: #E21BBA;
}
.AnyTagClassName
{
color: #E21BBA;
}
</style>
background-color css
<style>
a { background-color: #E21BBA; }
a { background-color: rgb(226,27,186); }
div.DivClassName
{
background-color: #E21BBA;
}
.BgClassName
{
background-color: #E21BBA;
}
</style>
border-color css
<style>
span { border-color: #E21BBA; }
span { border-color: rgb(226,27,186); }
td.TdClassName
{
border-color: #E21BBA;
}
.TagClassName
{
border-color: #E21BBA;
}
</style>