Shades of Psychedelic Purple #E115EF
Tints of Psychedelic Purple #E115EF
RGB
CMYK
RGB Variations
Color information
#E115EF (or 0xE115EF) is known color: Psychedelic Purple. HEX triplet: E1, 15 and EF. RGB value is (225,21,239). Sum of RGB (Red+Green+Blue) = 225+21+239=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #E115EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115EF is #1EEA10. Grayscale: #6A6A6A. Windows color (decimal): -2026001 or 15668705. OLE color: 15668705.
HSL color Cylindrical-coordinate representation of color #E115EF: hue angle of 296.15º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115EF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 21 | 239 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.06 |
| HSL | 296.15º | 0.87% | 0.51% | - |
| HSV(B) | 296.15º | 0.91% | 0.94% | - |
| XYZ | 46.9 | 22.78 | 83.59 | - |
| YUV | 106.85 | 202.59 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 239 | 0.06 | 0.91 | 0 | 0.06 | 296.15 | 0.87 | 0.51 |
| Hex | E1 | 15 | EF | 6 | 5B | 0 | 6 | 128 | 57 | 33 |
| Octal | 341 | 25 | 357 | 6 | 133 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11100001 | 10101 | 11101111 | 110 | 1011011 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #E115EF
Complementary color
Monochromatic Colors of #E115EF
Black with #E115EF
Text Example
Text Example
White with #E115EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115EF; }
p { color: rgb(225,21,239); }
H1.HeaderClassName
{
color: #E115EF;
}
.AnyTagClassName
{
color: #E115EF;
}
</style>
background-color css
<style>
a { background-color: #E115EF; }
a { background-color: rgb(225,21,239); }
div.DivClassName
{
background-color: #E115EF;
}
.BgClassName
{
background-color: #E115EF;
}
</style>
border-color css
<style>
span { border-color: #E115EF; }
span { border-color: rgb(225,21,239); }
td.TdClassName
{
border-color: #E115EF;
}
.TagClassName
{
border-color: #E115EF;
}
</style>