Shades of Psychedelic Purple #E22AFB
Tints of Psychedelic Purple #E22AFB
RGB
CMYK
RGB Variations
Color information
#E22AFB (or 0xE22AFB) is known color: Psychedelic Purple. HEX triplet: E2, 2A and FB. RGB value is (226,42,251). Sum of RGB (Red+Green+Blue) = 226+42+251=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 42 (16.80% from 255 or 8.09% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #E22AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22AFB is #1DD504. Grayscale: #787878. Windows color (decimal): -1955077 or 16460514. OLE color: 16460514.
HSL color Cylindrical-coordinate representation of color #E22AFB: hue angle of 292.82º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E22AFB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 42 | 251 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.02 |
| HSL | 292.82º | 0.96% | 0.57% | - |
| HSV(B) | 292.82º | 0.83% | 0.98% | - |
| XYZ | 49.6 | 24.79 | 93.44 | - |
| YUV | 120.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 42 | 251 | 0.10 | 0.83 | 0 | 0.02 | 292.82 | 0.96 | 0.57 |
| Hex | E2 | 2A | FB | A | 53 | 0 | 2 | 125 | 60 | 39 |
| Octal | 342 | 52 | 373 | 12 | 123 | 0 | 2 | 445 | 140 | 71 |
| Binary | 11100010 | 101010 | 11111011 | 1010 | 1010011 | 0 | 10 | 100100101 | 1100000 | 111001 |
Color Harmonies of #E22AFB
Complementary color
Monochromatic Colors of #E22AFB
Black with #E22AFB
Text Example
Text Example
White with #E22AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22AFB; }
p { color: rgb(226,42,251); }
H1.HeaderClassName
{
color: #E22AFB;
}
.AnyTagClassName
{
color: #E22AFB;
}
</style>
background-color css
<style>
a { background-color: #E22AFB; }
a { background-color: rgb(226,42,251); }
div.DivClassName
{
background-color: #E22AFB;
}
.BgClassName
{
background-color: #E22AFB;
}
</style>
border-color css
<style>
span { border-color: #E22AFB; }
span { border-color: rgb(226,42,251); }
td.TdClassName
{
border-color: #E22AFB;
}
.TagClassName
{
border-color: #E22AFB;
}
</style>