Shades of Psychedelic Purple #E320EE
Tints of Psychedelic Purple #E320EE
RGB
CMYK
RGB Variations
Color information
#E320EE (or 0xE320EE) is known color: Psychedelic Purple. HEX triplet: E3, 20 and EE. RGB value is (227,32,238). Sum of RGB (Red+Green+Blue) = 227+32+238=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #E320EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320EE is #1CDF11. Grayscale: #717171. Windows color (decimal): -1892114 or 15605987. OLE color: 15605987.
HSL color Cylindrical-coordinate representation of color #E320EE: hue angle of 296.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E320EE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 32 | 238 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.07 |
| HSL | 296.8º | 0.86% | 0.53% | - |
| HSV(B) | 296.8º | 0.87% | 0.93% | - |
| XYZ | 47.63 | 23.54 | 82.92 | - |
| YUV | 113.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 238 | 0.05 | 0.87 | 0 | 0.07 | 296.8 | 0.86 | 0.53 |
| Hex | E3 | 20 | EE | 5 | 57 | 0 | 7 | 129 | 56 | 35 |
| Octal | 343 | 40 | 356 | 5 | 127 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100011 | 100000 | 11101110 | 101 | 1010111 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E320EE
Complementary color
Monochromatic Colors of #E320EE
Black with #E320EE
Text Example
Text Example
White with #E320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320EE; }
p { color: rgb(227,32,238); }
H1.HeaderClassName
{
color: #E320EE;
}
.AnyTagClassName
{
color: #E320EE;
}
</style>
background-color css
<style>
a { background-color: #E320EE; }
a { background-color: rgb(227,32,238); }
div.DivClassName
{
background-color: #E320EE;
}
.BgClassName
{
background-color: #E320EE;
}
</style>
border-color css
<style>
span { border-color: #E320EE; }
span { border-color: rgb(227,32,238); }
td.TdClassName
{
border-color: #E320EE;
}
.TagClassName
{
border-color: #E320EE;
}
</style>