Shades of Psychedelic Purple #E515FF
Tints of Psychedelic Purple #E515FF
RGB
CMYK
RGB Variations
Color information
#E515FF (or 0xE515FF) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FF. RGB value is (229,21,255). Sum of RGB (Red+Green+Blue) = 229+21+255=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #E515FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FF is #1AEA00. Grayscale: #6D6D6D. Windows color (decimal): -1763841 or 16717285. OLE color: 16717285.
HSL color Cylindrical-coordinate representation of color #E515FF: hue angle of 293.33º 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 #E515FF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 21 | 255 | - |
| CMYK | 0.10 | 0.92 | 0 | 0 |
| HSL | 293.33º | 1% | 0.54% | - |
| HSV(B) | 293.33º | 0.92% | 1% | - |
| XYZ | 50.63 | 24.41 | 96.65 | - |
| YUV | 109.87 | 209.91 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 255 | 0.10 | 0.92 | 0 | 0 | 293.33 | 1 | 0.54 |
| Hex | E5 | 15 | FF | A | 5C | 0 | 0 | 125 | 64 | 36 |
| Octal | 345 | 25 | 377 | 12 | 134 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100101 | 10101 | 11111111 | 1010 | 1011100 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E515FF
Complementary color
Monochromatic Colors of #E515FF
Black with #E515FF
Text Example
Text Example
White with #E515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515FF; }
p { color: rgb(229,21,255); }
H1.HeaderClassName
{
color: #E515FF;
}
.AnyTagClassName
{
color: #E515FF;
}
</style>
background-color css
<style>
a { background-color: #E515FF; }
a { background-color: rgb(229,21,255); }
div.DivClassName
{
background-color: #E515FF;
}
.BgClassName
{
background-color: #E515FF;
}
</style>
border-color css
<style>
span { border-color: #E515FF; }
span { border-color: rgb(229,21,255); }
td.TdClassName
{
border-color: #E515FF;
}
.TagClassName
{
border-color: #E515FF;
}
</style>