Shades of Psychedelic Purple #E20EF1
Tints of Psychedelic Purple #E20EF1
RGB
CMYK
RGB Variations
Color information
#E20EF1 (or 0xE20EF1) is known color: Psychedelic Purple. HEX triplet: E2, 0E and F1. RGB value is (226,14,241). Sum of RGB (Red+Green+Blue) = 226+14+241=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #E20EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EF1 is #1DF10E. Grayscale: #666666. Windows color (decimal): -1962255 or 15797986. OLE color: 15797986.
HSL color Cylindrical-coordinate representation of color #E20EF1: hue angle of 296.04º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EF1 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 14 | 241 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.05 |
| HSL | 296.04º | 0.89% | 0.5% | - |
| HSV(B) | 296.04º | 0.94% | 0.95% | - |
| XYZ | 47.4 | 22.83 | 85.13 | - |
| YUV | 103.27 | 205.74 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 241 | 0.06 | 0.94 | 0 | 0.05 | 296.04 | 0.89 | 0.5 |
| Hex | E2 | E | F1 | 6 | 5E | 0 | 5 | 128 | 59 | 32 |
| Octal | 342 | 16 | 361 | 6 | 136 | 0 | 5 | 450 | 131 | 62 |
| Binary | 11100010 | 1110 | 11110001 | 110 | 1011110 | 0 | 101 | 100101000 | 1011001 | 110010 |
Color Harmonies of #E20EF1
Complementary color
Monochromatic Colors of #E20EF1
Black with #E20EF1
Text Example
Text Example
White with #E20EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EF1; }
p { color: rgb(226,14,241); }
H1.HeaderClassName
{
color: #E20EF1;
}
.AnyTagClassName
{
color: #E20EF1;
}
</style>
background-color css
<style>
a { background-color: #E20EF1; }
a { background-color: rgb(226,14,241); }
div.DivClassName
{
background-color: #E20EF1;
}
.BgClassName
{
background-color: #E20EF1;
}
</style>
border-color css
<style>
span { border-color: #E20EF1; }
span { border-color: rgb(226,14,241); }
td.TdClassName
{
border-color: #E20EF1;
}
.TagClassName
{
border-color: #E20EF1;
}
</style>