Shades of Psychedelic Purple #E326EB
Tints of Psychedelic Purple #E326EB
RGB
CMYK
RGB Variations
Color information
#E326EB (or 0xE326EB) is known color: Psychedelic Purple. HEX triplet: E3, 26 and EB. RGB value is (227,38,235). Sum of RGB (Red+Green+Blue) = 227+38+235=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #E326EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326EB is #1CD914. Grayscale: #747474. Windows color (decimal): -1890581 or 15410915. OLE color: 15410915.
HSL color Cylindrical-coordinate representation of color #E326EB: hue angle of 297.56º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E326EB is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 38 | 235 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.08 |
| HSL | 297.56º | 0.83% | 0.54% | - |
| HSV(B) | 297.56º | 0.84% | 0.92% | - |
| XYZ | 47.37 | 23.72 | 80.68 | - |
| YUV | 116.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 235 | 0.03 | 0.84 | 0 | 0.08 | 297.56 | 0.83 | 0.54 |
| Hex | E3 | 26 | EB | 3 | 54 | 0 | 8 | 12A | 53 | 36 |
| Octal | 343 | 46 | 353 | 3 | 124 | 0 | 10 | 452 | 123 | 66 |
| Binary | 11100011 | 100110 | 11101011 | 11 | 1010100 | 0 | 1000 | 100101010 | 1010011 | 110110 |
Color Harmonies of #E326EB
Complementary color
Monochromatic Colors of #E326EB
Black with #E326EB
Text Example
Text Example
White with #E326EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326EB; }
p { color: rgb(227,38,235); }
H1.HeaderClassName
{
color: #E326EB;
}
.AnyTagClassName
{
color: #E326EB;
}
</style>
background-color css
<style>
a { background-color: #E326EB; }
a { background-color: rgb(227,38,235); }
div.DivClassName
{
background-color: #E326EB;
}
.BgClassName
{
background-color: #E326EB;
}
</style>
border-color css
<style>
span { border-color: #E326EB; }
span { border-color: rgb(227,38,235); }
td.TdClassName
{
border-color: #E326EB;
}
.TagClassName
{
border-color: #E326EB;
}
</style>