Shades of Psychedelic Purple #E811E9
Tints of Psychedelic Purple #E811E9
RGB
CMYK
RGB Variations
Color information
#E811E9 (or 0xE811E9) is known color: Psychedelic Purple. HEX triplet: E8, 11 and E9. RGB value is (232,17,233). Sum of RGB (Red+Green+Blue) = 232+17+233=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #E811E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811E9 is #17EE16. Grayscale: #696969. Windows color (decimal): -1568279 or 15274472. OLE color: 15274472.
HSL color Cylindrical-coordinate representation of color #E811E9: hue angle of 299.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811E9 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 233 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.09 |
| HSL | 299.72º | 0.86% | 0.49% | - |
| HSV(B) | 299.72º | 0.93% | 0.91% | - |
| XYZ | 48.19 | 23.44 | 79.08 | - |
| YUV | 105.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 233 | 0.00 | 0.93 | 0 | 0.09 | 299.72 | 0.86 | 0.49 |
| Hex | E8 | 11 | E9 | 0 | 5D | 0 | 9 | 12C | 56 | 31 |
| Octal | 350 | 21 | 351 | 0 | 135 | 0 | 11 | 454 | 126 | 61 |
| Binary | 11101000 | 10001 | 11101001 | 0 | 1011101 | 0 | 1001 | 100101100 | 1010110 | 110001 |
Color Harmonies of #E811E9
Complementary color
Monochromatic Colors of #E811E9
Black with #E811E9
Text Example
Text Example
White with #E811E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811E9; }
p { color: rgb(232,17,233); }
H1.HeaderClassName
{
color: #E811E9;
}
.AnyTagClassName
{
color: #E811E9;
}
</style>
background-color css
<style>
a { background-color: #E811E9; }
a { background-color: rgb(232,17,233); }
div.DivClassName
{
background-color: #E811E9;
}
.BgClassName
{
background-color: #E811E9;
}
</style>
border-color css
<style>
span { border-color: #E811E9; }
span { border-color: rgb(232,17,233); }
td.TdClassName
{
border-color: #E811E9;
}
.TagClassName
{
border-color: #E811E9;
}
</style>