Shades of Shocking Pink #E91DB8
Tints of Shocking Pink #E91DB8
RGB
CMYK
RGB Variations
Color information
#E91DB8 (or 0xE91DB8) is known color: Shocking Pink. HEX triplet: E9, 1D and B8. RGB value is (233,29,184). Sum of RGB (Red+Green+Blue) = 233+29+184=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DB8 is #16E247. Grayscale: #6B6B6B. Windows color (decimal): -1499720 or 12066281. OLE color: 12066281.
HSL color Cylindrical-coordinate representation of color #E91DB8: hue angle of 314.41º 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 #E91DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.09 |
| HSL | 314.41º | 0.82% | 0.51% | - |
| HSV(B) | 314.41º | 0.88% | 0.91% | - |
| XYZ | 42.7 | 21.66 | 47.28 | - |
| YUV | 107.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 184 | 0 | 0.88 | 0.21 | 0.09 | 314.41 | 0.82 | 0.51 |
| Hex | E9 | 1D | B8 | 0 | 58 | 15 | 9 | 13A | 52 | 33 |
| Octal | 351 | 35 | 270 | 0 | 130 | 25 | 11 | 472 | 122 | 63 |
| Binary | 11101001 | 11101 | 10111000 | 0 | 1011000 | 10101 | 1001 | 100111010 | 1010010 | 110011 |
Color Harmonies of #E91DB8
Complementary color
Monochromatic Colors of #E91DB8
Black with #E91DB8
Text Example
Text Example
White with #E91DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DB8; }
p { color: rgb(233,29,184); }
H1.HeaderClassName
{
color: #E91DB8;
}
.AnyTagClassName
{
color: #E91DB8;
}
</style>
background-color css
<style>
a { background-color: #E91DB8; }
a { background-color: rgb(233,29,184); }
div.DivClassName
{
background-color: #E91DB8;
}
.BgClassName
{
background-color: #E91DB8;
}
</style>
border-color css
<style>
span { border-color: #E91DB8; }
span { border-color: rgb(233,29,184); }
td.TdClassName
{
border-color: #E91DB8;
}
.TagClassName
{
border-color: #E91DB8;
}
</style>