Shades of Psychedelic Purple #E327ED
Tints of Psychedelic Purple #E327ED
RGB
CMYK
RGB Variations
Color information
#E327ED (or 0xE327ED) is known color: Psychedelic Purple. HEX triplet: E3, 27 and ED. RGB value is (227,39,237). Sum of RGB (Red+Green+Blue) = 227+39+237=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #E327ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327ED is #1CD812. Grayscale: #757575. Windows color (decimal): -1890323 or 15542243. OLE color: 15542243.
HSL color Cylindrical-coordinate representation of color #E327ED: hue angle of 296.97º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E327ED is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 39 | 237 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.07 |
| HSL | 296.97º | 0.85% | 0.54% | - |
| HSV(B) | 296.97º | 0.84% | 0.93% | - |
| XYZ | 47.69 | 23.9 | 82.22 | - |
| YUV | 117.78 | 195.28 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 237 | 0.04 | 0.84 | 0 | 0.07 | 296.97 | 0.85 | 0.54 |
| Hex | E3 | 27 | ED | 4 | 54 | 0 | 7 | 129 | 55 | 36 |
| Octal | 343 | 47 | 355 | 4 | 124 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100011 | 100111 | 11101101 | 100 | 1010100 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E327ED
Complementary color
Monochromatic Colors of #E327ED
Black with #E327ED
Text Example
Text Example
White with #E327ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327ED; }
p { color: rgb(227,39,237); }
H1.HeaderClassName
{
color: #E327ED;
}
.AnyTagClassName
{
color: #E327ED;
}
</style>
background-color css
<style>
a { background-color: #E327ED; }
a { background-color: rgb(227,39,237); }
div.DivClassName
{
background-color: #E327ED;
}
.BgClassName
{
background-color: #E327ED;
}
</style>
border-color css
<style>
span { border-color: #E327ED; }
span { border-color: rgb(227,39,237); }
td.TdClassName
{
border-color: #E327ED;
}
.TagClassName
{
border-color: #E327ED;
}
</style>