Shades of Shocking Pink #E900BD
Tints of Shocking Pink #E900BD
RGB
CMYK
RGB Variations
Color information
#E900BD (or 0xE900BD) is known color: Shocking Pink. HEX triplet: E9, 00 and BD. RGB value is (233,0,189). Sum of RGB (Red+Green+Blue) = 233+0+189=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E900BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900BD is #16FF42. Grayscale: #5A5A5A. Windows color (decimal): -1507139 or 12386537. OLE color: 12386537.
HSL color Cylindrical-coordinate representation of color #E900BD: hue angle of 311.33º 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 #E900BD is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.19 | 0.09 |
| HSL | 311.33º | 1% | 0.46% | - |
| HSV(B) | 311.33º | 1% | 0.91% | - |
| XYZ | 42.79 | 21 | 49.94 | - |
| YUV | 91.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 189 | 0 | 1 | 0.19 | 0.09 | 311.33 | 1 | 0.46 |
| Hex | E9 | 0 | BD | 0 | 64 | 13 | 9 | 137 | 64 | 2E |
| Octal | 351 | 0 | 275 | 0 | 144 | 23 | 11 | 467 | 144 | 56 |
| Binary | 11101001 | 0 | 10111101 | 0 | 1100100 | 10011 | 1001 | 100110111 | 1100100 | 101110 |
Color Harmonies of #E900BD
Complementary color
Monochromatic Colors of #E900BD
Black with #E900BD
Text Example
Text Example
White with #E900BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900BD; }
p { color: rgb(233,0,189); }
H1.HeaderClassName
{
color: #E900BD;
}
.AnyTagClassName
{
color: #E900BD;
}
</style>
background-color css
<style>
a { background-color: #E900BD; }
a { background-color: rgb(233,0,189); }
div.DivClassName
{
background-color: #E900BD;
}
.BgClassName
{
background-color: #E900BD;
}
</style>
border-color css
<style>
span { border-color: #E900BD; }
span { border-color: rgb(233,0,189); }
td.TdClassName
{
border-color: #E900BD;
}
.TagClassName
{
border-color: #E900BD;
}
</style>