Shades of Psychedelic Purple #E520FC
Tints of Psychedelic Purple #E520FC
RGB
CMYK
RGB Variations
Color information
#E520FC (or 0xE520FC) is known color: Psychedelic Purple. HEX triplet: E5, 20 and FC. RGB value is (229,32,252). Sum of RGB (Red+Green+Blue) = 229+32+252=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E520FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520FC is #1ADF03. Grayscale: #737373. Windows color (decimal): -1761028 or 16523493. OLE color: 16523493.
HSL color Cylindrical-coordinate representation of color #E520FC: hue angle of 293.73º degrees, saturation: 0.97, 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 #E520FC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 32 | 252 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.01 |
| HSL | 293.73º | 0.97% | 0.56% | - |
| HSV(B) | 293.73º | 0.87% | 0.99% | - |
| XYZ | 50.4 | 24.72 | 94.21 | - |
| YUV | 115.98 | 204.77 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 252 | 0.09 | 0.87 | 0 | 0.01 | 293.73 | 0.97 | 0.56 |
| Hex | E5 | 20 | FC | 9 | 57 | 0 | 1 | 126 | 61 | 38 |
| Octal | 345 | 40 | 374 | 11 | 127 | 0 | 1 | 446 | 141 | 70 |
| Binary | 11100101 | 100000 | 11111100 | 1001 | 1010111 | 0 | 1 | 100100110 | 1100001 | 111000 |
Color Harmonies of #E520FC
Complementary color
Monochromatic Colors of #E520FC
Black with #E520FC
Text Example
Text Example
White with #E520FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520FC; }
p { color: rgb(229,32,252); }
H1.HeaderClassName
{
color: #E520FC;
}
.AnyTagClassName
{
color: #E520FC;
}
</style>
background-color css
<style>
a { background-color: #E520FC; }
a { background-color: rgb(229,32,252); }
div.DivClassName
{
background-color: #E520FC;
}
.BgClassName
{
background-color: #E520FC;
}
</style>
border-color css
<style>
span { border-color: #E520FC; }
span { border-color: rgb(229,32,252); }
td.TdClassName
{
border-color: #E520FC;
}
.TagClassName
{
border-color: #E520FC;
}
</style>