Shades of Psychedelic Purple #E81AE5
Tints of Psychedelic Purple #E81AE5
RGB
CMYK
RGB Variations
Color information
#E81AE5 (or 0xE81AE5) is known color: Psychedelic Purple. HEX triplet: E8, 1A and E5. RGB value is (232,26,229). Sum of RGB (Red+Green+Blue) = 232+26+229=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81AE5 is #17E51A. Grayscale: #6E6E6E. Windows color (decimal): -1565979 or 15014632. OLE color: 15014632.
HSL color Cylindrical-coordinate representation of color #E81AE5: hue angle of 300.87º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81AE5 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 229 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.09 |
| HSL | 300.87º | 0.82% | 0.51% | - |
| HSV(B) | 300.87º | 0.89% | 0.91% | - |
| XYZ | 47.79 | 23.55 | 76.16 | - |
| YUV | 110.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 229 | 0 | 0.89 | 0.01 | 0.09 | 300.87 | 0.82 | 0.51 |
| Hex | E8 | 1A | E5 | 0 | 59 | 1 | 9 | 12D | 52 | 33 |
| Octal | 350 | 32 | 345 | 0 | 131 | 1 | 11 | 455 | 122 | 63 |
| Binary | 11101000 | 11010 | 11100101 | 0 | 1011001 | 1 | 1001 | 100101101 | 1010010 | 110011 |
Color Harmonies of #E81AE5
Complementary color
Monochromatic Colors of #E81AE5
Black with #E81AE5
Text Example
Text Example
White with #E81AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AE5; }
p { color: rgb(232,26,229); }
H1.HeaderClassName
{
color: #E81AE5;
}
.AnyTagClassName
{
color: #E81AE5;
}
</style>
background-color css
<style>
a { background-color: #E81AE5; }
a { background-color: rgb(232,26,229); }
div.DivClassName
{
background-color: #E81AE5;
}
.BgClassName
{
background-color: #E81AE5;
}
</style>
border-color css
<style>
span { border-color: #E81AE5; }
span { border-color: rgb(232,26,229); }
td.TdClassName
{
border-color: #E81AE5;
}
.TagClassName
{
border-color: #E81AE5;
}
</style>