Shades of Psychedelic Purple #E815FF
Tints of Psychedelic Purple #E815FF
RGB
CMYK
RGB Variations
Color information
#E815FF (or 0xE815FF) is known color: Psychedelic Purple. HEX triplet: E8, 15 and FF. RGB value is (232,21,255). Sum of RGB (Red+Green+Blue) = 232+21+255=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 21 (8.59% from 255 or 4.13% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E815FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815FF is #17EA00. Grayscale: #6E6E6E. Windows color (decimal): -1567233 or 16717288. OLE color: 16717288.
HSL color Cylindrical-coordinate representation of color #E815FF: hue angle of 294.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E815FF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 21 | 255 | - |
| CMYK | 0.09 | 0.92 | 0 | 0 |
| HSL | 294.1º | 1% | 0.54% | - |
| HSV(B) | 294.1º | 0.92% | 1% | - |
| XYZ | 51.6 | 24.91 | 96.7 | - |
| YUV | 110.77 | 209.4 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 255 | 0.09 | 0.92 | 0 | 0 | 294.1 | 1 | 0.54 |
| Hex | E8 | 15 | FF | 9 | 5C | 0 | 0 | 126 | 64 | 36 |
| Octal | 350 | 25 | 377 | 11 | 134 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11101000 | 10101 | 11111111 | 1001 | 1011100 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E815FF
Complementary color
Monochromatic Colors of #E815FF
Black with #E815FF
Text Example
Text Example
White with #E815FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815FF; }
p { color: rgb(232,21,255); }
H1.HeaderClassName
{
color: #E815FF;
}
.AnyTagClassName
{
color: #E815FF;
}
</style>
background-color css
<style>
a { background-color: #E815FF; }
a { background-color: rgb(232,21,255); }
div.DivClassName
{
background-color: #E815FF;
}
.BgClassName
{
background-color: #E815FF;
}
</style>
border-color css
<style>
span { border-color: #E815FF; }
span { border-color: rgb(232,21,255); }
td.TdClassName
{
border-color: #E815FF;
}
.TagClassName
{
border-color: #E815FF;
}
</style>