Shades of Psychedelic Purple #E920EE
Tints of Psychedelic Purple #E920EE
RGB
CMYK
RGB Variations
Color information
#E920EE (or 0xE920EE) is known color: Psychedelic Purple. HEX triplet: E9, 20 and EE. RGB value is (233,32,238). Sum of RGB (Red+Green+Blue) = 233+32+238=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #E920EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920EE is #16DF11. Grayscale: #727272. Windows color (decimal): -1498898 or 15605993. OLE color: 15605993.
HSL color Cylindrical-coordinate representation of color #E920EE: hue angle of 298.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E920EE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 32 | 238 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.07 |
| HSL | 298.54º | 0.86% | 0.53% | - |
| HSV(B) | 298.54º | 0.87% | 0.93% | - |
| XYZ | 49.55 | 24.53 | 83.01 | - |
| YUV | 115.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 238 | 0.02 | 0.87 | 0 | 0.07 | 298.54 | 0.86 | 0.53 |
| Hex | E9 | 20 | EE | 2 | 57 | 0 | 7 | 12B | 56 | 35 |
| Octal | 351 | 40 | 356 | 2 | 127 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101001 | 100000 | 11101110 | 10 | 1010111 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #E920EE
Complementary color
Monochromatic Colors of #E920EE
Black with #E920EE
Text Example
Text Example
White with #E920EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920EE; }
p { color: rgb(233,32,238); }
H1.HeaderClassName
{
color: #E920EE;
}
.AnyTagClassName
{
color: #E920EE;
}
</style>
background-color css
<style>
a { background-color: #E920EE; }
a { background-color: rgb(233,32,238); }
div.DivClassName
{
background-color: #E920EE;
}
.BgClassName
{
background-color: #E920EE;
}
</style>
border-color css
<style>
span { border-color: #E920EE; }
span { border-color: rgb(233,32,238); }
td.TdClassName
{
border-color: #E920EE;
}
.TagClassName
{
border-color: #E920EE;
}
</style>