Shades of Psychedelic Purple #E515FA
Tints of Psychedelic Purple #E515FA
RGB
CMYK
RGB Variations
Color information
#E515FA (or 0xE515FA) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FA. RGB value is (229,21,250). Sum of RGB (Red+Green+Blue) = 229+21+250=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #E515FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FA is #1AEA05. Grayscale: #6C6C6C. Windows color (decimal): -1763846 or 16389605. OLE color: 16389605.
HSL color Cylindrical-coordinate representation of color #E515FA: hue angle of 294.5º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E515FA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 21 | 250 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 294.5º | 0.96% | 0.53% | - |
| HSV(B) | 294.5º | 0.92% | 0.98% | - |
| XYZ | 49.84 | 24.1 | 92.47 | - |
| YUV | 109.3 | 207.41 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 250 | 0.08 | 0.92 | 0 | 0.02 | 294.5 | 0.96 | 0.53 |
| Hex | E5 | 15 | FA | 8 | 5C | 0 | 2 | 126 | 60 | 35 |
| Octal | 345 | 25 | 372 | 10 | 134 | 0 | 2 | 446 | 140 | 65 |
| Binary | 11100101 | 10101 | 11111010 | 1000 | 1011100 | 0 | 10 | 100100110 | 1100000 | 110101 |
Color Harmonies of #E515FA
Complementary color
Monochromatic Colors of #E515FA
Black with #E515FA
Text Example
Text Example
White with #E515FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515FA; }
p { color: rgb(229,21,250); }
H1.HeaderClassName
{
color: #E515FA;
}
.AnyTagClassName
{
color: #E515FA;
}
</style>
background-color css
<style>
a { background-color: #E515FA; }
a { background-color: rgb(229,21,250); }
div.DivClassName
{
background-color: #E515FA;
}
.BgClassName
{
background-color: #E515FA;
}
</style>
border-color css
<style>
span { border-color: #E515FA; }
span { border-color: rgb(229,21,250); }
td.TdClassName
{
border-color: #E515FA;
}
.TagClassName
{
border-color: #E515FA;
}
</style>