Shades of Psychedelic Purple #E116EE
Tints of Psychedelic Purple #E116EE
RGB
CMYK
RGB Variations
Color information
#E116EE (or 0xE116EE) is known color: Psychedelic Purple. HEX triplet: E1, 16 and EE. RGB value is (225,22,238). Sum of RGB (Red+Green+Blue) = 225+22+238=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E116EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E116EE is #1EE911. Grayscale: #6A6A6A. Windows color (decimal): -2025746 or 15603425. OLE color: 15603425.
HSL color Cylindrical-coordinate representation of color #E116EE: hue angle of 296.39º 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 #E116EE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 22 | 238 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.07 |
| HSL | 296.39º | 0.86% | 0.51% | - |
| HSV(B) | 296.39º | 0.91% | 0.93% | - |
| XYZ | 46.77 | 22.75 | 82.82 | - |
| YUV | 107.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 238 | 0.05 | 0.91 | 0 | 0.07 | 296.39 | 0.86 | 0.51 |
| Hex | E1 | 16 | EE | 5 | 5B | 0 | 7 | 128 | 56 | 33 |
| Octal | 341 | 26 | 356 | 5 | 133 | 0 | 7 | 450 | 126 | 63 |
| Binary | 11100001 | 10110 | 11101110 | 101 | 1011011 | 0 | 111 | 100101000 | 1010110 | 110011 |
Color Harmonies of #E116EE
Complementary color
Monochromatic Colors of #E116EE
Black with #E116EE
Text Example
Text Example
White with #E116EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116EE; }
p { color: rgb(225,22,238); }
H1.HeaderClassName
{
color: #E116EE;
}
.AnyTagClassName
{
color: #E116EE;
}
</style>
background-color css
<style>
a { background-color: #E116EE; }
a { background-color: rgb(225,22,238); }
div.DivClassName
{
background-color: #E116EE;
}
.BgClassName
{
background-color: #E116EE;
}
</style>
border-color css
<style>
span { border-color: #E116EE; }
span { border-color: rgb(225,22,238); }
td.TdClassName
{
border-color: #E116EE;
}
.TagClassName
{
border-color: #E116EE;
}
</style>