Shades of Shocking Pink #E911BA
Tints of Shocking Pink #E911BA
RGB
CMYK
RGB Variations
Color information
#E911BA (or 0xE911BA) is known color: Shocking Pink. HEX triplet: E9, 11 and BA. RGB value is (233,17,186). Sum of RGB (Red+Green+Blue) = 233+17+186=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E911BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E911BA is #16EE45. Grayscale: #646464. Windows color (decimal): -1502790 or 12194281. OLE color: 12194281.
HSL color Cylindrical-coordinate representation of color #E911BA: hue angle of 313.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E911BA is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 186 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.09 |
| HSL | 313.06º | 0.86% | 0.49% | - |
| HSV(B) | 313.06º | 0.93% | 0.91% | - |
| XYZ | 42.67 | 21.27 | 48.31 | - |
| YUV | 100.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 186 | 0 | 0.93 | 0.20 | 0.09 | 313.06 | 0.86 | 0.49 |
| Hex | E9 | 11 | BA | 0 | 5D | 14 | 9 | 139 | 56 | 31 |
| Octal | 351 | 21 | 272 | 0 | 135 | 24 | 11 | 471 | 126 | 61 |
| Binary | 11101001 | 10001 | 10111010 | 0 | 1011101 | 10100 | 1001 | 100111001 | 1010110 | 110001 |
Color Harmonies of #E911BA
Complementary color
Monochromatic Colors of #E911BA
Black with #E911BA
Text Example
Text Example
White with #E911BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E911BA; }
p { color: rgb(233,17,186); }
H1.HeaderClassName
{
color: #E911BA;
}
.AnyTagClassName
{
color: #E911BA;
}
</style>
background-color css
<style>
a { background-color: #E911BA; }
a { background-color: rgb(233,17,186); }
div.DivClassName
{
background-color: #E911BA;
}
.BgClassName
{
background-color: #E911BA;
}
</style>
border-color css
<style>
span { border-color: #E911BA; }
span { border-color: rgb(233,17,186); }
td.TdClassName
{
border-color: #E911BA;
}
.TagClassName
{
border-color: #E911BA;
}
</style>