Shades of Psychedelic Purple #E22EEE
Tints of Psychedelic Purple #E22EEE
RGB
CMYK
RGB Variations
Color information
#E22EEE (or 0xE22EEE) is known color: Psychedelic Purple. HEX triplet: E2, 2E and EE. RGB value is (226,46,238). Sum of RGB (Red+Green+Blue) = 226+46+238=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #E22EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22EEE is #1DD111. Grayscale: #797979. Windows color (decimal): -1954066 or 15609570. OLE color: 15609570.
HSL color Cylindrical-coordinate representation of color #E22EEE: hue angle of 296.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22EEE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 46 | 238 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.07 |
| HSL | 296.25º | 0.85% | 0.56% | - |
| HSV(B) | 296.25º | 0.81% | 0.93% | - |
| XYZ | 47.77 | 24.3 | 83.06 | - |
| YUV | 121.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 238 | 0.05 | 0.81 | 0 | 0.07 | 296.25 | 0.85 | 0.56 |
| Hex | E2 | 2E | EE | 5 | 51 | 0 | 7 | 128 | 55 | 38 |
| Octal | 342 | 56 | 356 | 5 | 121 | 0 | 7 | 450 | 125 | 70 |
| Binary | 11100010 | 101110 | 11101110 | 101 | 1010001 | 0 | 111 | 100101000 | 1010101 | 111000 |
Color Harmonies of #E22EEE
Complementary color
Monochromatic Colors of #E22EEE
Black with #E22EEE
Text Example
Text Example
White with #E22EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22EEE; }
p { color: rgb(226,46,238); }
H1.HeaderClassName
{
color: #E22EEE;
}
.AnyTagClassName
{
color: #E22EEE;
}
</style>
background-color css
<style>
a { background-color: #E22EEE; }
a { background-color: rgb(226,46,238); }
div.DivClassName
{
background-color: #E22EEE;
}
.BgClassName
{
background-color: #E22EEE;
}
</style>
border-color css
<style>
span { border-color: #E22EEE; }
span { border-color: rgb(226,46,238); }
td.TdClassName
{
border-color: #E22EEE;
}
.TagClassName
{
border-color: #E22EEE;
}
</style>