Shades of Psychedelic Purple #E328FF
Tints of Psychedelic Purple #E328FF
RGB
CMYK
RGB Variations
Color information
#E328FF (or 0xE328FF) is known color: Psychedelic Purple. HEX triplet: E3, 28 and FF. RGB value is (227,40,255). Sum of RGB (Red+Green+Blue) = 227+40+255=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #E328FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E328FF is #1CD700. Grayscale: #777777. Windows color (decimal): -1890049 or 16722147. OLE color: 16722147.
HSL color Cylindrical-coordinate representation of color #E328FF: hue angle of 292.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E328FF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 40 | 255 | - |
| CMYK | 0.11 | 0.84 | 0 | 0 |
| HSL | 292.19º | 1% | 0.58% | - |
| HSV(B) | 292.19º | 0.84% | 1% | - |
| XYZ | 50.49 | 25.07 | 96.79 | - |
| YUV | 120.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 255 | 0.11 | 0.84 | 0 | 0 | 292.19 | 1 | 0.58 |
| Hex | E3 | 28 | FF | B | 54 | 0 | 0 | 124 | 64 | 3A |
| Octal | 343 | 50 | 377 | 13 | 124 | 0 | 0 | 444 | 144 | 72 |
| Binary | 11100011 | 101000 | 11111111 | 1011 | 1010100 | 0 | 0 | 100100100 | 1100100 | 111010 |
Color Harmonies of #E328FF
Complementary color
Monochromatic Colors of #E328FF
Black with #E328FF
Text Example
Text Example
White with #E328FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328FF; }
p { color: rgb(227,40,255); }
H1.HeaderClassName
{
color: #E328FF;
}
.AnyTagClassName
{
color: #E328FF;
}
</style>
background-color css
<style>
a { background-color: #E328FF; }
a { background-color: rgb(227,40,255); }
div.DivClassName
{
background-color: #E328FF;
}
.BgClassName
{
background-color: #E328FF;
}
</style>
border-color css
<style>
span { border-color: #E328FF; }
span { border-color: rgb(227,40,255); }
td.TdClassName
{
border-color: #E328FF;
}
.TagClassName
{
border-color: #E328FF;
}
</style>