Shades of Psychedelic Purple #E520EA
Tints of Psychedelic Purple #E520EA
RGB
CMYK
RGB Variations
Color information
#E520EA (or 0xE520EA) is known color: Psychedelic Purple. HEX triplet: E5, 20 and EA. RGB value is (229,32,234). Sum of RGB (Red+Green+Blue) = 229+32+234=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #E520EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520EA is #1ADF15. Grayscale: #717171. Windows color (decimal): -1761046 or 15343845. OLE color: 15343845.
HSL color Cylindrical-coordinate representation of color #E520EA: hue angle of 298.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520EA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 32 | 234 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.08 |
| HSL | 298.51º | 0.83% | 0.52% | - |
| HSV(B) | 298.51º | 0.86% | 0.92% | - |
| XYZ | 47.68 | 23.63 | 79.89 | - |
| YUV | 113.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 234 | 0.02 | 0.86 | 0 | 0.08 | 298.51 | 0.83 | 0.52 |
| Hex | E5 | 20 | EA | 2 | 56 | 0 | 8 | 12B | 53 | 34 |
| Octal | 345 | 40 | 352 | 2 | 126 | 0 | 10 | 453 | 123 | 64 |
| Binary | 11100101 | 100000 | 11101010 | 10 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110100 |
Color Harmonies of #E520EA
Complementary color
Monochromatic Colors of #E520EA
Black with #E520EA
Text Example
Text Example
White with #E520EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520EA; }
p { color: rgb(229,32,234); }
H1.HeaderClassName
{
color: #E520EA;
}
.AnyTagClassName
{
color: #E520EA;
}
</style>
background-color css
<style>
a { background-color: #E520EA; }
a { background-color: rgb(229,32,234); }
div.DivClassName
{
background-color: #E520EA;
}
.BgClassName
{
background-color: #E520EA;
}
</style>
border-color css
<style>
span { border-color: #E520EA; }
span { border-color: rgb(229,32,234); }
td.TdClassName
{
border-color: #E520EA;
}
.TagClassName
{
border-color: #E520EA;
}
</style>