Shades of Psychedelic Purple #E920EC
Tints of Psychedelic Purple #E920EC
RGB
CMYK
RGB Variations
Color information
#E920EC (or 0xE920EC) is known color: Psychedelic Purple. HEX triplet: E9, 20 and EC. RGB value is (233,32,236). Sum of RGB (Red+Green+Blue) = 233+32+236=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #E920EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920EC is #16DF13. Grayscale: #727272. Windows color (decimal): -1498900 or 15474921. OLE color: 15474921.
HSL color Cylindrical-coordinate representation of color #E920EC: hue angle of 299.12º 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 #E920EC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 32 | 236 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.07 |
| HSL | 299.12º | 0.84% | 0.53% | - |
| HSV(B) | 299.12º | 0.86% | 0.93% | - |
| XYZ | 49.26 | 24.41 | 81.47 | - |
| YUV | 115.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 236 | 0.01 | 0.86 | 0 | 0.07 | 299.12 | 0.84 | 0.53 |
| Hex | E9 | 20 | EC | 1 | 56 | 0 | 7 | 12B | 54 | 35 |
| Octal | 351 | 40 | 354 | 1 | 126 | 0 | 7 | 453 | 124 | 65 |
| Binary | 11101001 | 100000 | 11101100 | 1 | 1010110 | 0 | 111 | 100101011 | 1010100 | 110101 |
Color Harmonies of #E920EC
Complementary color
Monochromatic Colors of #E920EC
Black with #E920EC
Text Example
Text Example
White with #E920EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920EC; }
p { color: rgb(233,32,236); }
H1.HeaderClassName
{
color: #E920EC;
}
.AnyTagClassName
{
color: #E920EC;
}
</style>
background-color css
<style>
a { background-color: #E920EC; }
a { background-color: rgb(233,32,236); }
div.DivClassName
{
background-color: #E920EC;
}
.BgClassName
{
background-color: #E920EC;
}
</style>
border-color css
<style>
span { border-color: #E920EC; }
span { border-color: rgb(233,32,236); }
td.TdClassName
{
border-color: #E920EC;
}
.TagClassName
{
border-color: #E920EC;
}
</style>