Shades of Psychedelic Purple #E022EC
Tints of Psychedelic Purple #E022EC
RGB
CMYK
RGB Variations
Color information
#E022EC (or 0xE022EC) is known color: Psychedelic Purple. HEX triplet: E0, 22 and EC. RGB value is (224,34,236). Sum of RGB (Red+Green+Blue) = 224+34+236=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 34 (13.67% from 255 or 6.88% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #E022EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022EC is #1FDD13. Grayscale: #717171. Windows color (decimal): -2088212 or 15475424. OLE color: 15475424.
HSL color Cylindrical-coordinate representation of color #E022EC: hue angle of 296.44º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E022EC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 34 | 236 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.44º | 0.84% | 0.53% | - |
| HSV(B) | 296.44º | 0.86% | 0.93% | - |
| XYZ | 46.45 | 23.05 | 81.36 | - |
| YUV | 113.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 236 | 0.05 | 0.86 | 0 | 0.07 | 296.44 | 0.84 | 0.53 |
| Hex | E0 | 22 | EC | 5 | 56 | 0 | 7 | 128 | 54 | 35 |
| Octal | 340 | 42 | 354 | 5 | 126 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11100000 | 100010 | 11101100 | 101 | 1010110 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #E022EC
Complementary color
Monochromatic Colors of #E022EC
Black with #E022EC
Text Example
Text Example
White with #E022EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022EC; }
p { color: rgb(224,34,236); }
H1.HeaderClassName
{
color: #E022EC;
}
.AnyTagClassName
{
color: #E022EC;
}
</style>
background-color css
<style>
a { background-color: #E022EC; }
a { background-color: rgb(224,34,236); }
div.DivClassName
{
background-color: #E022EC;
}
.BgClassName
{
background-color: #E022EC;
}
</style>
border-color css
<style>
span { border-color: #E022EC; }
span { border-color: rgb(224,34,236); }
td.TdClassName
{
border-color: #E022EC;
}
.TagClassName
{
border-color: #E022EC;
}
</style>