Shades of Psychedelic Purple #E108EE
Tints of Psychedelic Purple #E108EE
RGB
CMYK
RGB Variations
Color information
#E108EE (or 0xE108EE) is known color: Psychedelic Purple. HEX triplet: E1, 08 and EE. RGB value is (225,8,238). Sum of RGB (Red+Green+Blue) = 225+8+238=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #E108EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E108EE is #1EF711. Grayscale: #626262. Windows color (decimal): -2029330 or 15599841. OLE color: 15599841.
HSL color Cylindrical-coordinate representation of color #E108EE: hue angle of 296.61º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E108EE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 8 | 238 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.07 |
| HSL | 296.61º | 0.93% | 0.48% | - |
| HSV(B) | 296.61º | 0.97% | 0.93% | - |
| XYZ | 46.57 | 22.35 | 82.75 | - |
| YUV | 99.1 | 206.39 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 238 | 0.05 | 0.97 | 0 | 0.07 | 296.61 | 0.93 | 0.48 |
| Hex | E1 | 8 | EE | 5 | 61 | 0 | 7 | 129 | 5D | 30 |
| Octal | 341 | 10 | 356 | 5 | 141 | 0 | 7 | 451 | 135 | 60 |
| Binary | 11100001 | 1000 | 11101110 | 101 | 1100001 | 0 | 111 | 100101001 | 1011101 | 110000 |
Color Harmonies of #E108EE
Complementary color
Monochromatic Colors of #E108EE
Black with #E108EE
Text Example
Text Example
White with #E108EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108EE; }
p { color: rgb(225,8,238); }
H1.HeaderClassName
{
color: #E108EE;
}
.AnyTagClassName
{
color: #E108EE;
}
</style>
background-color css
<style>
a { background-color: #E108EE; }
a { background-color: rgb(225,8,238); }
div.DivClassName
{
background-color: #E108EE;
}
.BgClassName
{
background-color: #E108EE;
}
</style>
border-color css
<style>
span { border-color: #E108EE; }
span { border-color: rgb(225,8,238); }
td.TdClassName
{
border-color: #E108EE;
}
.TagClassName
{
border-color: #E108EE;
}
</style>