Shades of Shocking Pink #E11BBA
Tints of Shocking Pink #E11BBA
RGB
CMYK
RGB Variations
Color information
#E11BBA (or 0xE11BBA) is known color: Shocking Pink. HEX triplet: E1, 1B and BA. RGB value is (225,27,186). Sum of RGB (Red+Green+Blue) = 225+27+186=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BBA is #1EE445. Grayscale: #676767. Windows color (decimal): -2024518 or 12196833. OLE color: 12196833.
HSL color Cylindrical-coordinate representation of color #E11BBA: hue angle of 311.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BBA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.82º | 0.79% | 0.49% | - |
| HSV(B) | 311.82º | 0.88% | 0.88% | - |
| XYZ | 40.31 | 20.34 | 48.26 | - |
| YUV | 104.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 186 | 0 | 0.88 | 0.17 | 0.12 | 311.82 | 0.79 | 0.49 |
| Hex | E1 | 1B | BA | 0 | 58 | 11 | C | 138 | 4F | 31 |
| Octal | 341 | 33 | 272 | 0 | 130 | 21 | 14 | 470 | 117 | 61 |
| Binary | 11100001 | 11011 | 10111010 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001111 | 110001 |
Color Harmonies of #E11BBA
Complementary color
Monochromatic Colors of #E11BBA
Black with #E11BBA
Text Example
Text Example
White with #E11BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BBA; }
p { color: rgb(225,27,186); }
H1.HeaderClassName
{
color: #E11BBA;
}
.AnyTagClassName
{
color: #E11BBA;
}
</style>
background-color css
<style>
a { background-color: #E11BBA; }
a { background-color: rgb(225,27,186); }
div.DivClassName
{
background-color: #E11BBA;
}
.BgClassName
{
background-color: #E11BBA;
}
</style>
border-color css
<style>
span { border-color: #E11BBA; }
span { border-color: rgb(225,27,186); }
td.TdClassName
{
border-color: #E11BBA;
}
.TagClassName
{
border-color: #E11BBA;
}
</style>