Shades of Psychedelic Purple #E221FE
Tints of Psychedelic Purple #E221FE
RGB
CMYK
RGB Variations
Color information
#E221FE (or 0xE221FE) is known color: Psychedelic Purple. HEX triplet: E2, 21 and FE. RGB value is (226,33,254). Sum of RGB (Red+Green+Blue) = 226+33+254=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E221FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221FE is #1DDE01. Grayscale: #737373. Windows color (decimal): -1957378 or 16654818. OLE color: 16654818.
HSL color Cylindrical-coordinate representation of color #E221FE: hue angle of 292.4º 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 #E221FE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 33 | 254 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.00 |
| HSL | 292.4º | 0.99% | 0.56% | - |
| HSV(B) | 292.4º | 0.87% | 1% | - |
| XYZ | 49.8 | 24.41 | 95.85 | - |
| YUV | 115.9 | 205.94 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 254 | 0.11 | 0.87 | 0 | 0.00 | 292.4 | 0.99 | 0.56 |
| Hex | E2 | 21 | FE | B | 57 | 0 | 0 | 124 | 63 | 38 |
| Octal | 342 | 41 | 376 | 13 | 127 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100010 | 100001 | 11111110 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E221FE
Complementary color
Monochromatic Colors of #E221FE
Black with #E221FE
Text Example
Text Example
White with #E221FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221FE; }
p { color: rgb(226,33,254); }
H1.HeaderClassName
{
color: #E221FE;
}
.AnyTagClassName
{
color: #E221FE;
}
</style>
background-color css
<style>
a { background-color: #E221FE; }
a { background-color: rgb(226,33,254); }
div.DivClassName
{
background-color: #E221FE;
}
.BgClassName
{
background-color: #E221FE;
}
</style>
border-color css
<style>
span { border-color: #E221FE; }
span { border-color: rgb(226,33,254); }
td.TdClassName
{
border-color: #E221FE;
}
.TagClassName
{
border-color: #E221FE;
}
</style>