Shades of Psychedelic Purple #E22EEF
Tints of Psychedelic Purple #E22EEF
RGB
CMYK
RGB Variations
Color information
#E22EEF (or 0xE22EEF) is known color: Psychedelic Purple. HEX triplet: E2, 2E and EF. RGB value is (226,46,239). Sum of RGB (Red+Green+Blue) = 226+46+239=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #E22EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22EEF is #1DD110. Grayscale: #797979. Windows color (decimal): -1954065 or 15675106. OLE color: 15675106.
HSL color Cylindrical-coordinate representation of color #E22EEF: hue angle of 295.96º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22EEF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 46 | 239 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.06 |
| HSL | 295.96º | 0.86% | 0.56% | - |
| HSV(B) | 295.96º | 0.81% | 0.94% | - |
| XYZ | 47.92 | 24.35 | 83.84 | - |
| YUV | 121.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 239 | 0.05 | 0.81 | 0 | 0.06 | 295.96 | 0.86 | 0.56 |
| Hex | E2 | 2E | EF | 5 | 51 | 0 | 6 | 128 | 56 | 38 |
| Octal | 342 | 56 | 357 | 5 | 121 | 0 | 6 | 450 | 126 | 70 |
| Binary | 11100010 | 101110 | 11101111 | 101 | 1010001 | 0 | 110 | 100101000 | 1010110 | 111000 |
Color Harmonies of #E22EEF
Complementary color
Monochromatic Colors of #E22EEF
Black with #E22EEF
Text Example
Text Example
White with #E22EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22EEF; }
p { color: rgb(226,46,239); }
H1.HeaderClassName
{
color: #E22EEF;
}
.AnyTagClassName
{
color: #E22EEF;
}
</style>
background-color css
<style>
a { background-color: #E22EEF; }
a { background-color: rgb(226,46,239); }
div.DivClassName
{
background-color: #E22EEF;
}
.BgClassName
{
background-color: #E22EEF;
}
</style>
border-color css
<style>
span { border-color: #E22EEF; }
span { border-color: rgb(226,46,239); }
td.TdClassName
{
border-color: #E22EEF;
}
.TagClassName
{
border-color: #E22EEF;
}
</style>