Shades of Psychedelic Purple #E816EE
Tints of Psychedelic Purple #E816EE
RGB
CMYK
RGB Variations
Color information
#E816EE (or 0xE816EE) is known color: Psychedelic Purple. HEX triplet: E8, 16 and EE. RGB value is (232,22,238). Sum of RGB (Red+Green+Blue) = 232+22+238=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #E816EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E816EE is #17E911. Grayscale: #6C6C6C. Windows color (decimal): -1566994 or 15603432. OLE color: 15603432.
HSL color Cylindrical-coordinate representation of color #E816EE: hue angle of 298.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E816EE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 22 | 238 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 298.33º | 0.86% | 0.51% | - |
| HSV(B) | 298.33º | 0.91% | 0.93% | - |
| XYZ | 49 | 23.9 | 82.92 | - |
| YUV | 109.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 238 | 0.03 | 0.91 | 0 | 0.07 | 298.33 | 0.86 | 0.51 |
| Hex | E8 | 16 | EE | 3 | 5B | 0 | 7 | 12A | 56 | 33 |
| Octal | 350 | 26 | 356 | 3 | 133 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11101000 | 10110 | 11101110 | 11 | 1011011 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E816EE
Complementary color
Monochromatic Colors of #E816EE
Black with #E816EE
Text Example
Text Example
White with #E816EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816EE; }
p { color: rgb(232,22,238); }
H1.HeaderClassName
{
color: #E816EE;
}
.AnyTagClassName
{
color: #E816EE;
}
</style>
background-color css
<style>
a { background-color: #E816EE; }
a { background-color: rgb(232,22,238); }
div.DivClassName
{
background-color: #E816EE;
}
.BgClassName
{
background-color: #E816EE;
}
</style>
border-color css
<style>
span { border-color: #E816EE; }
span { border-color: rgb(232,22,238); }
td.TdClassName
{
border-color: #E816EE;
}
.TagClassName
{
border-color: #E816EE;
}
</style>