Shades of Psychedelic Purple #E22FEE
Tints of Psychedelic Purple #E22FEE
RGB
CMYK
RGB Variations
Color information
#E22FEE (or 0xE22FEE) is known color: Psychedelic Purple. HEX triplet: E2, 2F and EE. RGB value is (226,47,238). Sum of RGB (Red+Green+Blue) = 226+47+238=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #E22FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22FEE is #1DD011. Grayscale: #797979. Windows color (decimal): -1953810 or 15609826. OLE color: 15609826.
HSL color Cylindrical-coordinate representation of color #E22FEE: hue angle of 296.23º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22FEE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 47 | 238 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.07 |
| HSL | 296.23º | 0.85% | 0.56% | - |
| HSV(B) | 296.23º | 0.8% | 0.93% | - |
| XYZ | 47.81 | 24.37 | 83.07 | - |
| YUV | 122.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 47 | 238 | 0.05 | 0.80 | 0 | 0.07 | 296.23 | 0.85 | 0.56 |
| Hex | E2 | 2F | EE | 5 | 50 | 0 | 7 | 128 | 55 | 38 |
| Octal | 342 | 57 | 356 | 5 | 120 | 0 | 7 | 450 | 125 | 70 |
| Binary | 11100010 | 101111 | 11101110 | 101 | 1010000 | 0 | 111 | 100101000 | 1010101 | 111000 |
Color Harmonies of #E22FEE
Complementary color
Monochromatic Colors of #E22FEE
Black with #E22FEE
Text Example
Text Example
White with #E22FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22FEE; }
p { color: rgb(226,47,238); }
H1.HeaderClassName
{
color: #E22FEE;
}
.AnyTagClassName
{
color: #E22FEE;
}
</style>
background-color css
<style>
a { background-color: #E22FEE; }
a { background-color: rgb(226,47,238); }
div.DivClassName
{
background-color: #E22FEE;
}
.BgClassName
{
background-color: #E22FEE;
}
</style>
border-color css
<style>
span { border-color: #E22FEE; }
span { border-color: rgb(226,47,238); }
td.TdClassName
{
border-color: #E22FEE;
}
.TagClassName
{
border-color: #E22FEE;
}
</style>