Shades of Psychedelic Purple #E81AE4
Tints of Psychedelic Purple #E81AE4
RGB
CMYK
RGB Variations
Color information
#E81AE4 (or 0xE81AE4) is known color: Psychedelic Purple. HEX triplet: E8, 1A and E4. RGB value is (232,26,228). Sum of RGB (Red+Green+Blue) = 232+26+228=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81AE4 is #17E51B. Grayscale: #6E6E6E. Windows color (decimal): -1565980 or 14949096. OLE color: 14949096.
HSL color Cylindrical-coordinate representation of color #E81AE4: hue angle of 301.17º 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 #E81AE4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 228 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.09 |
| HSL | 301.17º | 0.82% | 0.51% | - |
| HSV(B) | 301.17º | 0.89% | 0.91% | - |
| XYZ | 47.65 | 23.5 | 75.42 | - |
| YUV | 110.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 228 | 0 | 0.89 | 0.02 | 0.09 | 301.17 | 0.82 | 0.51 |
| Hex | E8 | 1A | E4 | 0 | 59 | 2 | 9 | 12D | 52 | 33 |
| Octal | 350 | 32 | 344 | 0 | 131 | 2 | 11 | 455 | 122 | 63 |
| Binary | 11101000 | 11010 | 11100100 | 0 | 1011001 | 10 | 1001 | 100101101 | 1010010 | 110011 |
Color Harmonies of #E81AE4
Complementary color
Monochromatic Colors of #E81AE4
Black with #E81AE4
Text Example
Text Example
White with #E81AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AE4; }
p { color: rgb(232,26,228); }
H1.HeaderClassName
{
color: #E81AE4;
}
.AnyTagClassName
{
color: #E81AE4;
}
</style>
background-color css
<style>
a { background-color: #E81AE4; }
a { background-color: rgb(232,26,228); }
div.DivClassName
{
background-color: #E81AE4;
}
.BgClassName
{
background-color: #E81AE4;
}
</style>
border-color css
<style>
span { border-color: #E81AE4; }
span { border-color: rgb(232,26,228); }
td.TdClassName
{
border-color: #E81AE4;
}
.TagClassName
{
border-color: #E81AE4;
}
</style>