Shades of Shocking Pink #E91DBB
Tints of Shocking Pink #E91DBB
RGB
CMYK
RGB Variations
Color information
#E91DBB (or 0xE91DBB) is known color: Shocking Pink. HEX triplet: E9, 1D and BB. RGB value is (233,29,187). Sum of RGB (Red+Green+Blue) = 233+29+187=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DBB is #16E244. Grayscale: #6B6B6B. Windows color (decimal): -1499717 or 12262889. OLE color: 12262889.
HSL color Cylindrical-coordinate representation of color #E91DBB: hue angle of 313.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DBB is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.09 |
| HSL | 313.53º | 0.82% | 0.51% | - |
| HSV(B) | 313.53º | 0.88% | 0.91% | - |
| XYZ | 43.01 | 21.79 | 48.95 | - |
| YUV | 108.01 | 172.59 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 187 | 0 | 0.88 | 0.20 | 0.09 | 313.53 | 0.82 | 0.51 |
| Hex | E9 | 1D | BB | 0 | 58 | 14 | 9 | 13A | 52 | 33 |
| Octal | 351 | 35 | 273 | 0 | 130 | 24 | 11 | 472 | 122 | 63 |
| Binary | 11101001 | 11101 | 10111011 | 0 | 1011000 | 10100 | 1001 | 100111010 | 1010010 | 110011 |
Color Harmonies of #E91DBB
Complementary color
Monochromatic Colors of #E91DBB
Black with #E91DBB
Text Example
Text Example
White with #E91DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DBB; }
p { color: rgb(233,29,187); }
H1.HeaderClassName
{
color: #E91DBB;
}
.AnyTagClassName
{
color: #E91DBB;
}
</style>
background-color css
<style>
a { background-color: #E91DBB; }
a { background-color: rgb(233,29,187); }
div.DivClassName
{
background-color: #E91DBB;
}
.BgClassName
{
background-color: #E91DBB;
}
</style>
border-color css
<style>
span { border-color: #E91DBB; }
span { border-color: rgb(233,29,187); }
td.TdClassName
{
border-color: #E91DBB;
}
.TagClassName
{
border-color: #E91DBB;
}
</style>