Shades of Psychedelic Purple #E521EF
Tints of Psychedelic Purple #E521EF
RGB
CMYK
RGB Variations
Color information
#E521EF (or 0xE521EF) is known color: Psychedelic Purple. HEX triplet: E5, 21 and EF. RGB value is (229,33,239). Sum of RGB (Red+Green+Blue) = 229+33+239=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #E521EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521EF is #1ADE10. Grayscale: #727272. Windows color (decimal): -1760785 or 15671781. OLE color: 15671781.
HSL color Cylindrical-coordinate representation of color #E521EF: hue angle of 297.09º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521EF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 33 | 239 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.06 |
| HSL | 297.09º | 0.87% | 0.53% | - |
| HSV(B) | 297.09º | 0.86% | 0.94% | - |
| XYZ | 48.44 | 23.98 | 83.74 | - |
| YUV | 115.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 239 | 0.04 | 0.86 | 0 | 0.06 | 297.09 | 0.87 | 0.53 |
| Hex | E5 | 21 | EF | 4 | 56 | 0 | 6 | 129 | 57 | 35 |
| Octal | 345 | 41 | 357 | 4 | 126 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100101 | 100001 | 11101111 | 100 | 1010110 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E521EF
Complementary color
Monochromatic Colors of #E521EF
Black with #E521EF
Text Example
Text Example
White with #E521EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521EF; }
p { color: rgb(229,33,239); }
H1.HeaderClassName
{
color: #E521EF;
}
.AnyTagClassName
{
color: #E521EF;
}
</style>
background-color css
<style>
a { background-color: #E521EF; }
a { background-color: rgb(229,33,239); }
div.DivClassName
{
background-color: #E521EF;
}
.BgClassName
{
background-color: #E521EF;
}
</style>
border-color css
<style>
span { border-color: #E521EF; }
span { border-color: rgb(229,33,239); }
td.TdClassName
{
border-color: #E521EF;
}
.TagClassName
{
border-color: #E521EF;
}
</style>