Shades of Shocking Pink #E91CD5
Tints of Shocking Pink #E91CD5
RGB
CMYK
RGB Variations
Color information
#E91CD5 (or 0xE91CD5) is known color: Shocking Pink. HEX triplet: E9, 1C and D5. RGB value is (233,28,213). Sum of RGB (Red+Green+Blue) = 233+28+213=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91CD5 is #16E32A. Grayscale: #6D6D6D. Windows color (decimal): -1499947 or 13966569. OLE color: 13966569.
HSL color Cylindrical-coordinate representation of color #E91CD5: hue angle of 305.85º 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 #E91CD5 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 213 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.09 |
| HSL | 305.85º | 0.82% | 0.51% | - |
| HSV(B) | 305.85º | 0.88% | 0.91% | - |
| XYZ | 46.03 | 22.96 | 64.96 | - |
| YUV | 110.39 | 185.92 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 213 | 0 | 0.88 | 0.09 | 0.09 | 305.85 | 0.82 | 0.51 |
| Hex | E9 | 1C | D5 | 0 | 58 | 9 | 9 | 132 | 52 | 33 |
| Octal | 351 | 34 | 325 | 0 | 130 | 11 | 11 | 462 | 122 | 63 |
| Binary | 11101001 | 11100 | 11010101 | 0 | 1011000 | 1001 | 1001 | 100110010 | 1010010 | 110011 |
Color Harmonies of #E91CD5
Complementary color
Monochromatic Colors of #E91CD5
Black with #E91CD5
Text Example
Text Example
White with #E91CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CD5; }
p { color: rgb(233,28,213); }
H1.HeaderClassName
{
color: #E91CD5;
}
.AnyTagClassName
{
color: #E91CD5;
}
</style>
background-color css
<style>
a { background-color: #E91CD5; }
a { background-color: rgb(233,28,213); }
div.DivClassName
{
background-color: #E91CD5;
}
.BgClassName
{
background-color: #E91CD5;
}
</style>
border-color css
<style>
span { border-color: #E91CD5; }
span { border-color: rgb(233,28,213); }
td.TdClassName
{
border-color: #E91CD5;
}
.TagClassName
{
border-color: #E91CD5;
}
</style>