Shades of Shocking Pink #E819D9
Tints of Shocking Pink #E819D9
RGB
CMYK
RGB Variations
Color information
#E819D9 (or 0xE819D9) is known color: Shocking Pink. HEX triplet: E8, 19 and D9. RGB value is (232,25,217). Sum of RGB (Red+Green+Blue) = 232+25+217=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E819D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819D9 is #17E626. Grayscale: #6C6C6C. Windows color (decimal): -1566247 or 14227944. OLE color: 14227944.
HSL color Cylindrical-coordinate representation of color #E819D9: hue angle of 304.35º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819D9 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 217 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.09 |
| HSL | 304.35º | 0.82% | 0.5% | - |
| HSV(B) | 304.35º | 0.89% | 0.91% | - |
| XYZ | 46.15 | 22.86 | 67.63 | - |
| YUV | 108.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 217 | 0 | 0.89 | 0.06 | 0.09 | 304.35 | 0.82 | 0.5 |
| Hex | E8 | 19 | D9 | 0 | 59 | 6 | 9 | 130 | 52 | 32 |
| Octal | 350 | 31 | 331 | 0 | 131 | 6 | 11 | 460 | 122 | 62 |
| Binary | 11101000 | 11001 | 11011001 | 0 | 1011001 | 110 | 1001 | 100110000 | 1010010 | 110010 |
Color Harmonies of #E819D9
Complementary color
Monochromatic Colors of #E819D9
Black with #E819D9
Text Example
Text Example
White with #E819D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819D9; }
p { color: rgb(232,25,217); }
H1.HeaderClassName
{
color: #E819D9;
}
.AnyTagClassName
{
color: #E819D9;
}
</style>
background-color css
<style>
a { background-color: #E819D9; }
a { background-color: rgb(232,25,217); }
div.DivClassName
{
background-color: #E819D9;
}
.BgClassName
{
background-color: #E819D9;
}
</style>
border-color css
<style>
span { border-color: #E819D9; }
span { border-color: rgb(232,25,217); }
td.TdClassName
{
border-color: #E819D9;
}
.TagClassName
{
border-color: #E819D9;
}
</style>