Shades of Psychedelic Purple #E020F2
Tints of Psychedelic Purple #E020F2
RGB
CMYK
RGB Variations
Color information
#E020F2 (or 0xE020F2) is known color: Psychedelic Purple. HEX triplet: E0, 20 and F2. RGB value is (224,32,242). Sum of RGB (Red+Green+Blue) = 224+32+242=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E020F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020F2 is #1FDF0D. Grayscale: #707070. Windows color (decimal): -2088718 or 15868128. OLE color: 15868128.
HSL color Cylindrical-coordinate representation of color #E020F2: hue angle of 294.86º degrees, saturation: 0.89, 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 #E020F2 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 32 | 242 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 294.86º | 0.89% | 0.54% | - |
| HSV(B) | 294.86º | 0.87% | 0.95% | - |
| XYZ | 47.28 | 23.29 | 86.01 | - |
| YUV | 113.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 242 | 0.07 | 0.87 | 0 | 0.05 | 294.86 | 0.89 | 0.54 |
| Hex | E0 | 20 | F2 | 7 | 57 | 0 | 5 | 127 | 59 | 36 |
| Octal | 340 | 40 | 362 | 7 | 127 | 0 | 5 | 447 | 131 | 66 |
| Binary | 11100000 | 100000 | 11110010 | 111 | 1010111 | 0 | 101 | 100100111 | 1011001 | 110110 |
Color Harmonies of #E020F2
Complementary color
Monochromatic Colors of #E020F2
Black with #E020F2
Text Example
Text Example
White with #E020F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020F2; }
p { color: rgb(224,32,242); }
H1.HeaderClassName
{
color: #E020F2;
}
.AnyTagClassName
{
color: #E020F2;
}
</style>
background-color css
<style>
a { background-color: #E020F2; }
a { background-color: rgb(224,32,242); }
div.DivClassName
{
background-color: #E020F2;
}
.BgClassName
{
background-color: #E020F2;
}
</style>
border-color css
<style>
span { border-color: #E020F2; }
span { border-color: rgb(224,32,242); }
td.TdClassName
{
border-color: #E020F2;
}
.TagClassName
{
border-color: #E020F2;
}
</style>