Shades of Psychedelic Purple #E22DF9
Tints of Psychedelic Purple #E22DF9
RGB
CMYK
RGB Variations
Color information
#E22DF9 (or 0xE22DF9) is known color: Psychedelic Purple. HEX triplet: E2, 2D and F9. RGB value is (226,45,249). Sum of RGB (Red+Green+Blue) = 226+45+249=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #E22DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22DF9 is #1DD206. Grayscale: #797979. Windows color (decimal): -1954311 or 16330210. OLE color: 16330210.
HSL color Cylindrical-coordinate representation of color #E22DF9: hue angle of 293.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22DF9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 45 | 249 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.02 |
| HSL | 293.24º | 0.94% | 0.58% | - |
| HSV(B) | 293.24º | 0.82% | 0.98% | - |
| XYZ | 49.4 | 24.89 | 91.82 | - |
| YUV | 122.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 249 | 0.09 | 0.82 | 0 | 0.02 | 293.24 | 0.94 | 0.58 |
| Hex | E2 | 2D | F9 | 9 | 52 | 0 | 2 | 125 | 5E | 3A |
| Octal | 342 | 55 | 371 | 11 | 122 | 0 | 2 | 445 | 136 | 72 |
| Binary | 11100010 | 101101 | 11111001 | 1001 | 1010010 | 0 | 10 | 100100101 | 1011110 | 111010 |
Color Harmonies of #E22DF9
Complementary color
Monochromatic Colors of #E22DF9
Black with #E22DF9
Text Example
Text Example
White with #E22DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DF9; }
p { color: rgb(226,45,249); }
H1.HeaderClassName
{
color: #E22DF9;
}
.AnyTagClassName
{
color: #E22DF9;
}
</style>
background-color css
<style>
a { background-color: #E22DF9; }
a { background-color: rgb(226,45,249); }
div.DivClassName
{
background-color: #E22DF9;
}
.BgClassName
{
background-color: #E22DF9;
}
</style>
border-color css
<style>
span { border-color: #E22DF9; }
span { border-color: rgb(226,45,249); }
td.TdClassName
{
border-color: #E22DF9;
}
.TagClassName
{
border-color: #E22DF9;
}
</style>