Shades of Psychedelic Purple #E922EE
Tints of Psychedelic Purple #E922EE
RGB
CMYK
RGB Variations
Color information
#E922EE (or 0xE922EE) is known color: Psychedelic Purple. HEX triplet: E9, 22 and EE. RGB value is (233,34,238). Sum of RGB (Red+Green+Blue) = 233+34+238=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 34 (13.67% from 255 or 6.73% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E922EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E922EE is #16DD11. Grayscale: #747474. Windows color (decimal): -1498386 or 15606505. OLE color: 15606505.
HSL color Cylindrical-coordinate representation of color #E922EE: hue angle of 298.53º degrees, saturation: 0.86, 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 #E922EE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 34 | 238 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.07 |
| HSL | 298.53º | 0.86% | 0.53% | - |
| HSV(B) | 298.53º | 0.86% | 0.93% | - |
| XYZ | 49.61 | 24.64 | 83.03 | - |
| YUV | 116.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 238 | 0.02 | 0.86 | 0 | 0.07 | 298.53 | 0.86 | 0.53 |
| Hex | E9 | 22 | EE | 2 | 56 | 0 | 7 | 12B | 56 | 35 |
| Octal | 351 | 42 | 356 | 2 | 126 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101001 | 100010 | 11101110 | 10 | 1010110 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #E922EE
Complementary color
Monochromatic Colors of #E922EE
Black with #E922EE
Text Example
Text Example
White with #E922EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E922EE; }
p { color: rgb(233,34,238); }
H1.HeaderClassName
{
color: #E922EE;
}
.AnyTagClassName
{
color: #E922EE;
}
</style>
background-color css
<style>
a { background-color: #E922EE; }
a { background-color: rgb(233,34,238); }
div.DivClassName
{
background-color: #E922EE;
}
.BgClassName
{
background-color: #E922EE;
}
</style>
border-color css
<style>
span { border-color: #E922EE; }
span { border-color: rgb(233,34,238); }
td.TdClassName
{
border-color: #E922EE;
}
.TagClassName
{
border-color: #E922EE;
}
</style>