Shades of Psychedelic Purple #E220E5
Tints of Psychedelic Purple #E220E5
RGB
CMYK
RGB Variations
Color information
#E220E5 (or 0xE220E5) is known color: Psychedelic Purple. HEX triplet: E2, 20 and E5. RGB value is (226,32,229). Sum of RGB (Red+Green+Blue) = 226+32+229=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #E220E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220E5 is #1DDF1A. Grayscale: #6F6F6F. Windows color (decimal): -1957659 or 15016162. OLE color: 15016162.
HSL color Cylindrical-coordinate representation of color #E220E5: hue angle of 299.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220E5 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 32 | 229 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.10 |
| HSL | 299.09º | 0.79% | 0.51% | - |
| HSV(B) | 299.09º | 0.86% | 0.9% | - |
| XYZ | 46.02 | 22.86 | 76.12 | - |
| YUV | 112.46 | 193.77 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 229 | 0.01 | 0.86 | 0 | 0.10 | 299.09 | 0.79 | 0.51 |
| Hex | E2 | 20 | E5 | 1 | 56 | 0 | A | 12B | 4F | 33 |
| Octal | 342 | 40 | 345 | 1 | 126 | 0 | 12 | 453 | 117 | 63 |
| Binary | 11100010 | 100000 | 11100101 | 1 | 1010110 | 0 | 1010 | 100101011 | 1001111 | 110011 |
Color Harmonies of #E220E5
Complementary color
Monochromatic Colors of #E220E5
Black with #E220E5
Text Example
Text Example
White with #E220E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220E5; }
p { color: rgb(226,32,229); }
H1.HeaderClassName
{
color: #E220E5;
}
.AnyTagClassName
{
color: #E220E5;
}
</style>
background-color css
<style>
a { background-color: #E220E5; }
a { background-color: rgb(226,32,229); }
div.DivClassName
{
background-color: #E220E5;
}
.BgClassName
{
background-color: #E220E5;
}
</style>
border-color css
<style>
span { border-color: #E220E5; }
span { border-color: rgb(226,32,229); }
td.TdClassName
{
border-color: #E220E5;
}
.TagClassName
{
border-color: #E220E5;
}
</style>