Shades of Psychedelic Purple #E521FD
Tints of Psychedelic Purple #E521FD
RGB
CMYK
RGB Variations
Color information
#E521FD (or 0xE521FD) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FD. RGB value is (229,33,253). Sum of RGB (Red+Green+Blue) = 229+33+253=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 33 (13.28% from 255 or 6.41% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #E521FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FD is #1ADE02. Grayscale: #747474. Windows color (decimal): -1760771 or 16589285. OLE color: 16589285.
HSL color Cylindrical-coordinate representation of color #E521FD: hue angle of 293.45º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E521FD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 33 | 253 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.01 |
| HSL | 293.45º | 0.98% | 0.56% | - |
| HSV(B) | 293.45º | 0.87% | 0.99% | - |
| XYZ | 50.59 | 24.84 | 95.06 | - |
| YUV | 116.68 | 204.93 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 253 | 0.09 | 0.87 | 0 | 0.01 | 293.45 | 0.98 | 0.56 |
| Hex | E5 | 21 | FD | 9 | 57 | 0 | 1 | 125 | 62 | 38 |
| Octal | 345 | 41 | 375 | 11 | 127 | 0 | 1 | 445 | 142 | 70 |
| Binary | 11100101 | 100001 | 11111101 | 1001 | 1010111 | 0 | 1 | 100100101 | 1100010 | 111000 |
Color Harmonies of #E521FD
Complementary color
Monochromatic Colors of #E521FD
Black with #E521FD
Text Example
Text Example
White with #E521FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521FD; }
p { color: rgb(229,33,253); }
H1.HeaderClassName
{
color: #E521FD;
}
.AnyTagClassName
{
color: #E521FD;
}
</style>
background-color css
<style>
a { background-color: #E521FD; }
a { background-color: rgb(229,33,253); }
div.DivClassName
{
background-color: #E521FD;
}
.BgClassName
{
background-color: #E521FD;
}
</style>
border-color css
<style>
span { border-color: #E521FD; }
span { border-color: rgb(229,33,253); }
td.TdClassName
{
border-color: #E521FD;
}
.TagClassName
{
border-color: #E521FD;
}
</style>