Shades of Psychedelic Purple #E222FF
Tints of Psychedelic Purple #E222FF
RGB
CMYK
RGB Variations
Color information
#E222FF (or 0xE222FF) is known color: Psychedelic Purple. HEX triplet: E2, 22 and FF. RGB value is (226,34,255). Sum of RGB (Red+Green+Blue) = 226+34+255=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 34 (13.67% from 255 or 6.60% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E222FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E222FF is #1DDD00. Grayscale: #737373. Windows color (decimal): -1957121 or 16720610. OLE color: 16720610.
HSL color Cylindrical-coordinate representation of color #E222FF: hue angle of 292.13º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E222FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 34 | 255 | - |
| CMYK | 0.11 | 0.87 | 0 | 0 |
| HSL | 292.13º | 1% | 0.57% | - |
| HSV(B) | 292.13º | 0.87% | 1% | - |
| XYZ | 49.99 | 24.53 | 96.71 | - |
| YUV | 116.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 255 | 0.11 | 0.87 | 0 | 0 | 292.13 | 1 | 0.57 |
| Hex | E2 | 22 | FF | B | 57 | 0 | 0 | 124 | 64 | 39 |
| Octal | 342 | 42 | 377 | 13 | 127 | 0 | 0 | 444 | 144 | 71 |
| Binary | 11100010 | 100010 | 11111111 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100100 | 111001 |
Color Harmonies of #E222FF
Complementary color
Monochromatic Colors of #E222FF
Black with #E222FF
Text Example
Text Example
White with #E222FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E222FF; }
p { color: rgb(226,34,255); }
H1.HeaderClassName
{
color: #E222FF;
}
.AnyTagClassName
{
color: #E222FF;
}
</style>
background-color css
<style>
a { background-color: #E222FF; }
a { background-color: rgb(226,34,255); }
div.DivClassName
{
background-color: #E222FF;
}
.BgClassName
{
background-color: #E222FF;
}
</style>
border-color css
<style>
span { border-color: #E222FF; }
span { border-color: rgb(226,34,255); }
td.TdClassName
{
border-color: #E222FF;
}
.TagClassName
{
border-color: #E222FF;
}
</style>