Shades of Psychedelic Purple #E820EF
Tints of Psychedelic Purple #E820EF
RGB
CMYK
RGB Variations
Color information
#E820EF (or 0xE820EF) is known color: Psychedelic Purple. HEX triplet: E8, 20 and EF. RGB value is (232,32,239). Sum of RGB (Red+Green+Blue) = 232+32+239=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E820EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820EF is #17DF10. Grayscale: #727272. Windows color (decimal): -1564433 or 15671528. OLE color: 15671528.
HSL color Cylindrical-coordinate representation of color #E820EF: hue angle of 297.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E820EF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 32 | 239 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.06 |
| HSL | 297.97º | 0.87% | 0.53% | - |
| HSV(B) | 297.97º | 0.87% | 0.94% | - |
| XYZ | 49.38 | 24.42 | 83.77 | - |
| YUV | 115.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 239 | 0.03 | 0.87 | 0 | 0.06 | 297.97 | 0.87 | 0.53 |
| Hex | E8 | 20 | EF | 3 | 57 | 0 | 6 | 12A | 57 | 35 |
| Octal | 350 | 40 | 357 | 3 | 127 | 0 | 6 | 452 | 127 | 65 |
| Binary | 11101000 | 100000 | 11101111 | 11 | 1010111 | 0 | 110 | 100101010 | 1010111 | 110101 |
Color Harmonies of #E820EF
Complementary color
Monochromatic Colors of #E820EF
Black with #E820EF
Text Example
Text Example
White with #E820EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820EF; }
p { color: rgb(232,32,239); }
H1.HeaderClassName
{
color: #E820EF;
}
.AnyTagClassName
{
color: #E820EF;
}
</style>
background-color css
<style>
a { background-color: #E820EF; }
a { background-color: rgb(232,32,239); }
div.DivClassName
{
background-color: #E820EF;
}
.BgClassName
{
background-color: #E820EF;
}
</style>
border-color css
<style>
span { border-color: #E820EF; }
span { border-color: rgb(232,32,239); }
td.TdClassName
{
border-color: #E820EF;
}
.TagClassName
{
border-color: #E820EF;
}
</style>