Shades of Psychedelic Purple #E022F2
Tints of Psychedelic Purple #E022F2
RGB
CMYK
RGB Variations
Color information
#E022F2 (or 0xE022F2) is known color: Psychedelic Purple. HEX triplet: E0, 22 and F2. RGB value is (224,34,242). Sum of RGB (Red+Green+Blue) = 224+34+242=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #E022F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022F2 is #1FDD0D. Grayscale: #717171. Windows color (decimal): -2088206 or 15868640. OLE color: 15868640.
HSL color Cylindrical-coordinate representation of color #E022F2: hue angle of 294.81º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E022F2 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 34 | 242 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.05 |
| HSL | 294.81º | 0.89% | 0.54% | - |
| HSV(B) | 294.81º | 0.86% | 0.95% | - |
| XYZ | 47.34 | 23.4 | 86.03 | - |
| YUV | 114.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 242 | 0.07 | 0.86 | 0 | 0.05 | 294.81 | 0.89 | 0.54 |
| Hex | E0 | 22 | F2 | 7 | 56 | 0 | 5 | 127 | 59 | 36 |
| Octal | 340 | 42 | 362 | 7 | 126 | 0 | 5 | 447 | 131 | 66 |
| Binary | 11100000 | 100010 | 11110010 | 111 | 1010110 | 0 | 101 | 100100111 | 1011001 | 110110 |
Color Harmonies of #E022F2
Complementary color
Monochromatic Colors of #E022F2
Black with #E022F2
Text Example
Text Example
White with #E022F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022F2; }
p { color: rgb(224,34,242); }
H1.HeaderClassName
{
color: #E022F2;
}
.AnyTagClassName
{
color: #E022F2;
}
</style>
background-color css
<style>
a { background-color: #E022F2; }
a { background-color: rgb(224,34,242); }
div.DivClassName
{
background-color: #E022F2;
}
.BgClassName
{
background-color: #E022F2;
}
</style>
border-color css
<style>
span { border-color: #E022F2; }
span { border-color: rgb(224,34,242); }
td.TdClassName
{
border-color: #E022F2;
}
.TagClassName
{
border-color: #E022F2;
}
</style>