Shades of Psychedelic Purple #E022F9
Tints of Psychedelic Purple #E022F9
RGB
CMYK
RGB Variations
Color information
#E022F9 (or 0xE022F9) is known color: Psychedelic Purple. HEX triplet: E0, 22 and F9. RGB value is (224,34,249). Sum of RGB (Red+Green+Blue) = 224+34+249=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 34 (13.67% from 255 or 6.71% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #E022F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022F9 is #1FDD06. Grayscale: #727272. Windows color (decimal): -2088199 or 16327392. OLE color: 16327392.
HSL color Cylindrical-coordinate representation of color #E022F9: hue angle of 293.02º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E022F9 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 34 | 249 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 293.02º | 0.95% | 0.55% | - |
| HSV(B) | 293.02º | 0.86% | 0.98% | - |
| XYZ | 48.41 | 23.83 | 91.67 | - |
| YUV | 115.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 249 | 0.10 | 0.86 | 0 | 0.02 | 293.02 | 0.95 | 0.55 |
| Hex | E0 | 22 | F9 | A | 56 | 0 | 2 | 125 | 5F | 37 |
| Octal | 340 | 42 | 371 | 12 | 126 | 0 | 2 | 445 | 137 | 67 |
| Binary | 11100000 | 100010 | 11111001 | 1010 | 1010110 | 0 | 10 | 100100101 | 1011111 | 110111 |
Color Harmonies of #E022F9
Complementary color
Monochromatic Colors of #E022F9
Black with #E022F9
Text Example
Text Example
White with #E022F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022F9; }
p { color: rgb(224,34,249); }
H1.HeaderClassName
{
color: #E022F9;
}
.AnyTagClassName
{
color: #E022F9;
}
</style>
background-color css
<style>
a { background-color: #E022F9; }
a { background-color: rgb(224,34,249); }
div.DivClassName
{
background-color: #E022F9;
}
.BgClassName
{
background-color: #E022F9;
}
</style>
border-color css
<style>
span { border-color: #E022F9; }
span { border-color: rgb(224,34,249); }
td.TdClassName
{
border-color: #E022F9;
}
.TagClassName
{
border-color: #E022F9;
}
</style>