Shades of Psychedelic Purple #E327EF
Tints of Psychedelic Purple #E327EF
RGB
CMYK
RGB Variations
Color information
#E327EF (or 0xE327EF) is known color: Psychedelic Purple. HEX triplet: E3, 27 and EF. RGB value is (227,39,239). Sum of RGB (Red+Green+Blue) = 227+39+239=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #E327EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327EF is #1CD810. Grayscale: #757575. Windows color (decimal): -1890321 or 15673315. OLE color: 15673315.
HSL color Cylindrical-coordinate representation of color #E327EF: hue angle of 296.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E327EF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 39 | 239 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.06 |
| HSL | 296.4º | 0.86% | 0.55% | - |
| HSV(B) | 296.4º | 0.84% | 0.94% | - |
| XYZ | 47.98 | 24.01 | 83.77 | - |
| YUV | 118.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 239 | 0.05 | 0.84 | 0 | 0.06 | 296.4 | 0.86 | 0.55 |
| Hex | E3 | 27 | EF | 5 | 54 | 0 | 6 | 128 | 56 | 37 |
| Octal | 343 | 47 | 357 | 5 | 124 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100011 | 100111 | 11101111 | 101 | 1010100 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E327EF
Complementary color
Monochromatic Colors of #E327EF
Black with #E327EF
Text Example
Text Example
White with #E327EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327EF; }
p { color: rgb(227,39,239); }
H1.HeaderClassName
{
color: #E327EF;
}
.AnyTagClassName
{
color: #E327EF;
}
</style>
background-color css
<style>
a { background-color: #E327EF; }
a { background-color: rgb(227,39,239); }
div.DivClassName
{
background-color: #E327EF;
}
.BgClassName
{
background-color: #E327EF;
}
</style>
border-color css
<style>
span { border-color: #E327EF; }
span { border-color: rgb(227,39,239); }
td.TdClassName
{
border-color: #E327EF;
}
.TagClassName
{
border-color: #E327EF;
}
</style>