Shades of Psychedelic Purple #E500EC
Tints of Psychedelic Purple #E500EC
RGB
CMYK
RGB Variations
Color information
#E500EC (or 0xE500EC) is known color: Psychedelic Purple. HEX triplet: E5, 00 and EC. RGB value is (229,0,236). Sum of RGB (Red+Green+Blue) = 229+0+236=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #E500EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500EC is #1AFF13. Grayscale: #5E5E5E. Windows color (decimal): -1769236 or 15466725. OLE color: 15466725.
HSL color Cylindrical-coordinate representation of color #E500EC: hue angle of 298.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500EC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 0 | 236 | - |
| CMYK | 0.03 | 1 | 0 | 0.07 |
| HSL | 298.22º | 1% | 0.46% | - |
| HSV(B) | 298.22º | 1% | 0.93% | - |
| XYZ | 47.45 | 22.71 | 81.24 | - |
| YUV | 95.38 | 207.37 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 236 | 0.03 | 1 | 0 | 0.07 | 298.22 | 1 | 0.46 |
| Hex | E5 | 0 | EC | 3 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 345 | 0 | 354 | 3 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100101 | 0 | 11101100 | 11 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E500EC
Complementary color
Monochromatic Colors of #E500EC
Black with #E500EC
Text Example
Text Example
White with #E500EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500EC; }
p { color: rgb(229,0,236); }
H1.HeaderClassName
{
color: #E500EC;
}
.AnyTagClassName
{
color: #E500EC;
}
</style>
background-color css
<style>
a { background-color: #E500EC; }
a { background-color: rgb(229,0,236); }
div.DivClassName
{
background-color: #E500EC;
}
.BgClassName
{
background-color: #E500EC;
}
</style>
border-color css
<style>
span { border-color: #E500EC; }
span { border-color: rgb(229,0,236); }
td.TdClassName
{
border-color: #E500EC;
}
.TagClassName
{
border-color: #E500EC;
}
</style>