Shades of Psychedelic Purple #E220ED
Tints of Psychedelic Purple #E220ED
RGB
CMYK
RGB Variations
Color information
#E220ED (or 0xE220ED) is known color: Psychedelic Purple. HEX triplet: E2, 20 and ED. RGB value is (226,32,237). Sum of RGB (Red+Green+Blue) = 226+32+237=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #E220ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220ED is #1DDF12. Grayscale: #707070. Windows color (decimal): -1957651 or 15540450. OLE color: 15540450.
HSL color Cylindrical-coordinate representation of color #E220ED: hue angle of 296.78º 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 #E220ED is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 32 | 237 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.78º | 0.85% | 0.53% | - |
| HSV(B) | 296.78º | 0.86% | 0.93% | - |
| XYZ | 47.17 | 23.32 | 82.14 | - |
| YUV | 113.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 237 | 0.05 | 0.86 | 0 | 0.07 | 296.78 | 0.85 | 0.53 |
| Hex | E2 | 20 | ED | 5 | 56 | 0 | 7 | 129 | 55 | 35 |
| Octal | 342 | 40 | 355 | 5 | 126 | 0 | 7 | 451 | 125 | 65 |
| Binary | 11100010 | 100000 | 11101101 | 101 | 1010110 | 0 | 111 | 100101001 | 1010101 | 110101 |
Color Harmonies of #E220ED
Complementary color
Monochromatic Colors of #E220ED
Black with #E220ED
Text Example
Text Example
White with #E220ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220ED; }
p { color: rgb(226,32,237); }
H1.HeaderClassName
{
color: #E220ED;
}
.AnyTagClassName
{
color: #E220ED;
}
</style>
background-color css
<style>
a { background-color: #E220ED; }
a { background-color: rgb(226,32,237); }
div.DivClassName
{
background-color: #E220ED;
}
.BgClassName
{
background-color: #E220ED;
}
</style>
border-color css
<style>
span { border-color: #E220ED; }
span { border-color: rgb(226,32,237); }
td.TdClassName
{
border-color: #E220ED;
}
.TagClassName
{
border-color: #E220ED;
}
</style>