Shades of Shocking Pink #E81DCC
Tints of Shocking Pink #E81DCC
RGB
CMYK
RGB Variations
Color information
#E81DCC (or 0xE81DCC) is known color: Shocking Pink. HEX triplet: E8, 1D and CC. RGB value is (232,29,204). Sum of RGB (Red+Green+Blue) = 232+29+204=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DCC is #17E233. Grayscale: #6D6D6D. Windows color (decimal): -1565236 or 13377000. OLE color: 13377000.
HSL color Cylindrical-coordinate representation of color #E81DCC: hue angle of 308.28º 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 #E81DCC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.09 |
| HSL | 308.28º | 0.82% | 0.51% | - |
| HSV(B) | 308.28º | 0.88% | 0.91% | - |
| XYZ | 44.62 | 22.39 | 59.1 | - |
| YUV | 109.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 204 | 0 | 0.88 | 0.12 | 0.09 | 308.28 | 0.82 | 0.51 |
| Hex | E8 | 1D | CC | 0 | 58 | C | 9 | 134 | 52 | 33 |
| Octal | 350 | 35 | 314 | 0 | 130 | 14 | 11 | 464 | 122 | 63 |
| Binary | 11101000 | 11101 | 11001100 | 0 | 1011000 | 1100 | 1001 | 100110100 | 1010010 | 110011 |
Color Harmonies of #E81DCC
Complementary color
Monochromatic Colors of #E81DCC
Black with #E81DCC
Text Example
Text Example
White with #E81DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DCC; }
p { color: rgb(232,29,204); }
H1.HeaderClassName
{
color: #E81DCC;
}
.AnyTagClassName
{
color: #E81DCC;
}
</style>
background-color css
<style>
a { background-color: #E81DCC; }
a { background-color: rgb(232,29,204); }
div.DivClassName
{
background-color: #E81DCC;
}
.BgClassName
{
background-color: #E81DCC;
}
</style>
border-color css
<style>
span { border-color: #E81DCC; }
span { border-color: rgb(232,29,204); }
td.TdClassName
{
border-color: #E81DCC;
}
.TagClassName
{
border-color: #E81DCC;
}
</style>