Shades of Psychedelic Purple #E800E9
Tints of Psychedelic Purple #E800E9
RGB
CMYK
RGB Variations
Color information
#E800E9 (or 0xE800E9) is known color: Psychedelic Purple. HEX triplet: E8, 00 and E9. RGB value is (232,0,233). Sum of RGB (Red+Green+Blue) = 232+0+233=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #E800E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800E9 is #17FF16. Grayscale: #5F5F5F. Windows color (decimal): -1572631 or 15270120. OLE color: 15270120.
HSL color Cylindrical-coordinate representation of color #E800E9: hue angle of 299.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800E9 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 233 | - |
| CMYK | 0.00 | 1 | 0 | 0.09 |
| HSL | 299.74º | 1% | 0.46% | - |
| HSV(B) | 299.74º | 1% | 0.91% | - |
| XYZ | 47.99 | 23.04 | 79.01 | - |
| YUV | 95.93 | 205.36 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 233 | 0.00 | 1 | 0 | 0.09 | 299.74 | 1 | 0.46 |
| Hex | E8 | 0 | E9 | 0 | 64 | 0 | 9 | 12C | 64 | 2E |
| Octal | 350 | 0 | 351 | 0 | 144 | 0 | 11 | 454 | 144 | 56 |
| Binary | 11101000 | 0 | 11101001 | 0 | 1100100 | 0 | 1001 | 100101100 | 1100100 | 101110 |
Color Harmonies of #E800E9
Complementary color
Monochromatic Colors of #E800E9
Black with #E800E9
Text Example
Text Example
White with #E800E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800E9; }
p { color: rgb(232,0,233); }
H1.HeaderClassName
{
color: #E800E9;
}
.AnyTagClassName
{
color: #E800E9;
}
</style>
background-color css
<style>
a { background-color: #E800E9; }
a { background-color: rgb(232,0,233); }
div.DivClassName
{
background-color: #E800E9;
}
.BgClassName
{
background-color: #E800E9;
}
</style>
border-color css
<style>
span { border-color: #E800E9; }
span { border-color: rgb(232,0,233); }
td.TdClassName
{
border-color: #E800E9;
}
.TagClassName
{
border-color: #E800E9;
}
</style>