Shades of Shocking Pink #E919D8
Tints of Shocking Pink #E919D8
RGB
CMYK
RGB Variations
Color information
#E919D8 (or 0xE919D8) is known color: Shocking Pink. HEX triplet: E9, 19 and D8. RGB value is (233,25,216). Sum of RGB (Red+Green+Blue) = 233+25+216=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E919D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919D8 is #16E627. Grayscale: #6C6C6C. Windows color (decimal): -1500712 or 14162409. OLE color: 14162409.
HSL color Cylindrical-coordinate representation of color #E919D8: hue angle of 304.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E919D8 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 216 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.09 |
| HSL | 304.9º | 0.83% | 0.51% | - |
| HSV(B) | 304.9º | 0.89% | 0.91% | - |
| XYZ | 46.35 | 22.98 | 66.96 | - |
| YUV | 108.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 216 | 0 | 0.89 | 0.07 | 0.09 | 304.9 | 0.83 | 0.51 |
| Hex | E9 | 19 | D8 | 0 | 59 | 7 | 9 | 131 | 53 | 33 |
| Octal | 351 | 31 | 330 | 0 | 131 | 7 | 11 | 461 | 123 | 63 |
| Binary | 11101001 | 11001 | 11011000 | 0 | 1011001 | 111 | 1001 | 100110001 | 1010011 | 110011 |
Color Harmonies of #E919D8
Complementary color
Monochromatic Colors of #E919D8
Black with #E919D8
Text Example
Text Example
White with #E919D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919D8; }
p { color: rgb(233,25,216); }
H1.HeaderClassName
{
color: #E919D8;
}
.AnyTagClassName
{
color: #E919D8;
}
</style>
background-color css
<style>
a { background-color: #E919D8; }
a { background-color: rgb(233,25,216); }
div.DivClassName
{
background-color: #E919D8;
}
.BgClassName
{
background-color: #E919D8;
}
</style>
border-color css
<style>
span { border-color: #E919D8; }
span { border-color: rgb(233,25,216); }
td.TdClassName
{
border-color: #E919D8;
}
.TagClassName
{
border-color: #E919D8;
}
</style>