Shades of Psychedelic Purple #E020EC
Tints of Psychedelic Purple #E020EC
RGB
CMYK
RGB Variations
Color information
#E020EC (or 0xE020EC) is known color: Psychedelic Purple. HEX triplet: E0, 20 and EC. RGB value is (224,32,236). Sum of RGB (Red+Green+Blue) = 224+32+236=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #E020EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020EC is #1FDF13. Grayscale: #707070. Windows color (decimal): -2088724 or 15474912. OLE color: 15474912.
HSL color Cylindrical-coordinate representation of color #E020EC: hue angle of 296.47º 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 #E020EC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 32 | 236 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.47º | 0.84% | 0.53% | - |
| HSV(B) | 296.47º | 0.86% | 0.93% | - |
| XYZ | 46.4 | 22.94 | 81.34 | - |
| YUV | 112.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 236 | 0.05 | 0.86 | 0 | 0.07 | 296.47 | 0.84 | 0.53 |
| Hex | E0 | 20 | EC | 5 | 56 | 0 | 7 | 128 | 54 | 35 |
| Octal | 340 | 40 | 354 | 5 | 126 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11100000 | 100000 | 11101100 | 101 | 1010110 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #E020EC
Complementary color
Monochromatic Colors of #E020EC
Black with #E020EC
Text Example
Text Example
White with #E020EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020EC; }
p { color: rgb(224,32,236); }
H1.HeaderClassName
{
color: #E020EC;
}
.AnyTagClassName
{
color: #E020EC;
}
</style>
background-color css
<style>
a { background-color: #E020EC; }
a { background-color: rgb(224,32,236); }
div.DivClassName
{
background-color: #E020EC;
}
.BgClassName
{
background-color: #E020EC;
}
</style>
border-color css
<style>
span { border-color: #E020EC; }
span { border-color: rgb(224,32,236); }
td.TdClassName
{
border-color: #E020EC;
}
.TagClassName
{
border-color: #E020EC;
}
</style>