Shades of Shocking Pink #E819D3
Tints of Shocking Pink #E819D3
RGB
CMYK
RGB Variations
Color information
#E819D3 (or 0xE819D3) is known color: Shocking Pink. HEX triplet: E8, 19 and D3. RGB value is (232,25,211). Sum of RGB (Red+Green+Blue) = 232+25+211=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E819D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819D3 is #17E62C. Grayscale: #6B6B6B. Windows color (decimal): -1566253 or 13834728. OLE color: 13834728.
HSL color Cylindrical-coordinate representation of color #E819D3: hue angle of 306.09º 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 #E819D3 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 211 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.09 |
| HSL | 306.09º | 0.82% | 0.5% | - |
| HSV(B) | 306.09º | 0.89% | 0.91% | - |
| XYZ | 45.38 | 22.55 | 63.59 | - |
| YUV | 108.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 211 | 0 | 0.89 | 0.09 | 0.09 | 306.09 | 0.82 | 0.5 |
| Hex | E8 | 19 | D3 | 0 | 59 | 9 | 9 | 132 | 52 | 32 |
| Octal | 350 | 31 | 323 | 0 | 131 | 11 | 11 | 462 | 122 | 62 |
| Binary | 11101000 | 11001 | 11010011 | 0 | 1011001 | 1001 | 1001 | 100110010 | 1010010 | 110010 |
Color Harmonies of #E819D3
Complementary color
Monochromatic Colors of #E819D3
Black with #E819D3
Text Example
Text Example
White with #E819D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819D3; }
p { color: rgb(232,25,211); }
H1.HeaderClassName
{
color: #E819D3;
}
.AnyTagClassName
{
color: #E819D3;
}
</style>
background-color css
<style>
a { background-color: #E819D3; }
a { background-color: rgb(232,25,211); }
div.DivClassName
{
background-color: #E819D3;
}
.BgClassName
{
background-color: #E819D3;
}
</style>
border-color css
<style>
span { border-color: #E819D3; }
span { border-color: rgb(232,25,211); }
td.TdClassName
{
border-color: #E819D3;
}
.TagClassName
{
border-color: #E819D3;
}
</style>