Shades of Psychedelic Purple #E221FF
Tints of Psychedelic Purple #E221FF
RGB
CMYK
RGB Variations
Color information
#E221FF (or 0xE221FF) is known color: Psychedelic Purple. HEX triplet: E2, 21 and FF. RGB value is (226,33,255). Sum of RGB (Red+Green+Blue) = 226+33+255=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E221FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221FF is #1DDE00. Grayscale: #737373. Windows color (decimal): -1957377 or 16720354. OLE color: 16720354.
HSL color Cylindrical-coordinate representation of color #E221FF: hue angle of 292.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E221FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 33 | 255 | - |
| CMYK | 0.11 | 0.87 | 0 | 0 |
| HSL | 292.16º | 1% | 0.56% | - |
| HSV(B) | 292.16º | 0.87% | 1% | - |
| XYZ | 49.96 | 24.48 | 96.7 | - |
| YUV | 116.02 | 206.44 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 255 | 0.11 | 0.87 | 0 | 0 | 292.16 | 1 | 0.56 |
| Hex | E2 | 21 | FF | B | 57 | 0 | 0 | 124 | 64 | 38 |
| Octal | 342 | 41 | 377 | 13 | 127 | 0 | 0 | 444 | 144 | 70 |
| Binary | 11100010 | 100001 | 11111111 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100100 | 111000 |
Color Harmonies of #E221FF
Complementary color
Monochromatic Colors of #E221FF
Black with #E221FF
Text Example
Text Example
White with #E221FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221FF; }
p { color: rgb(226,33,255); }
H1.HeaderClassName
{
color: #E221FF;
}
.AnyTagClassName
{
color: #E221FF;
}
</style>
background-color css
<style>
a { background-color: #E221FF; }
a { background-color: rgb(226,33,255); }
div.DivClassName
{
background-color: #E221FF;
}
.BgClassName
{
background-color: #E221FF;
}
</style>
border-color css
<style>
span { border-color: #E221FF; }
span { border-color: rgb(226,33,255); }
td.TdClassName
{
border-color: #E221FF;
}
.TagClassName
{
border-color: #E221FF;
}
</style>