Shades of Psychedelic Purple #E020F1
Tints of Psychedelic Purple #E020F1
RGB
CMYK
RGB Variations
Color information
#E020F1 (or 0xE020F1) is known color: Psychedelic Purple. HEX triplet: E0, 20 and F1. RGB value is (224,32,241). Sum of RGB (Red+Green+Blue) = 224+32+241=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #E020F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020F1 is #1FDF0E. Grayscale: #707070. Windows color (decimal): -2088719 or 15802592. OLE color: 15802592.
HSL color Cylindrical-coordinate representation of color #E020F1: hue angle of 295.12º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E020F1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 32 | 241 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 295.12º | 0.88% | 0.54% | - |
| HSV(B) | 295.12º | 0.87% | 0.95% | - |
| XYZ | 47.13 | 23.23 | 85.22 | - |
| YUV | 113.23 | 200.11 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 241 | 0.07 | 0.87 | 0 | 0.05 | 295.12 | 0.88 | 0.54 |
| Hex | E0 | 20 | F1 | 7 | 57 | 0 | 5 | 127 | 58 | 36 |
| Octal | 340 | 40 | 361 | 7 | 127 | 0 | 5 | 447 | 130 | 66 |
| Binary | 11100000 | 100000 | 11110001 | 111 | 1010111 | 0 | 101 | 100100111 | 1011000 | 110110 |
Color Harmonies of #E020F1
Complementary color
Monochromatic Colors of #E020F1
Black with #E020F1
Text Example
Text Example
White with #E020F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020F1; }
p { color: rgb(224,32,241); }
H1.HeaderClassName
{
color: #E020F1;
}
.AnyTagClassName
{
color: #E020F1;
}
</style>
background-color css
<style>
a { background-color: #E020F1; }
a { background-color: rgb(224,32,241); }
div.DivClassName
{
background-color: #E020F1;
}
.BgClassName
{
background-color: #E020F1;
}
</style>
border-color css
<style>
span { border-color: #E020F1; }
span { border-color: rgb(224,32,241); }
td.TdClassName
{
border-color: #E020F1;
}
.TagClassName
{
border-color: #E020F1;
}
</style>