Shades of Psychedelic Purple #E520FA
Tints of Psychedelic Purple #E520FA
RGB
CMYK
RGB Variations
Color information
#E520FA (or 0xE520FA) is known color: Psychedelic Purple. HEX triplet: E5, 20 and FA. RGB value is (229,32,250). Sum of RGB (Red+Green+Blue) = 229+32+250=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #E520FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520FA is #1ADF05. Grayscale: #737373. Windows color (decimal): -1761030 or 16392421. OLE color: 16392421.
HSL color Cylindrical-coordinate representation of color #E520FA: hue angle of 294.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E520FA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 32 | 250 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.02 |
| HSL | 294.22º | 0.96% | 0.55% | - |
| HSV(B) | 294.22º | 0.87% | 0.98% | - |
| XYZ | 50.08 | 24.59 | 92.55 | - |
| YUV | 115.76 | 203.77 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 250 | 0.08 | 0.87 | 0 | 0.02 | 294.22 | 0.96 | 0.55 |
| Hex | E5 | 20 | FA | 8 | 57 | 0 | 2 | 126 | 60 | 37 |
| Octal | 345 | 40 | 372 | 10 | 127 | 0 | 2 | 446 | 140 | 67 |
| Binary | 11100101 | 100000 | 11111010 | 1000 | 1010111 | 0 | 10 | 100100110 | 1100000 | 110111 |
Color Harmonies of #E520FA
Complementary color
Monochromatic Colors of #E520FA
Black with #E520FA
Text Example
Text Example
White with #E520FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520FA; }
p { color: rgb(229,32,250); }
H1.HeaderClassName
{
color: #E520FA;
}
.AnyTagClassName
{
color: #E520FA;
}
</style>
background-color css
<style>
a { background-color: #E520FA; }
a { background-color: rgb(229,32,250); }
div.DivClassName
{
background-color: #E520FA;
}
.BgClassName
{
background-color: #E520FA;
}
</style>
border-color css
<style>
span { border-color: #E520FA; }
span { border-color: rgb(229,32,250); }
td.TdClassName
{
border-color: #E520FA;
}
.TagClassName
{
border-color: #E520FA;
}
</style>