Shades of Psychedelic Purple #E022F0
Tints of Psychedelic Purple #E022F0
RGB
CMYK
RGB Variations
Color information
#E022F0 (or 0xE022F0) is known color: Psychedelic Purple. HEX triplet: E0, 22 and F0. RGB value is (224,34,240). Sum of RGB (Red+Green+Blue) = 224+34+240=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 34 (13.67% from 255 or 6.83% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #E022F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022F0 is #1FDD0F. Grayscale: #717171. Windows color (decimal): -2088208 or 15737568. OLE color: 15737568.
HSL color Cylindrical-coordinate representation of color #E022F0: hue angle of 295.34º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E022F0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 34 | 240 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.06 |
| HSL | 295.34º | 0.87% | 0.54% | - |
| HSV(B) | 295.34º | 0.86% | 0.94% | - |
| XYZ | 47.04 | 23.28 | 84.45 | - |
| YUV | 114.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 240 | 0.07 | 0.86 | 0 | 0.06 | 295.34 | 0.87 | 0.54 |
| Hex | E0 | 22 | F0 | 7 | 56 | 0 | 6 | 127 | 57 | 36 |
| Octal | 340 | 42 | 360 | 7 | 126 | 0 | 6 | 447 | 127 | 66 |
| Binary | 11100000 | 100010 | 11110000 | 111 | 1010110 | 0 | 110 | 100100111 | 1010111 | 110110 |
Color Harmonies of #E022F0
Complementary color
Monochromatic Colors of #E022F0
Black with #E022F0
Text Example
Text Example
White with #E022F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022F0; }
p { color: rgb(224,34,240); }
H1.HeaderClassName
{
color: #E022F0;
}
.AnyTagClassName
{
color: #E022F0;
}
</style>
background-color css
<style>
a { background-color: #E022F0; }
a { background-color: rgb(224,34,240); }
div.DivClassName
{
background-color: #E022F0;
}
.BgClassName
{
background-color: #E022F0;
}
</style>
border-color css
<style>
span { border-color: #E022F0; }
span { border-color: rgb(224,34,240); }
td.TdClassName
{
border-color: #E022F0;
}
.TagClassName
{
border-color: #E022F0;
}
</style>