Shades of Psychedelic Purple #E50AED
Tints of Psychedelic Purple #E50AED
RGB
CMYK
RGB Variations
Color information
#E50AED (or 0xE50AED) is known color: Psychedelic Purple. HEX triplet: E5, 0A and ED. RGB value is (229,10,237). Sum of RGB (Red+Green+Blue) = 229+10+237=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #E50AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AED is #1AF512. Grayscale: #646464. Windows color (decimal): -1766675 or 15534821. OLE color: 15534821.
HSL color Cylindrical-coordinate representation of color #E50AED: hue angle of 297.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AED is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 10 | 237 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.07 |
| HSL | 297.89º | 0.92% | 0.48% | - |
| HSV(B) | 297.89º | 0.96% | 0.93% | - |
| XYZ | 47.71 | 22.99 | 82.04 | - |
| YUV | 101.36 | 204.55 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 237 | 0.03 | 0.96 | 0 | 0.07 | 297.89 | 0.92 | 0.48 |
| Hex | E5 | A | ED | 3 | 60 | 0 | 7 | 12A | 5C | 30 |
| Octal | 345 | 12 | 355 | 3 | 140 | 0 | 7 | 452 | 134 | 60 |
| Binary | 11100101 | 1010 | 11101101 | 11 | 1100000 | 0 | 111 | 100101010 | 1011100 | 110000 |
Color Harmonies of #E50AED
Complementary color
Monochromatic Colors of #E50AED
Black with #E50AED
Text Example
Text Example
White with #E50AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AED; }
p { color: rgb(229,10,237); }
H1.HeaderClassName
{
color: #E50AED;
}
.AnyTagClassName
{
color: #E50AED;
}
</style>
background-color css
<style>
a { background-color: #E50AED; }
a { background-color: rgb(229,10,237); }
div.DivClassName
{
background-color: #E50AED;
}
.BgClassName
{
background-color: #E50AED;
}
</style>
border-color css
<style>
span { border-color: #E50AED; }
span { border-color: rgb(229,10,237); }
td.TdClassName
{
border-color: #E50AED;
}
.TagClassName
{
border-color: #E50AED;
}
</style>