Shades of Psychedelic Purple #E920ED
Tints of Psychedelic Purple #E920ED
RGB
CMYK
RGB Variations
Color information
#E920ED (or 0xE920ED) is known color: Psychedelic Purple. HEX triplet: E9, 20 and ED. RGB value is (233,32,237). Sum of RGB (Red+Green+Blue) = 233+32+237=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #E920ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920ED is #16DF12. Grayscale: #727272. Windows color (decimal): -1498899 or 15540457. OLE color: 15540457.
HSL color Cylindrical-coordinate representation of color #E920ED: hue angle of 298.83º degrees, saturation: 0.85, 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 #E920ED is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 32 | 237 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.07 |
| HSL | 298.83º | 0.85% | 0.53% | - |
| HSV(B) | 298.83º | 0.86% | 0.93% | - |
| XYZ | 49.41 | 24.47 | 82.24 | - |
| YUV | 115.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 237 | 0.02 | 0.86 | 0 | 0.07 | 298.83 | 0.85 | 0.53 |
| Hex | E9 | 20 | ED | 2 | 56 | 0 | 7 | 12B | 55 | 35 |
| Octal | 351 | 40 | 355 | 2 | 126 | 0 | 7 | 453 | 125 | 65 |
| Binary | 11101001 | 100000 | 11101101 | 10 | 1010110 | 0 | 111 | 100101011 | 1010101 | 110101 |
Color Harmonies of #E920ED
Complementary color
Monochromatic Colors of #E920ED
Black with #E920ED
Text Example
Text Example
White with #E920ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920ED; }
p { color: rgb(233,32,237); }
H1.HeaderClassName
{
color: #E920ED;
}
.AnyTagClassName
{
color: #E920ED;
}
</style>
background-color css
<style>
a { background-color: #E920ED; }
a { background-color: rgb(233,32,237); }
div.DivClassName
{
background-color: #E920ED;
}
.BgClassName
{
background-color: #E920ED;
}
</style>
border-color css
<style>
span { border-color: #E920ED; }
span { border-color: rgb(233,32,237); }
td.TdClassName
{
border-color: #E920ED;
}
.TagClassName
{
border-color: #E920ED;
}
</style>