Shades of Shocking Pink #E901BB
Tints of Shocking Pink #E901BB
RGB
CMYK
RGB Variations
Color information
#E901BB (or 0xE901BB) is known color: Shocking Pink. HEX triplet: E9, 01 and BB. RGB value is (233,1,187). Sum of RGB (Red+Green+Blue) = 233+1+187=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E901BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901BB is #16FE44. Grayscale: #5B5B5B. Windows color (decimal): -1506885 or 12255721. OLE color: 12255721.
HSL color Cylindrical-coordinate representation of color #E901BB: hue angle of 311.9º 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 #E901BB is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.09 |
| HSL | 311.9º | 0.99% | 0.46% | - |
| HSV(B) | 311.9º | 1% | 0.91% | - |
| XYZ | 42.58 | 20.93 | 48.81 | - |
| YUV | 91.57 | 181.86 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 187 | 0 | 1.00 | 0.20 | 0.09 | 311.9 | 0.99 | 0.46 |
| Hex | E9 | 1 | BB | 0 | 64 | 14 | 9 | 138 | 63 | 2E |
| Octal | 351 | 1 | 273 | 0 | 144 | 24 | 11 | 470 | 143 | 56 |
| Binary | 11101001 | 1 | 10111011 | 0 | 1100100 | 10100 | 1001 | 100111000 | 1100011 | 101110 |
Color Harmonies of #E901BB
Complementary color
Monochromatic Colors of #E901BB
Black with #E901BB
Text Example
Text Example
White with #E901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901BB; }
p { color: rgb(233,1,187); }
H1.HeaderClassName
{
color: #E901BB;
}
.AnyTagClassName
{
color: #E901BB;
}
</style>
background-color css
<style>
a { background-color: #E901BB; }
a { background-color: rgb(233,1,187); }
div.DivClassName
{
background-color: #E901BB;
}
.BgClassName
{
background-color: #E901BB;
}
</style>
border-color css
<style>
span { border-color: #E901BB; }
span { border-color: rgb(233,1,187); }
td.TdClassName
{
border-color: #E901BB;
}
.TagClassName
{
border-color: #E901BB;
}
</style>