Shades of Psychedelic Purple #E321EE
Tints of Psychedelic Purple #E321EE
RGB
CMYK
RGB Variations
Color information
#E321EE (or 0xE321EE) is known color: Psychedelic Purple. HEX triplet: E3, 21 and EE. RGB value is (227,33,238). Sum of RGB (Red+Green+Blue) = 227+33+238=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #E321EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321EE is #1CDE11. Grayscale: #717171. Windows color (decimal): -1891858 or 15606243. OLE color: 15606243.
HSL color Cylindrical-coordinate representation of color #E321EE: hue angle of 296.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E321EE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 33 | 238 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.78º | 0.86% | 0.53% | - |
| HSV(B) | 296.78º | 0.86% | 0.93% | - |
| XYZ | 47.66 | 23.59 | 82.93 | - |
| YUV | 114.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 238 | 0.05 | 0.86 | 0 | 0.07 | 296.78 | 0.86 | 0.53 |
| Hex | E3 | 21 | EE | 5 | 56 | 0 | 7 | 129 | 56 | 35 |
| Octal | 343 | 41 | 356 | 5 | 126 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100011 | 100001 | 11101110 | 101 | 1010110 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E321EE
Complementary color
Monochromatic Colors of #E321EE
Black with #E321EE
Text Example
Text Example
White with #E321EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E321EE; }
p { color: rgb(227,33,238); }
H1.HeaderClassName
{
color: #E321EE;
}
.AnyTagClassName
{
color: #E321EE;
}
</style>
background-color css
<style>
a { background-color: #E321EE; }
a { background-color: rgb(227,33,238); }
div.DivClassName
{
background-color: #E321EE;
}
.BgClassName
{
background-color: #E321EE;
}
</style>
border-color css
<style>
span { border-color: #E321EE; }
span { border-color: rgb(227,33,238); }
td.TdClassName
{
border-color: #E321EE;
}
.TagClassName
{
border-color: #E321EE;
}
</style>