Shades of Psychedelic Purple #E519F9
Tints of Psychedelic Purple #E519F9
RGB
CMYK
RGB Variations
Color information
#E519F9 (or 0xE519F9) is known color: Psychedelic Purple. HEX triplet: E5, 19 and F9. RGB value is (229,25,249). Sum of RGB (Red+Green+Blue) = 229+25+249=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #E519F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519F9 is #1AE606. Grayscale: #6E6E6E. Windows color (decimal): -1762823 or 16325093. OLE color: 16325093.
HSL color Cylindrical-coordinate representation of color #E519F9: hue angle of 294.64º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519F9 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 25 | 249 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.02 |
| HSL | 294.64º | 0.95% | 0.54% | - |
| HSV(B) | 294.64º | 0.9% | 0.98% | - |
| XYZ | 49.76 | 24.19 | 91.67 | - |
| YUV | 111.53 | 205.59 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 249 | 0.08 | 0.90 | 0 | 0.02 | 294.64 | 0.95 | 0.54 |
| Hex | E5 | 19 | F9 | 8 | 5A | 0 | 2 | 127 | 5F | 36 |
| Octal | 345 | 31 | 371 | 10 | 132 | 0 | 2 | 447 | 137 | 66 |
| Binary | 11100101 | 11001 | 11111001 | 1000 | 1011010 | 0 | 10 | 100100111 | 1011111 | 110110 |
Color Harmonies of #E519F9
Complementary color
Monochromatic Colors of #E519F9
Black with #E519F9
Text Example
Text Example
White with #E519F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519F9; }
p { color: rgb(229,25,249); }
H1.HeaderClassName
{
color: #E519F9;
}
.AnyTagClassName
{
color: #E519F9;
}
</style>
background-color css
<style>
a { background-color: #E519F9; }
a { background-color: rgb(229,25,249); }
div.DivClassName
{
background-color: #E519F9;
}
.BgClassName
{
background-color: #E519F9;
}
</style>
border-color css
<style>
span { border-color: #E519F9; }
span { border-color: rgb(229,25,249); }
td.TdClassName
{
border-color: #E519F9;
}
.TagClassName
{
border-color: #E519F9;
}
</style>