Shades of Psychedelic Purple #E320EF
Tints of Psychedelic Purple #E320EF
RGB
CMYK
RGB Variations
Color information
#E320EF (or 0xE320EF) is known color: Psychedelic Purple. HEX triplet: E3, 20 and EF. RGB value is (227,32,239). Sum of RGB (Red+Green+Blue) = 227+32+239=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #E320EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320EF is #1CDF10. Grayscale: #717171. Windows color (decimal): -1892113 or 15671523. OLE color: 15671523.
HSL color Cylindrical-coordinate representation of color #E320EF: hue angle of 296.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E320EF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 32 | 239 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.06 |
| HSL | 296.52º | 0.87% | 0.53% | - |
| HSV(B) | 296.52º | 0.87% | 0.94% | - |
| XYZ | 47.78 | 23.6 | 83.7 | - |
| YUV | 113.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 239 | 0.05 | 0.87 | 0 | 0.06 | 296.52 | 0.87 | 0.53 |
| Hex | E3 | 20 | EF | 5 | 57 | 0 | 6 | 129 | 57 | 35 |
| Octal | 343 | 40 | 357 | 5 | 127 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100011 | 100000 | 11101111 | 101 | 1010111 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E320EF
Complementary color
Monochromatic Colors of #E320EF
Black with #E320EF
Text Example
Text Example
White with #E320EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320EF; }
p { color: rgb(227,32,239); }
H1.HeaderClassName
{
color: #E320EF;
}
.AnyTagClassName
{
color: #E320EF;
}
</style>
background-color css
<style>
a { background-color: #E320EF; }
a { background-color: rgb(227,32,239); }
div.DivClassName
{
background-color: #E320EF;
}
.BgClassName
{
background-color: #E320EF;
}
</style>
border-color css
<style>
span { border-color: #E320EF; }
span { border-color: rgb(227,32,239); }
td.TdClassName
{
border-color: #E320EF;
}
.TagClassName
{
border-color: #E320EF;
}
</style>