Shades of Psychedelic Purple #E222F4
Tints of Psychedelic Purple #E222F4
RGB
CMYK
RGB Variations
Color information
#E222F4 (or 0xE222F4) is known color: Psychedelic Purple. HEX triplet: E2, 22 and F4. RGB value is (226,34,244). Sum of RGB (Red+Green+Blue) = 226+34+244=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 34 (13.67% from 255 or 6.75% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #E222F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E222F4 is #1DDD0B. Grayscale: #727272. Windows color (decimal): -1957132 or 15999714. OLE color: 15999714.
HSL color Cylindrical-coordinate representation of color #E222F4: hue angle of 294.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E222F4 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 34 | 244 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.04 |
| HSL | 294.86º | 0.91% | 0.55% | - |
| HSV(B) | 294.86º | 0.86% | 0.96% | - |
| XYZ | 48.27 | 23.84 | 87.65 | - |
| YUV | 115.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 244 | 0.07 | 0.86 | 0 | 0.04 | 294.86 | 0.91 | 0.55 |
| Hex | E2 | 22 | F4 | 7 | 56 | 0 | 4 | 127 | 5B | 37 |
| Octal | 342 | 42 | 364 | 7 | 126 | 0 | 4 | 447 | 133 | 67 |
| Binary | 11100010 | 100010 | 11110100 | 111 | 1010110 | 0 | 100 | 100100111 | 1011011 | 110111 |
Color Harmonies of #E222F4
Complementary color
Monochromatic Colors of #E222F4
Black with #E222F4
Text Example
Text Example
White with #E222F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E222F4; }
p { color: rgb(226,34,244); }
H1.HeaderClassName
{
color: #E222F4;
}
.AnyTagClassName
{
color: #E222F4;
}
</style>
background-color css
<style>
a { background-color: #E222F4; }
a { background-color: rgb(226,34,244); }
div.DivClassName
{
background-color: #E222F4;
}
.BgClassName
{
background-color: #E222F4;
}
</style>
border-color css
<style>
span { border-color: #E222F4; }
span { border-color: rgb(226,34,244); }
td.TdClassName
{
border-color: #E222F4;
}
.TagClassName
{
border-color: #E222F4;
}
</style>