Shades of Psychedelic Purple #E020EE
Tints of Psychedelic Purple #E020EE
RGB
CMYK
RGB Variations
Color information
#E020EE (or 0xE020EE) is known color: Psychedelic Purple. HEX triplet: E0, 20 and EE. RGB value is (224,32,238). Sum of RGB (Red+Green+Blue) = 224+32+238=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #E020EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020EE is #1FDF11. Grayscale: #707070. Windows color (decimal): -2088722 or 15605984. OLE color: 15605984.
HSL color Cylindrical-coordinate representation of color #E020EE: hue angle of 295.92º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E020EE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 32 | 238 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 295.92º | 0.86% | 0.53% | - |
| HSV(B) | 295.92º | 0.87% | 0.93% | - |
| XYZ | 46.69 | 23.05 | 82.88 | - |
| YUV | 112.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 238 | 0.06 | 0.87 | 0 | 0.07 | 295.92 | 0.86 | 0.53 |
| Hex | E0 | 20 | EE | 6 | 57 | 0 | 7 | 128 | 56 | 35 |
| Octal | 340 | 40 | 356 | 6 | 127 | 0 | 7 | 450 | 126 | 65 |
| Binary | 11100000 | 100000 | 11101110 | 110 | 1010111 | 0 | 111 | 100101000 | 1010110 | 110101 |
Color Harmonies of #E020EE
Complementary color
Monochromatic Colors of #E020EE
Black with #E020EE
Text Example
Text Example
White with #E020EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020EE; }
p { color: rgb(224,32,238); }
H1.HeaderClassName
{
color: #E020EE;
}
.AnyTagClassName
{
color: #E020EE;
}
</style>
background-color css
<style>
a { background-color: #E020EE; }
a { background-color: rgb(224,32,238); }
div.DivClassName
{
background-color: #E020EE;
}
.BgClassName
{
background-color: #E020EE;
}
</style>
border-color css
<style>
span { border-color: #E020EE; }
span { border-color: rgb(224,32,238); }
td.TdClassName
{
border-color: #E020EE;
}
.TagClassName
{
border-color: #E020EE;
}
</style>