Shades of Psychedelic Purple #E222F8
Tints of Psychedelic Purple #E222F8
RGB
CMYK
RGB Variations
Color information
#E222F8 (or 0xE222F8) is known color: Psychedelic Purple. HEX triplet: E2, 22 and F8. RGB value is (226,34,248). Sum of RGB (Red+Green+Blue) = 226+34+248=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 34 (13.67% from 255 or 6.69% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #E222F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E222F8 is #1DDD07. Grayscale: #737373. Windows color (decimal): -1957128 or 16261858. OLE color: 16261858.
HSL color Cylindrical-coordinate representation of color #E222F8: hue angle of 293.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E222F8 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 34 | 248 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.03 |
| HSL | 293.83º | 0.94% | 0.55% | - |
| HSV(B) | 293.83º | 0.86% | 0.97% | - |
| XYZ | 48.88 | 24.09 | 90.88 | - |
| YUV | 115.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 248 | 0.09 | 0.86 | 0 | 0.03 | 293.83 | 0.94 | 0.55 |
| Hex | E2 | 22 | F8 | 9 | 56 | 0 | 3 | 126 | 5E | 37 |
| Octal | 342 | 42 | 370 | 11 | 126 | 0 | 3 | 446 | 136 | 67 |
| Binary | 11100010 | 100010 | 11111000 | 1001 | 1010110 | 0 | 11 | 100100110 | 1011110 | 110111 |
Color Harmonies of #E222F8
Complementary color
Monochromatic Colors of #E222F8
Black with #E222F8
Text Example
Text Example
White with #E222F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E222F8; }
p { color: rgb(226,34,248); }
H1.HeaderClassName
{
color: #E222F8;
}
.AnyTagClassName
{
color: #E222F8;
}
</style>
background-color css
<style>
a { background-color: #E222F8; }
a { background-color: rgb(226,34,248); }
div.DivClassName
{
background-color: #E222F8;
}
.BgClassName
{
background-color: #E222F8;
}
</style>
border-color css
<style>
span { border-color: #E222F8; }
span { border-color: rgb(226,34,248); }
td.TdClassName
{
border-color: #E222F8;
}
.TagClassName
{
border-color: #E222F8;
}
</style>