Shades of Psychedelic Purple #E221EF
Tints of Psychedelic Purple #E221EF
RGB
CMYK
RGB Variations
Color information
#E221EF (or 0xE221EF) is known color: Psychedelic Purple. HEX triplet: E2, 21 and EF. RGB value is (226,33,239). Sum of RGB (Red+Green+Blue) = 226+33+239=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #E221EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221EF is #1DDE10. Grayscale: #717171. Windows color (decimal): -1957393 or 15671778. OLE color: 15671778.
HSL color Cylindrical-coordinate representation of color #E221EF: hue angle of 296.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E221EF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 33 | 239 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.06 |
| HSL | 296.21º | 0.87% | 0.53% | - |
| HSV(B) | 296.21º | 0.86% | 0.94% | - |
| XYZ | 47.49 | 23.49 | 83.69 | - |
| YUV | 114.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 239 | 0.05 | 0.86 | 0 | 0.06 | 296.21 | 0.87 | 0.53 |
| Hex | E2 | 21 | EF | 5 | 56 | 0 | 6 | 128 | 57 | 35 |
| Octal | 342 | 41 | 357 | 5 | 126 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100010 | 100001 | 11101111 | 101 | 1010110 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E221EF
Complementary color
Monochromatic Colors of #E221EF
Black with #E221EF
Text Example
Text Example
White with #E221EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221EF; }
p { color: rgb(226,33,239); }
H1.HeaderClassName
{
color: #E221EF;
}
.AnyTagClassName
{
color: #E221EF;
}
</style>
background-color css
<style>
a { background-color: #E221EF; }
a { background-color: rgb(226,33,239); }
div.DivClassName
{
background-color: #E221EF;
}
.BgClassName
{
background-color: #E221EF;
}
</style>
border-color css
<style>
span { border-color: #E221EF; }
span { border-color: rgb(226,33,239); }
td.TdClassName
{
border-color: #E221EF;
}
.TagClassName
{
border-color: #E221EF;
}
</style>