Shades of Psychedelic Purple #E515F1
Tints of Psychedelic Purple #E515F1
RGB
CMYK
RGB Variations
Color information
#E515F1 (or 0xE515F1) is known color: Psychedelic Purple. HEX triplet: E5, 15 and F1. RGB value is (229,21,241). Sum of RGB (Red+Green+Blue) = 229+21+241=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #E515F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515F1 is #1AEA0E. Grayscale: #6B6B6B. Windows color (decimal): -1763855 or 15799781. OLE color: 15799781.
HSL color Cylindrical-coordinate representation of color #E515F1: hue angle of 296.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515F1 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 21 | 241 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.05 |
| HSL | 296.73º | 0.89% | 0.51% | - |
| HSV(B) | 296.73º | 0.91% | 0.95% | - |
| XYZ | 48.46 | 23.55 | 85.21 | - |
| YUV | 108.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 241 | 0.05 | 0.91 | 0 | 0.05 | 296.73 | 0.89 | 0.51 |
| Hex | E5 | 15 | F1 | 5 | 5B | 0 | 5 | 129 | 59 | 33 |
| Octal | 345 | 25 | 361 | 5 | 133 | 0 | 5 | 451 | 131 | 63 |
| Binary | 11100101 | 10101 | 11110001 | 101 | 1011011 | 0 | 101 | 100101001 | 1011001 | 110011 |
Color Harmonies of #E515F1
Complementary color
Monochromatic Colors of #E515F1
Black with #E515F1
Text Example
Text Example
White with #E515F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515F1; }
p { color: rgb(229,21,241); }
H1.HeaderClassName
{
color: #E515F1;
}
.AnyTagClassName
{
color: #E515F1;
}
</style>
background-color css
<style>
a { background-color: #E515F1; }
a { background-color: rgb(229,21,241); }
div.DivClassName
{
background-color: #E515F1;
}
.BgClassName
{
background-color: #E515F1;
}
</style>
border-color css
<style>
span { border-color: #E515F1; }
span { border-color: rgb(229,21,241); }
td.TdClassName
{
border-color: #E515F1;
}
.TagClassName
{
border-color: #E515F1;
}
</style>