Shades of Psychedelic Purple #E220E7
Tints of Psychedelic Purple #E220E7
RGB
CMYK
RGB Variations
Color information
#E220E7 (or 0xE220E7) is known color: Psychedelic Purple. HEX triplet: E2, 20 and E7. RGB value is (226,32,231). Sum of RGB (Red+Green+Blue) = 226+32+231=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #E220E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220E7 is #1DDF18. Grayscale: #707070. Windows color (decimal): -1957657 or 15147234. OLE color: 15147234.
HSL color Cylindrical-coordinate representation of color #E220E7: hue angle of 298.49º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220E7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 32 | 231 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.09 |
| HSL | 298.49º | 0.81% | 0.52% | - |
| HSV(B) | 298.49º | 0.86% | 0.91% | - |
| XYZ | 46.3 | 22.97 | 77.59 | - |
| YUV | 112.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 231 | 0.02 | 0.86 | 0 | 0.09 | 298.49 | 0.81 | 0.52 |
| Hex | E2 | 20 | E7 | 2 | 56 | 0 | 9 | 12A | 51 | 34 |
| Octal | 342 | 40 | 347 | 2 | 126 | 0 | 11 | 452 | 121 | 64 |
| Binary | 11100010 | 100000 | 11100111 | 10 | 1010110 | 0 | 1001 | 100101010 | 1010001 | 110100 |
Color Harmonies of #E220E7
Complementary color
Monochromatic Colors of #E220E7
Black with #E220E7
Text Example
Text Example
White with #E220E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220E7; }
p { color: rgb(226,32,231); }
H1.HeaderClassName
{
color: #E220E7;
}
.AnyTagClassName
{
color: #E220E7;
}
</style>
background-color css
<style>
a { background-color: #E220E7; }
a { background-color: rgb(226,32,231); }
div.DivClassName
{
background-color: #E220E7;
}
.BgClassName
{
background-color: #E220E7;
}
</style>
border-color css
<style>
span { border-color: #E220E7; }
span { border-color: rgb(226,32,231); }
td.TdClassName
{
border-color: #E220E7;
}
.TagClassName
{
border-color: #E220E7;
}
</style>