Shades of Psychedelic Purple #E519FF
Tints of Psychedelic Purple #E519FF
RGB
CMYK
RGB Variations
Color information
#E519FF (or 0xE519FF) is known color: Psychedelic Purple. HEX triplet: E5, 19 and FF. RGB value is (229,25,255). Sum of RGB (Red+Green+Blue) = 229+25+255=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E519FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519FF is #1AE600. Grayscale: #6F6F6F. Windows color (decimal): -1762817 or 16718309. OLE color: 16718309.
HSL color Cylindrical-coordinate representation of color #E519FF: hue angle of 293.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519FF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 25 | 255 | - |
| CMYK | 0.10 | 0.90 | 0 | 0 |
| HSL | 293.22º | 1% | 0.55% | - |
| HSV(B) | 293.22º | 0.9% | 1% | - |
| XYZ | 50.71 | 24.57 | 96.68 | - |
| YUV | 112.22 | 208.59 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 255 | 0.10 | 0.90 | 0 | 0 | 293.22 | 1 | 0.55 |
| Hex | E5 | 19 | FF | A | 5A | 0 | 0 | 125 | 64 | 37 |
| Octal | 345 | 31 | 377 | 12 | 132 | 0 | 0 | 445 | 144 | 67 |
| Binary | 11100101 | 11001 | 11111111 | 1010 | 1011010 | 0 | 0 | 100100101 | 1100100 | 110111 |
Color Harmonies of #E519FF
Complementary color
Monochromatic Colors of #E519FF
Black with #E519FF
Text Example
Text Example
White with #E519FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519FF; }
p { color: rgb(229,25,255); }
H1.HeaderClassName
{
color: #E519FF;
}
.AnyTagClassName
{
color: #E519FF;
}
</style>
background-color css
<style>
a { background-color: #E519FF; }
a { background-color: rgb(229,25,255); }
div.DivClassName
{
background-color: #E519FF;
}
.BgClassName
{
background-color: #E519FF;
}
</style>
border-color css
<style>
span { border-color: #E519FF; }
span { border-color: rgb(229,25,255); }
td.TdClassName
{
border-color: #E519FF;
}
.TagClassName
{
border-color: #E519FF;
}
</style>