Shades of Psychedelic Purple #E326FF
Tints of Psychedelic Purple #E326FF
RGB
CMYK
RGB Variations
Color information
#E326FF (or 0xE326FF) is known color: Psychedelic Purple. HEX triplet: E3, 26 and FF. RGB value is (227,38,255). Sum of RGB (Red+Green+Blue) = 227+38+255=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E326FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326FF is #1CD900. Grayscale: #767676. Windows color (decimal): -1890561 or 16721635. OLE color: 16721635.
HSL color Cylindrical-coordinate representation of color #E326FF: hue angle of 292.26º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E326FF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 38 | 255 | - |
| CMYK | 0.11 | 0.85 | 0 | 0 |
| HSL | 292.26º | 1% | 0.57% | - |
| HSV(B) | 292.26º | 0.85% | 1% | - |
| XYZ | 50.42 | 24.94 | 96.76 | - |
| YUV | 119.25 | 204.62 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 255 | 0.11 | 0.85 | 0 | 0 | 292.26 | 1 | 0.57 |
| Hex | E3 | 26 | FF | B | 55 | 0 | 0 | 124 | 64 | 39 |
| Octal | 343 | 46 | 377 | 13 | 125 | 0 | 0 | 444 | 144 | 71 |
| Binary | 11100011 | 100110 | 11111111 | 1011 | 1010101 | 0 | 0 | 100100100 | 1100100 | 111001 |
Color Harmonies of #E326FF
Complementary color
Monochromatic Colors of #E326FF
Black with #E326FF
Text Example
Text Example
White with #E326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326FF; }
p { color: rgb(227,38,255); }
H1.HeaderClassName
{
color: #E326FF;
}
.AnyTagClassName
{
color: #E326FF;
}
</style>
background-color css
<style>
a { background-color: #E326FF; }
a { background-color: rgb(227,38,255); }
div.DivClassName
{
background-color: #E326FF;
}
.BgClassName
{
background-color: #E326FF;
}
</style>
border-color css
<style>
span { border-color: #E326FF; }
span { border-color: rgb(227,38,255); }
td.TdClassName
{
border-color: #E326FF;
}
.TagClassName
{
border-color: #E326FF;
}
</style>