Shades of Psychedelic Purple #E326EF
Tints of Psychedelic Purple #E326EF
RGB
CMYK
RGB Variations
Color information
#E326EF (or 0xE326EF) is known color: Psychedelic Purple. HEX triplet: E3, 26 and EF. RGB value is (227,38,239). Sum of RGB (Red+Green+Blue) = 227+38+239=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #E326EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326EF is #1CD910. Grayscale: #747474. Windows color (decimal): -1890577 or 15673059. OLE color: 15673059.
HSL color Cylindrical-coordinate representation of color #E326EF: hue angle of 296.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E326EF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 38 | 239 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.06 |
| HSL | 296.42º | 0.86% | 0.54% | - |
| HSV(B) | 296.42º | 0.84% | 0.94% | - |
| XYZ | 47.95 | 23.95 | 83.76 | - |
| YUV | 117.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 239 | 0.05 | 0.84 | 0 | 0.06 | 296.42 | 0.86 | 0.54 |
| Hex | E3 | 26 | EF | 5 | 54 | 0 | 6 | 128 | 56 | 36 |
| Octal | 343 | 46 | 357 | 5 | 124 | 0 | 6 | 450 | 126 | 66 |
| Binary | 11100011 | 100110 | 11101111 | 101 | 1010100 | 0 | 110 | 100101000 | 1010110 | 110110 |
Color Harmonies of #E326EF
Complementary color
Monochromatic Colors of #E326EF
Black with #E326EF
Text Example
Text Example
White with #E326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326EF; }
p { color: rgb(227,38,239); }
H1.HeaderClassName
{
color: #E326EF;
}
.AnyTagClassName
{
color: #E326EF;
}
</style>
background-color css
<style>
a { background-color: #E326EF; }
a { background-color: rgb(227,38,239); }
div.DivClassName
{
background-color: #E326EF;
}
.BgClassName
{
background-color: #E326EF;
}
</style>
border-color css
<style>
span { border-color: #E326EF; }
span { border-color: rgb(227,38,239); }
td.TdClassName
{
border-color: #E326EF;
}
.TagClassName
{
border-color: #E326EF;
}
</style>