Shades of Psychedelic Purple #E822EB
Tints of Psychedelic Purple #E822EB
RGB
CMYK
RGB Variations
Color information
#E822EB (or 0xE822EB) is known color: Psychedelic Purple. HEX triplet: E8, 22 and EB. RGB value is (232,34,235). Sum of RGB (Red+Green+Blue) = 232+34+235=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 34 (13.67% from 255 or 6.79% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #E822EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E822EB is #17DD14. Grayscale: #737373. Windows color (decimal): -1563925 or 15409896. OLE color: 15409896.
HSL color Cylindrical-coordinate representation of color #E822EB: hue angle of 299.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E822EB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 34 | 235 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.08 |
| HSL | 299.1º | 0.83% | 0.53% | - |
| HSV(B) | 299.1º | 0.86% | 0.92% | - |
| XYZ | 48.85 | 24.3 | 80.71 | - |
| YUV | 116.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 235 | 0.01 | 0.86 | 0 | 0.08 | 299.1 | 0.83 | 0.53 |
| Hex | E8 | 22 | EB | 1 | 56 | 0 | 8 | 12B | 53 | 35 |
| Octal | 350 | 42 | 353 | 1 | 126 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11101000 | 100010 | 11101011 | 1 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E822EB
Complementary color
Monochromatic Colors of #E822EB
Black with #E822EB
Text Example
Text Example
White with #E822EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E822EB; }
p { color: rgb(232,34,235); }
H1.HeaderClassName
{
color: #E822EB;
}
.AnyTagClassName
{
color: #E822EB;
}
</style>
background-color css
<style>
a { background-color: #E822EB; }
a { background-color: rgb(232,34,235); }
div.DivClassName
{
background-color: #E822EB;
}
.BgClassName
{
background-color: #E822EB;
}
</style>
border-color css
<style>
span { border-color: #E822EB; }
span { border-color: rgb(232,34,235); }
td.TdClassName
{
border-color: #E822EB;
}
.TagClassName
{
border-color: #E822EB;
}
</style>