Shades of Psychedelic Purple #E520FF
Tints of Psychedelic Purple #E520FF
RGB
CMYK
RGB Variations
Color information
#E520FF (or 0xE520FF) is known color: Psychedelic Purple. HEX triplet: E5, 20 and FF. RGB value is (229,32,255). Sum of RGB (Red+Green+Blue) = 229+32+255=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E520FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520FF is #1ADF00. Grayscale: #737373. Windows color (decimal): -1761025 or 16720101. OLE color: 16720101.
HSL color Cylindrical-coordinate representation of color #E520FF: hue angle of 293º 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 #E520FF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 32 | 255 | - |
| CMYK | 0.10 | 0.87 | 0 | 0 |
| HSL | 293º | 1% | 0.56% | - |
| HSV(B) | 293º | 0.87% | 1% | - |
| XYZ | 50.88 | 24.91 | 96.73 | - |
| YUV | 116.33 | 206.27 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 255 | 0.10 | 0.87 | 0 | 0 | 293 | 1 | 0.56 |
| Hex | E5 | 20 | FF | A | 57 | 0 | 0 | 125 | 64 | 38 |
| Octal | 345 | 40 | 377 | 12 | 127 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100101 | 100000 | 11111111 | 1010 | 1010111 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E520FF
Complementary color
Monochromatic Colors of #E520FF
Black with #E520FF
Text Example
Text Example
White with #E520FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520FF; }
p { color: rgb(229,32,255); }
H1.HeaderClassName
{
color: #E520FF;
}
.AnyTagClassName
{
color: #E520FF;
}
</style>
background-color css
<style>
a { background-color: #E520FF; }
a { background-color: rgb(229,32,255); }
div.DivClassName
{
background-color: #E520FF;
}
.BgClassName
{
background-color: #E520FF;
}
</style>
border-color css
<style>
span { border-color: #E520FF; }
span { border-color: rgb(229,32,255); }
td.TdClassName
{
border-color: #E520FF;
}
.TagClassName
{
border-color: #E520FF;
}
</style>