Shades of Psychedelic Purple #E322EB
Tints of Psychedelic Purple #E322EB
RGB
CMYK
RGB Variations
Color information
#E322EB (or 0xE322EB) is known color: Psychedelic Purple. HEX triplet: E3, 22 and EB. RGB value is (227,34,235). Sum of RGB (Red+Green+Blue) = 227+34+235=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 34 (13.67% from 255 or 6.85% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #E322EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E322EB is #1CDD14. Grayscale: #727272. Windows color (decimal): -1891605 or 15409891. OLE color: 15409891.
HSL color Cylindrical-coordinate representation of color #E322EB: hue angle of 297.61º 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 #E322EB is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 34 | 235 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.08 |
| HSL | 297.61º | 0.83% | 0.53% | - |
| HSV(B) | 297.61º | 0.86% | 0.92% | - |
| XYZ | 47.25 | 23.47 | 80.64 | - |
| YUV | 114.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 235 | 0.03 | 0.86 | 0 | 0.08 | 297.61 | 0.83 | 0.53 |
| Hex | E3 | 22 | EB | 3 | 56 | 0 | 8 | 12A | 53 | 35 |
| Octal | 343 | 42 | 353 | 3 | 126 | 0 | 10 | 452 | 123 | 65 |
| Binary | 11100011 | 100010 | 11101011 | 11 | 1010110 | 0 | 1000 | 100101010 | 1010011 | 110101 |
Color Harmonies of #E322EB
Complementary color
Monochromatic Colors of #E322EB
Black with #E322EB
Text Example
Text Example
White with #E322EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322EB; }
p { color: rgb(227,34,235); }
H1.HeaderClassName
{
color: #E322EB;
}
.AnyTagClassName
{
color: #E322EB;
}
</style>
background-color css
<style>
a { background-color: #E322EB; }
a { background-color: rgb(227,34,235); }
div.DivClassName
{
background-color: #E322EB;
}
.BgClassName
{
background-color: #E322EB;
}
</style>
border-color css
<style>
span { border-color: #E322EB; }
span { border-color: rgb(227,34,235); }
td.TdClassName
{
border-color: #E322EB;
}
.TagClassName
{
border-color: #E322EB;
}
</style>