Shades of Psychedelic Purple #E519E9
Tints of Psychedelic Purple #E519E9
RGB
CMYK
RGB Variations
Color information
#E519E9 (or 0xE519E9) is known color: Psychedelic Purple. HEX triplet: E5, 19 and E9. RGB value is (229,25,233). Sum of RGB (Red+Green+Blue) = 229+25+233=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #E519E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519E9 is #1AE616. Grayscale: #6D6D6D. Windows color (decimal): -1762839 or 15276517. OLE color: 15276517.
HSL color Cylindrical-coordinate representation of color #E519E9: hue angle of 298.85º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519E9 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 25 | 233 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.09 |
| HSL | 298.85º | 0.83% | 0.51% | - |
| HSV(B) | 298.85º | 0.89% | 0.91% | - |
| XYZ | 47.37 | 23.24 | 79.08 | - |
| YUV | 109.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 233 | 0.02 | 0.89 | 0 | 0.09 | 298.85 | 0.83 | 0.51 |
| Hex | E5 | 19 | E9 | 2 | 59 | 0 | 9 | 12B | 53 | 33 |
| Octal | 345 | 31 | 351 | 2 | 131 | 0 | 11 | 453 | 123 | 63 |
| Binary | 11100101 | 11001 | 11101001 | 10 | 1011001 | 0 | 1001 | 100101011 | 1010011 | 110011 |
Color Harmonies of #E519E9
Complementary color
Monochromatic Colors of #E519E9
Black with #E519E9
Text Example
Text Example
White with #E519E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519E9; }
p { color: rgb(229,25,233); }
H1.HeaderClassName
{
color: #E519E9;
}
.AnyTagClassName
{
color: #E519E9;
}
</style>
background-color css
<style>
a { background-color: #E519E9; }
a { background-color: rgb(229,25,233); }
div.DivClassName
{
background-color: #E519E9;
}
.BgClassName
{
background-color: #E519E9;
}
</style>
border-color css
<style>
span { border-color: #E519E9; }
span { border-color: rgb(229,25,233); }
td.TdClassName
{
border-color: #E519E9;
}
.TagClassName
{
border-color: #E519E9;
}
</style>