Shades of Psychedelic Purple #E521FF
Tints of Psychedelic Purple #E521FF
RGB
CMYK
RGB Variations
Color information
#E521FF (or 0xE521FF) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FF. RGB value is (229,33,255). Sum of RGB (Red+Green+Blue) = 229+33+255=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E521FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FF is #1ADE00. Grayscale: #747474. Windows color (decimal): -1760769 or 16720357. OLE color: 16720357.
HSL color Cylindrical-coordinate representation of color #E521FF: hue angle of 292.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E521FF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 33 | 255 | - |
| CMYK | 0.10 | 0.87 | 0 | 0 |
| HSL | 292.97º | 1% | 0.56% | - |
| HSV(B) | 292.97º | 0.87% | 1% | - |
| XYZ | 50.91 | 24.97 | 96.74 | - |
| YUV | 116.91 | 205.93 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 255 | 0.10 | 0.87 | 0 | 0 | 292.97 | 1 | 0.56 |
| Hex | E5 | 21 | FF | A | 57 | 0 | 0 | 125 | 64 | 38 |
| Octal | 345 | 41 | 377 | 12 | 127 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100101 | 100001 | 11111111 | 1010 | 1010111 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E521FF
Complementary color
Monochromatic Colors of #E521FF
Black with #E521FF
Text Example
Text Example
White with #E521FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521FF; }
p { color: rgb(229,33,255); }
H1.HeaderClassName
{
color: #E521FF;
}
.AnyTagClassName
{
color: #E521FF;
}
</style>
background-color css
<style>
a { background-color: #E521FF; }
a { background-color: rgb(229,33,255); }
div.DivClassName
{
background-color: #E521FF;
}
.BgClassName
{
background-color: #E521FF;
}
</style>
border-color css
<style>
span { border-color: #E521FF; }
span { border-color: rgb(229,33,255); }
td.TdClassName
{
border-color: #E521FF;
}
.TagClassName
{
border-color: #E521FF;
}
</style>