Shades of Shocking Pink #E900BA
Tints of Shocking Pink #E900BA
RGB
CMYK
RGB Variations
Color information
#E900BA (or 0xE900BA) is known color: Shocking Pink. HEX triplet: E9, 00 and BA. RGB value is (233,0,186). Sum of RGB (Red+Green+Blue) = 233+0+186=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E900BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900BA is #16FF45. Grayscale: #5A5A5A. Windows color (decimal): -1507142 or 12189929. OLE color: 12189929.
HSL color Cylindrical-coordinate representation of color #E900BA: hue angle of 312.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900BA is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.20 | 0.09 |
| HSL | 312.1º | 1% | 0.46% | - |
| HSV(B) | 312.1º | 1% | 0.91% | - |
| XYZ | 42.47 | 20.87 | 48.24 | - |
| YUV | 90.87 | 181.69 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 186 | 0 | 1 | 0.20 | 0.09 | 312.1 | 1 | 0.46 |
| Hex | E9 | 0 | BA | 0 | 64 | 14 | 9 | 138 | 64 | 2E |
| Octal | 351 | 0 | 272 | 0 | 144 | 24 | 11 | 470 | 144 | 56 |
| Binary | 11101001 | 0 | 10111010 | 0 | 1100100 | 10100 | 1001 | 100111000 | 1100100 | 101110 |
Color Harmonies of #E900BA
Complementary color
Monochromatic Colors of #E900BA
Black with #E900BA
Text Example
Text Example
White with #E900BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900BA; }
p { color: rgb(233,0,186); }
H1.HeaderClassName
{
color: #E900BA;
}
.AnyTagClassName
{
color: #E900BA;
}
</style>
background-color css
<style>
a { background-color: #E900BA; }
a { background-color: rgb(233,0,186); }
div.DivClassName
{
background-color: #E900BA;
}
.BgClassName
{
background-color: #E900BA;
}
</style>
border-color css
<style>
span { border-color: #E900BA; }
span { border-color: rgb(233,0,186); }
td.TdClassName
{
border-color: #E900BA;
}
.TagClassName
{
border-color: #E900BA;
}
</style>