Shades of Psychedelic Purple #E920FF
Tints of Psychedelic Purple #E920FF
RGB
CMYK
RGB Variations
Color information
#E920FF (or 0xE920FF) is known color: Psychedelic Purple. HEX triplet: E9, 20 and FF. RGB value is (233,32,255). Sum of RGB (Red+Green+Blue) = 233+32+255=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E920FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920FF is #16DF00. Grayscale: #747474. Windows color (decimal): -1498881 or 16720105. OLE color: 16720105.
HSL color Cylindrical-coordinate representation of color #E920FF: hue angle of 294.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E920FF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 32 | 255 | - |
| CMYK | 0.09 | 0.87 | 0 | 0 |
| HSL | 294.08º | 1% | 0.56% | - |
| HSV(B) | 294.08º | 0.87% | 1% | - |
| XYZ | 52.17 | 25.58 | 96.79 | - |
| YUV | 117.52 | 205.59 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 255 | 0.09 | 0.87 | 0 | 0 | 294.08 | 1 | 0.56 |
| Hex | E9 | 20 | FF | 9 | 57 | 0 | 0 | 126 | 64 | 38 |
| Octal | 351 | 40 | 377 | 11 | 127 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101001 | 100000 | 11111111 | 1001 | 1010111 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E920FF
Complementary color
Monochromatic Colors of #E920FF
Black with #E920FF
Text Example
Text Example
White with #E920FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920FF; }
p { color: rgb(233,32,255); }
H1.HeaderClassName
{
color: #E920FF;
}
.AnyTagClassName
{
color: #E920FF;
}
</style>
background-color css
<style>
a { background-color: #E920FF; }
a { background-color: rgb(233,32,255); }
div.DivClassName
{
background-color: #E920FF;
}
.BgClassName
{
background-color: #E920FF;
}
</style>
border-color css
<style>
span { border-color: #E920FF; }
span { border-color: rgb(233,32,255); }
td.TdClassName
{
border-color: #E920FF;
}
.TagClassName
{
border-color: #E920FF;
}
</style>