Shades of Psychedelic Purple #E519F5
Tints of Psychedelic Purple #E519F5
RGB
CMYK
RGB Variations
Color information
#E519F5 (or 0xE519F5) is known color: Psychedelic Purple. HEX triplet: E5, 19 and F5. RGB value is (229,25,245). Sum of RGB (Red+Green+Blue) = 229+25+245=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #E519F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519F5 is #1AE60A. Grayscale: #6E6E6E. Windows color (decimal): -1762827 or 16062949. OLE color: 16062949.
HSL color Cylindrical-coordinate representation of color #E519F5: hue angle of 295.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519F5 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 25 | 245 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.04 |
| HSL | 295.64º | 0.92% | 0.53% | - |
| HSV(B) | 295.64º | 0.9% | 0.96% | - |
| XYZ | 49.14 | 23.95 | 88.42 | - |
| YUV | 111.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 245 | 0.07 | 0.90 | 0 | 0.04 | 295.64 | 0.92 | 0.53 |
| Hex | E5 | 19 | F5 | 7 | 5A | 0 | 4 | 128 | 5C | 35 |
| Octal | 345 | 31 | 365 | 7 | 132 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11100101 | 11001 | 11110101 | 111 | 1011010 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E519F5
Complementary color
Monochromatic Colors of #E519F5
Black with #E519F5
Text Example
Text Example
White with #E519F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519F5; }
p { color: rgb(229,25,245); }
H1.HeaderClassName
{
color: #E519F5;
}
.AnyTagClassName
{
color: #E519F5;
}
</style>
background-color css
<style>
a { background-color: #E519F5; }
a { background-color: rgb(229,25,245); }
div.DivClassName
{
background-color: #E519F5;
}
.BgClassName
{
background-color: #E519F5;
}
</style>
border-color css
<style>
span { border-color: #E519F5; }
span { border-color: rgb(229,25,245); }
td.TdClassName
{
border-color: #E519F5;
}
.TagClassName
{
border-color: #E519F5;
}
</style>