Shades of Psychedelic Purple #E815EE
Tints of Psychedelic Purple #E815EE
RGB
CMYK
RGB Variations
Color information
#E815EE (or 0xE815EE) is known color: Psychedelic Purple. HEX triplet: E8, 15 and EE. RGB value is (232,21,238). Sum of RGB (Red+Green+Blue) = 232+21+238=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #E815EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815EE is #17EA11. Grayscale: #6C6C6C. Windows color (decimal): -1567250 or 15603176. OLE color: 15603176.
HSL color Cylindrical-coordinate representation of color #E815EE: hue angle of 298.34º 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 #E815EE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 21 | 238 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 298.34º | 0.86% | 0.51% | - |
| HSV(B) | 298.34º | 0.91% | 0.93% | - |
| XYZ | 48.98 | 23.87 | 82.91 | - |
| YUV | 108.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 238 | 0.03 | 0.91 | 0 | 0.07 | 298.34 | 0.86 | 0.51 |
| Hex | E8 | 15 | EE | 3 | 5B | 0 | 7 | 12A | 56 | 33 |
| Octal | 350 | 25 | 356 | 3 | 133 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11101000 | 10101 | 11101110 | 11 | 1011011 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E815EE
Complementary color
Monochromatic Colors of #E815EE
Black with #E815EE
Text Example
Text Example
White with #E815EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815EE; }
p { color: rgb(232,21,238); }
H1.HeaderClassName
{
color: #E815EE;
}
.AnyTagClassName
{
color: #E815EE;
}
</style>
background-color css
<style>
a { background-color: #E815EE; }
a { background-color: rgb(232,21,238); }
div.DivClassName
{
background-color: #E815EE;
}
.BgClassName
{
background-color: #E815EE;
}
</style>
border-color css
<style>
span { border-color: #E815EE; }
span { border-color: rgb(232,21,238); }
td.TdClassName
{
border-color: #E815EE;
}
.TagClassName
{
border-color: #E815EE;
}
</style>