Shades of Psychedelic Purple #E500EA
Tints of Psychedelic Purple #E500EA
RGB
CMYK
RGB Variations
Color information
#E500EA (or 0xE500EA) is known color: Psychedelic Purple. HEX triplet: E5, 00 and EA. RGB value is (229,0,234). Sum of RGB (Red+Green+Blue) = 229+0+234=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #E500EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500EA is #1AFF15. Grayscale: #5E5E5E. Windows color (decimal): -1769238 or 15335653. OLE color: 15335653.
HSL color Cylindrical-coordinate representation of color #E500EA: hue angle of 298.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500EA is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 0 | 234 | - |
| CMYK | 0.02 | 1 | 0 | 0.08 |
| HSL | 298.72º | 1% | 0.46% | - |
| HSV(B) | 298.72º | 1% | 0.92% | - |
| XYZ | 47.16 | 22.6 | 79.72 | - |
| YUV | 95.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 234 | 0.02 | 1 | 0 | 0.08 | 298.72 | 1 | 0.46 |
| Hex | E5 | 0 | EA | 2 | 64 | 0 | 8 | 12B | 64 | 2E |
| Octal | 345 | 0 | 352 | 2 | 144 | 0 | 10 | 453 | 144 | 56 |
| Binary | 11100101 | 0 | 11101010 | 10 | 1100100 | 0 | 1000 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E500EA
Complementary color
Monochromatic Colors of #E500EA
Black with #E500EA
Text Example
Text Example
White with #E500EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500EA; }
p { color: rgb(229,0,234); }
H1.HeaderClassName
{
color: #E500EA;
}
.AnyTagClassName
{
color: #E500EA;
}
</style>
background-color css
<style>
a { background-color: #E500EA; }
a { background-color: rgb(229,0,234); }
div.DivClassName
{
background-color: #E500EA;
}
.BgClassName
{
background-color: #E500EA;
}
</style>
border-color css
<style>
span { border-color: #E500EA; }
span { border-color: rgb(229,0,234); }
td.TdClassName
{
border-color: #E500EA;
}
.TagClassName
{
border-color: #E500EA;
}
</style>