Shades of Psychedelic Purple #E800EC
Tints of Psychedelic Purple #E800EC
RGB
CMYK
RGB Variations
Color information
#E800EC (or 0xE800EC) is known color: Psychedelic Purple. HEX triplet: E8, 00 and EC. RGB value is (232,0,236). Sum of RGB (Red+Green+Blue) = 232+0+236=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #E800EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800EC is #17FF13. Grayscale: #5F5F5F. Windows color (decimal): -1572628 or 15466728. OLE color: 15466728.
HSL color Cylindrical-coordinate representation of color #E800EC: hue angle of 298.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800EC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 0 | 236 | - |
| CMYK | 0.02 | 1 | 0 | 0.07 |
| HSL | 298.98º | 1% | 0.46% | - |
| HSV(B) | 298.98º | 1% | 0.93% | - |
| XYZ | 48.42 | 23.21 | 81.29 | - |
| YUV | 96.27 | 206.86 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 236 | 0.02 | 1 | 0 | 0.07 | 298.98 | 1 | 0.46 |
| Hex | E8 | 0 | EC | 2 | 64 | 0 | 7 | 12B | 64 | 2E |
| Octal | 350 | 0 | 354 | 2 | 144 | 0 | 7 | 453 | 144 | 56 |
| Binary | 11101000 | 0 | 11101100 | 10 | 1100100 | 0 | 111 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E800EC
Complementary color
Monochromatic Colors of #E800EC
Black with #E800EC
Text Example
Text Example
White with #E800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800EC; }
p { color: rgb(232,0,236); }
H1.HeaderClassName
{
color: #E800EC;
}
.AnyTagClassName
{
color: #E800EC;
}
</style>
background-color css
<style>
a { background-color: #E800EC; }
a { background-color: rgb(232,0,236); }
div.DivClassName
{
background-color: #E800EC;
}
.BgClassName
{
background-color: #E800EC;
}
</style>
border-color css
<style>
span { border-color: #E800EC; }
span { border-color: rgb(232,0,236); }
td.TdClassName
{
border-color: #E800EC;
}
.TagClassName
{
border-color: #E800EC;
}
</style>