Shades of Psychedelic Purple #E020E6
Tints of Psychedelic Purple #E020E6
RGB
CMYK
RGB Variations
Color information
#E020E6 (or 0xE020E6) is known color: Psychedelic Purple. HEX triplet: E0, 20 and E6. RGB value is (224,32,230). Sum of RGB (Red+Green+Blue) = 224+32+230=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #E020E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020E6 is #1FDF19. Grayscale: #6F6F6F. Windows color (decimal): -2088730 or 15081696. OLE color: 15081696.
HSL color Cylindrical-coordinate representation of color #E020E6: hue angle of 298.18º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020E6 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 32 | 230 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.10 |
| HSL | 298.18º | 0.8% | 0.51% | - |
| HSV(B) | 298.18º | 0.86% | 0.9% | - |
| XYZ | 45.54 | 22.59 | 76.82 | - |
| YUV | 111.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 230 | 0.03 | 0.86 | 0 | 0.10 | 298.18 | 0.8 | 0.51 |
| Hex | E0 | 20 | E6 | 3 | 56 | 0 | A | 12A | 50 | 33 |
| Octal | 340 | 40 | 346 | 3 | 126 | 0 | 12 | 452 | 120 | 63 |
| Binary | 11100000 | 100000 | 11100110 | 11 | 1010110 | 0 | 1010 | 100101010 | 1010000 | 110011 |
Color Harmonies of #E020E6
Complementary color
Monochromatic Colors of #E020E6
Black with #E020E6
Text Example
Text Example
White with #E020E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020E6; }
p { color: rgb(224,32,230); }
H1.HeaderClassName
{
color: #E020E6;
}
.AnyTagClassName
{
color: #E020E6;
}
</style>
background-color css
<style>
a { background-color: #E020E6; }
a { background-color: rgb(224,32,230); }
div.DivClassName
{
background-color: #E020E6;
}
.BgClassName
{
background-color: #E020E6;
}
</style>
border-color css
<style>
span { border-color: #E020E6; }
span { border-color: rgb(224,32,230); }
td.TdClassName
{
border-color: #E020E6;
}
.TagClassName
{
border-color: #E020E6;
}
</style>