Shades of Psychedelic Purple #E51AE5
Tints of Psychedelic Purple #E51AE5
RGB
CMYK
RGB Variations
Color information
#E51AE5 (or 0xE51AE5) is known color: Psychedelic Purple. HEX triplet: E5, 1A and E5. RGB value is (229,26,229). Sum of RGB (Red+Green+Blue) = 229+26+229=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E51AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AE5 is #1AE51A. Grayscale: #6D6D6D. Windows color (decimal): -1762587 or 15014629. OLE color: 15014629.
HSL color Cylindrical-coordinate representation of color #E51AE5: hue angle of 300º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AE5 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 229 | - |
| CMYK | 0 | 0.89 | 0 | 0.10 |
| HSL | 300º | 0.8% | 0.5% | - |
| HSV(B) | 300º | 0.89% | 0.9% | - |
| XYZ | 46.83 | 23.05 | 76.11 | - |
| YUV | 109.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 229 | 0 | 0.89 | 0 | 0.10 | 300 | 0.8 | 0.5 |
| Hex | E5 | 1A | E5 | 0 | 59 | 0 | A | 12C | 50 | 32 |
| Octal | 345 | 32 | 345 | 0 | 131 | 0 | 12 | 454 | 120 | 62 |
| Binary | 11100101 | 11010 | 11100101 | 0 | 1011001 | 0 | 1010 | 100101100 | 1010000 | 110010 |
Color Harmonies of #E51AE5
Complementary color
Monochromatic Colors of #E51AE5
Black with #E51AE5
Text Example
Text Example
White with #E51AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AE5; }
p { color: rgb(229,26,229); }
H1.HeaderClassName
{
color: #E51AE5;
}
.AnyTagClassName
{
color: #E51AE5;
}
</style>
background-color css
<style>
a { background-color: #E51AE5; }
a { background-color: rgb(229,26,229); }
div.DivClassName
{
background-color: #E51AE5;
}
.BgClassName
{
background-color: #E51AE5;
}
</style>
border-color css
<style>
span { border-color: #E51AE5; }
span { border-color: rgb(229,26,229); }
td.TdClassName
{
border-color: #E51AE5;
}
.TagClassName
{
border-color: #E51AE5;
}
</style>