Shades of Psychedelic Purple #E520E9
Tints of Psychedelic Purple #E520E9
RGB
CMYK
RGB Variations
Color information
#E520E9 (or 0xE520E9) is known color: Psychedelic Purple. HEX triplet: E5, 20 and E9. RGB value is (229,32,233). Sum of RGB (Red+Green+Blue) = 229+32+233=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #E520E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520E9 is #1ADF16. Grayscale: #717171. Windows color (decimal): -1761047 or 15278309. OLE color: 15278309.
HSL color Cylindrical-coordinate representation of color #E520E9: hue angle of 298.81º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520E9 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 32 | 233 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.09 |
| HSL | 298.81º | 0.82% | 0.52% | - |
| HSV(B) | 298.81º | 0.86% | 0.91% | - |
| XYZ | 47.54 | 23.57 | 79.14 | - |
| YUV | 113.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 233 | 0.02 | 0.86 | 0 | 0.09 | 298.81 | 0.82 | 0.52 |
| Hex | E5 | 20 | E9 | 2 | 56 | 0 | 9 | 12B | 52 | 34 |
| Octal | 345 | 40 | 351 | 2 | 126 | 0 | 11 | 453 | 122 | 64 |
| Binary | 11100101 | 100000 | 11101001 | 10 | 1010110 | 0 | 1001 | 100101011 | 1010010 | 110100 |
Color Harmonies of #E520E9
Complementary color
Monochromatic Colors of #E520E9
Black with #E520E9
Text Example
Text Example
White with #E520E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520E9; }
p { color: rgb(229,32,233); }
H1.HeaderClassName
{
color: #E520E9;
}
.AnyTagClassName
{
color: #E520E9;
}
</style>
background-color css
<style>
a { background-color: #E520E9; }
a { background-color: rgb(229,32,233); }
div.DivClassName
{
background-color: #E520E9;
}
.BgClassName
{
background-color: #E520E9;
}
</style>
border-color css
<style>
span { border-color: #E520E9; }
span { border-color: rgb(229,32,233); }
td.TdClassName
{
border-color: #E520E9;
}
.TagClassName
{
border-color: #E520E9;
}
</style>