Shades of Psychedelic Purple #E820EC
Tints of Psychedelic Purple #E820EC
RGB
CMYK
RGB Variations
Color information
#E820EC (or 0xE820EC) is known color: Psychedelic Purple. HEX triplet: E8, 20 and EC. RGB value is (232,32,236). Sum of RGB (Red+Green+Blue) = 232+32+236=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #E820EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820EC is #17DF13. Grayscale: #727272. Windows color (decimal): -1564436 or 15474920. OLE color: 15474920.
HSL color Cylindrical-coordinate representation of color #E820EC: hue angle of 298.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E820EC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 32 | 236 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.07 |
| HSL | 298.82º | 0.84% | 0.53% | - |
| HSV(B) | 298.82º | 0.86% | 0.93% | - |
| XYZ | 48.94 | 24.24 | 81.46 | - |
| YUV | 115.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 236 | 0.02 | 0.86 | 0 | 0.07 | 298.82 | 0.84 | 0.53 |
| Hex | E8 | 20 | EC | 2 | 56 | 0 | 7 | 12B | 54 | 35 |
| Octal | 350 | 40 | 354 | 2 | 126 | 0 | 7 | 453 | 124 | 65 |
| Binary | 11101000 | 100000 | 11101100 | 10 | 1010110 | 0 | 111 | 100101011 | 1010100 | 110101 |
Color Harmonies of #E820EC
Complementary color
Monochromatic Colors of #E820EC
Black with #E820EC
Text Example
Text Example
White with #E820EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820EC; }
p { color: rgb(232,32,236); }
H1.HeaderClassName
{
color: #E820EC;
}
.AnyTagClassName
{
color: #E820EC;
}
</style>
background-color css
<style>
a { background-color: #E820EC; }
a { background-color: rgb(232,32,236); }
div.DivClassName
{
background-color: #E820EC;
}
.BgClassName
{
background-color: #E820EC;
}
</style>
border-color css
<style>
span { border-color: #E820EC; }
span { border-color: rgb(232,32,236); }
td.TdClassName
{
border-color: #E820EC;
}
.TagClassName
{
border-color: #E820EC;
}
</style>