Shades of Shocking Pink #E91DD5
Tints of Shocking Pink #E91DD5
RGB
CMYK
RGB Variations
Color information
#E91DD5 (or 0xE91DD5) is known color: Shocking Pink. HEX triplet: E9, 1D and D5. RGB value is (233,29,213). Sum of RGB (Red+Green+Blue) = 233+29+213=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DD5 is #16E22A. Grayscale: #6E6E6E. Windows color (decimal): -1499691 or 13966825. OLE color: 13966825.
HSL color Cylindrical-coordinate representation of color #E91DD5: hue angle of 305.88º 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 #E91DD5 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 213 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.09 |
| HSL | 305.88º | 0.82% | 0.51% | - |
| HSV(B) | 305.88º | 0.88% | 0.91% | - |
| XYZ | 46.05 | 23.01 | 64.96 | - |
| YUV | 110.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 213 | 0 | 0.88 | 0.09 | 0.09 | 305.88 | 0.82 | 0.51 |
| Hex | E9 | 1D | D5 | 0 | 58 | 9 | 9 | 132 | 52 | 33 |
| Octal | 351 | 35 | 325 | 0 | 130 | 11 | 11 | 462 | 122 | 63 |
| Binary | 11101001 | 11101 | 11010101 | 0 | 1011000 | 1001 | 1001 | 100110010 | 1010010 | 110011 |
Color Harmonies of #E91DD5
Complementary color
Monochromatic Colors of #E91DD5
Black with #E91DD5
Text Example
Text Example
White with #E91DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DD5; }
p { color: rgb(233,29,213); }
H1.HeaderClassName
{
color: #E91DD5;
}
.AnyTagClassName
{
color: #E91DD5;
}
</style>
background-color css
<style>
a { background-color: #E91DD5; }
a { background-color: rgb(233,29,213); }
div.DivClassName
{
background-color: #E91DD5;
}
.BgClassName
{
background-color: #E91DD5;
}
</style>
border-color css
<style>
span { border-color: #E91DD5; }
span { border-color: rgb(233,29,213); }
td.TdClassName
{
border-color: #E91DD5;
}
.TagClassName
{
border-color: #E91DD5;
}
</style>