Shades of Psychedelic Purple #E220FE
Tints of Psychedelic Purple #E220FE
RGB
CMYK
RGB Variations
Color information
#E220FE (or 0xE220FE) is known color: Psychedelic Purple. HEX triplet: E2, 20 and FE. RGB value is (226,32,254). Sum of RGB (Red+Green+Blue) = 226+32+254=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #E220FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220FE is #1DDF01. Grayscale: #727272. Windows color (decimal): -1957634 or 16654562. OLE color: 16654562.
HSL color Cylindrical-coordinate representation of color #E220FE: hue angle of 292.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E220FE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 32 | 254 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.00 |
| HSL | 292.43º | 0.99% | 0.56% | - |
| HSV(B) | 292.43º | 0.87% | 1% | - |
| XYZ | 49.77 | 24.36 | 95.84 | - |
| YUV | 115.31 | 206.27 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 254 | 0.11 | 0.87 | 0 | 0.00 | 292.43 | 0.99 | 0.56 |
| Hex | E2 | 20 | FE | B | 57 | 0 | 0 | 124 | 63 | 38 |
| Octal | 342 | 40 | 376 | 13 | 127 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100010 | 100000 | 11111110 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E220FE
Complementary color
Monochromatic Colors of #E220FE
Black with #E220FE
Text Example
Text Example
White with #E220FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220FE; }
p { color: rgb(226,32,254); }
H1.HeaderClassName
{
color: #E220FE;
}
.AnyTagClassName
{
color: #E220FE;
}
</style>
background-color css
<style>
a { background-color: #E220FE; }
a { background-color: rgb(226,32,254); }
div.DivClassName
{
background-color: #E220FE;
}
.BgClassName
{
background-color: #E220FE;
}
</style>
border-color css
<style>
span { border-color: #E220FE; }
span { border-color: rgb(226,32,254); }
td.TdClassName
{
border-color: #E220FE;
}
.TagClassName
{
border-color: #E220FE;
}
</style>