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