Shades of Psychedelic Purple #E500ED
Tints of Psychedelic Purple #E500ED
RGB
CMYK
RGB Variations
Color information
#E500ED (or 0xE500ED) is known color: Psychedelic Purple. HEX triplet: E5, 00 and ED. RGB value is (229,0,237). Sum of RGB (Red+Green+Blue) = 229+0+237=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #E500ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500ED is #1AFF12. Grayscale: #5E5E5E. Windows color (decimal): -1769235 or 15532261. OLE color: 15532261.
HSL color Cylindrical-coordinate representation of color #E500ED: hue angle of 297.97º 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 #E500ED is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 0 | 237 | - |
| CMYK | 0.03 | 1 | 0 | 0.07 |
| HSL | 297.97º | 1% | 0.46% | - |
| HSV(B) | 297.97º | 1% | 0.93% | - |
| XYZ | 47.6 | 22.77 | 82.01 | - |
| YUV | 95.49 | 207.87 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 237 | 0.03 | 1 | 0 | 0.07 | 297.97 | 1 | 0.46 |
| Hex | E5 | 0 | ED | 3 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 345 | 0 | 355 | 3 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100101 | 0 | 11101101 | 11 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E500ED
Complementary color
Monochromatic Colors of #E500ED
Black with #E500ED
Text Example
Text Example
White with #E500ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500ED; }
p { color: rgb(229,0,237); }
H1.HeaderClassName
{
color: #E500ED;
}
.AnyTagClassName
{
color: #E500ED;
}
</style>
background-color css
<style>
a { background-color: #E500ED; }
a { background-color: rgb(229,0,237); }
div.DivClassName
{
background-color: #E500ED;
}
.BgClassName
{
background-color: #E500ED;
}
</style>
border-color css
<style>
span { border-color: #E500ED; }
span { border-color: rgb(229,0,237); }
td.TdClassName
{
border-color: #E500ED;
}
.TagClassName
{
border-color: #E500ED;
}
</style>