Shades of Psychedelic Purple #E51AED
Tints of Psychedelic Purple #E51AED
RGB
CMYK
RGB Variations
Color information
#E51AED (or 0xE51AED) is known color: Psychedelic Purple. HEX triplet: E5, 1A and ED. RGB value is (229,26,237). Sum of RGB (Red+Green+Blue) = 229+26+237=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #E51AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AED is #1AE512. Grayscale: #6E6E6E. Windows color (decimal): -1762579 or 15538917. OLE color: 15538917.
HSL color Cylindrical-coordinate representation of color #E51AED: hue angle of 297.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AED is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 26 | 237 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.07 |
| HSL | 297.73º | 0.85% | 0.52% | - |
| HSV(B) | 297.73º | 0.89% | 0.93% | - |
| XYZ | 47.97 | 23.51 | 82.13 | - |
| YUV | 110.75 | 199.25 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 237 | 0.03 | 0.89 | 0 | 0.07 | 297.73 | 0.85 | 0.52 |
| Hex | E5 | 1A | ED | 3 | 59 | 0 | 7 | 12A | 55 | 34 |
| Octal | 345 | 32 | 355 | 3 | 131 | 0 | 7 | 452 | 125 | 64 |
| Binary | 11100101 | 11010 | 11101101 | 11 | 1011001 | 0 | 111 | 100101010 | 1010101 | 110100 |
Color Harmonies of #E51AED
Complementary color
Monochromatic Colors of #E51AED
Black with #E51AED
Text Example
Text Example
White with #E51AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AED; }
p { color: rgb(229,26,237); }
H1.HeaderClassName
{
color: #E51AED;
}
.AnyTagClassName
{
color: #E51AED;
}
</style>
background-color css
<style>
a { background-color: #E51AED; }
a { background-color: rgb(229,26,237); }
div.DivClassName
{
background-color: #E51AED;
}
.BgClassName
{
background-color: #E51AED;
}
</style>
border-color css
<style>
span { border-color: #E51AED; }
span { border-color: rgb(229,26,237); }
td.TdClassName
{
border-color: #E51AED;
}
.TagClassName
{
border-color: #E51AED;
}
</style>