Shades of Psychedelic Purple #E820E6
Tints of Psychedelic Purple #E820E6
RGB
CMYK
RGB Variations
Color information
#E820E6 (or 0xE820E6) is known color: Psychedelic Purple. HEX triplet: E8, 20 and E6. RGB value is (232,32,230). Sum of RGB (Red+Green+Blue) = 232+32+230=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E820E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820E6 is #17DF19. Grayscale: #717171. Windows color (decimal): -1564442 or 15081704. OLE color: 15081704.
HSL color Cylindrical-coordinate representation of color #E820E6: hue angle of 300.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E820E6 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 230 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.09 |
| HSL | 300.6º | 0.81% | 0.52% | - |
| HSV(B) | 300.6º | 0.86% | 0.91% | - |
| XYZ | 48.08 | 23.9 | 76.94 | - |
| YUV | 114.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 230 | 0 | 0.86 | 0.01 | 0.09 | 300.6 | 0.81 | 0.52 |
| Hex | E8 | 20 | E6 | 0 | 56 | 1 | 9 | 12D | 51 | 34 |
| Octal | 350 | 40 | 346 | 0 | 126 | 1 | 11 | 455 | 121 | 64 |
| Binary | 11101000 | 100000 | 11100110 | 0 | 1010110 | 1 | 1001 | 100101101 | 1010001 | 110100 |
Color Harmonies of #E820E6
Complementary color
Monochromatic Colors of #E820E6
Black with #E820E6
Text Example
Text Example
White with #E820E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820E6; }
p { color: rgb(232,32,230); }
H1.HeaderClassName
{
color: #E820E6;
}
.AnyTagClassName
{
color: #E820E6;
}
</style>
background-color css
<style>
a { background-color: #E820E6; }
a { background-color: rgb(232,32,230); }
div.DivClassName
{
background-color: #E820E6;
}
.BgClassName
{
background-color: #E820E6;
}
</style>
border-color css
<style>
span { border-color: #E820E6; }
span { border-color: rgb(232,32,230); }
td.TdClassName
{
border-color: #E820E6;
}
.TagClassName
{
border-color: #E820E6;
}
</style>