Shades of Psychedelic Purple #E220E9
Tints of Psychedelic Purple #E220E9
RGB
CMYK
RGB Variations
Color information
#E220E9 (or 0xE220E9) is known color: Psychedelic Purple. HEX triplet: E2, 20 and E9. RGB value is (226,32,233). Sum of RGB (Red+Green+Blue) = 226+32+233=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #E220E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220E9 is #1DDF16. Grayscale: #707070. Windows color (decimal): -1957655 or 15278306. OLE color: 15278306.
HSL color Cylindrical-coordinate representation of color #E220E9: hue angle of 297.91º degrees, saturation: 0.82, 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 #E220E9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 32 | 233 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.09 |
| HSL | 297.91º | 0.82% | 0.52% | - |
| HSV(B) | 297.91º | 0.86% | 0.91% | - |
| XYZ | 46.59 | 23.08 | 79.09 | - |
| YUV | 112.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 233 | 0.03 | 0.86 | 0 | 0.09 | 297.91 | 0.82 | 0.52 |
| Hex | E2 | 20 | E9 | 3 | 56 | 0 | 9 | 12A | 52 | 34 |
| Octal | 342 | 40 | 351 | 3 | 126 | 0 | 11 | 452 | 122 | 64 |
| Binary | 11100010 | 100000 | 11101001 | 11 | 1010110 | 0 | 1001 | 100101010 | 1010010 | 110100 |
Color Harmonies of #E220E9
Complementary color
Monochromatic Colors of #E220E9
Black with #E220E9
Text Example
Text Example
White with #E220E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220E9; }
p { color: rgb(226,32,233); }
H1.HeaderClassName
{
color: #E220E9;
}
.AnyTagClassName
{
color: #E220E9;
}
</style>
background-color css
<style>
a { background-color: #E220E9; }
a { background-color: rgb(226,32,233); }
div.DivClassName
{
background-color: #E220E9;
}
.BgClassName
{
background-color: #E220E9;
}
</style>
border-color css
<style>
span { border-color: #E220E9; }
span { border-color: rgb(226,32,233); }
td.TdClassName
{
border-color: #E220E9;
}
.TagClassName
{
border-color: #E220E9;
}
</style>