Shades of Psychedelic Purple #E220F0
Tints of Psychedelic Purple #E220F0
RGB
CMYK
RGB Variations
Color information
#E220F0 (or 0xE220F0) is known color: Psychedelic Purple. HEX triplet: E2, 20 and F0. RGB value is (226,32,240). Sum of RGB (Red+Green+Blue) = 226+32+240=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #E220F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220F0 is #1DDF0F. Grayscale: #717171. Windows color (decimal): -1957648 or 15737058. OLE color: 15737058.
HSL color Cylindrical-coordinate representation of color #E220F0: hue angle of 295.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E220F0 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 32 | 240 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.06 |
| HSL | 295.96º | 0.87% | 0.53% | - |
| HSV(B) | 295.96º | 0.87% | 0.94% | - |
| XYZ | 47.61 | 23.49 | 84.46 | - |
| YUV | 113.72 | 199.27 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 240 | 0.06 | 0.87 | 0 | 0.06 | 295.96 | 0.87 | 0.53 |
| Hex | E2 | 20 | F0 | 6 | 57 | 0 | 6 | 128 | 57 | 35 |
| Octal | 342 | 40 | 360 | 6 | 127 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100010 | 100000 | 11110000 | 110 | 1010111 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E220F0
Complementary color
Monochromatic Colors of #E220F0
Black with #E220F0
Text Example
Text Example
White with #E220F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220F0; }
p { color: rgb(226,32,240); }
H1.HeaderClassName
{
color: #E220F0;
}
.AnyTagClassName
{
color: #E220F0;
}
</style>
background-color css
<style>
a { background-color: #E220F0; }
a { background-color: rgb(226,32,240); }
div.DivClassName
{
background-color: #E220F0;
}
.BgClassName
{
background-color: #E220F0;
}
</style>
border-color css
<style>
span { border-color: #E220F0; }
span { border-color: rgb(226,32,240); }
td.TdClassName
{
border-color: #E220F0;
}
.TagClassName
{
border-color: #E220F0;
}
</style>