Shades of Psychedelic Purple #E521EE
Tints of Psychedelic Purple #E521EE
RGB
CMYK
RGB Variations
Color information
#E521EE (or 0xE521EE) is known color: Psychedelic Purple. HEX triplet: E5, 21 and EE. RGB value is (229,33,238). Sum of RGB (Red+Green+Blue) = 229+33+238=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E521EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521EE is #1ADE11. Grayscale: #727272. Windows color (decimal): -1760786 or 15606245. OLE color: 15606245.
HSL color Cylindrical-coordinate representation of color #E521EE: hue angle of 297.37º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521EE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 33 | 238 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.07 |
| HSL | 297.37º | 0.86% | 0.53% | - |
| HSV(B) | 297.37º | 0.86% | 0.93% | - |
| XYZ | 48.29 | 23.92 | 82.96 | - |
| YUV | 114.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 238 | 0.04 | 0.86 | 0 | 0.07 | 297.37 | 0.86 | 0.53 |
| Hex | E5 | 21 | EE | 4 | 56 | 0 | 7 | 129 | 56 | 35 |
| Octal | 345 | 41 | 356 | 4 | 126 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100101 | 100001 | 11101110 | 100 | 1010110 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E521EE
Complementary color
Monochromatic Colors of #E521EE
Black with #E521EE
Text Example
Text Example
White with #E521EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521EE; }
p { color: rgb(229,33,238); }
H1.HeaderClassName
{
color: #E521EE;
}
.AnyTagClassName
{
color: #E521EE;
}
</style>
background-color css
<style>
a { background-color: #E521EE; }
a { background-color: rgb(229,33,238); }
div.DivClassName
{
background-color: #E521EE;
}
.BgClassName
{
background-color: #E521EE;
}
</style>
border-color css
<style>
span { border-color: #E521EE; }
span { border-color: rgb(229,33,238); }
td.TdClassName
{
border-color: #E521EE;
}
.TagClassName
{
border-color: #E521EE;
}
</style>