Shades of Psychedelic Purple #E800EF
Tints of Psychedelic Purple #E800EF
RGB
CMYK
RGB Variations
Color information
#E800EF (or 0xE800EF) is known color: Psychedelic Purple. HEX triplet: E8, 00 and EF. RGB value is (232,0,239). Sum of RGB (Red+Green+Blue) = 232+0+239=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #E800EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800EF is #17FF10. Grayscale: #5F5F5F. Windows color (decimal): -1572625 or 15663336. OLE color: 15663336.
HSL color Cylindrical-coordinate representation of color #E800EF: hue angle of 298.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800EF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 0 | 239 | - |
| CMYK | 0.03 | 1 | 0 | 0.06 |
| HSL | 298.24º | 1% | 0.47% | - |
| HSV(B) | 298.24º | 1% | 0.94% | - |
| XYZ | 48.86 | 23.39 | 83.6 | - |
| YUV | 96.61 | 208.36 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 239 | 0.03 | 1 | 0 | 0.06 | 298.24 | 1 | 0.47 |
| Hex | E8 | 0 | EF | 3 | 64 | 0 | 6 | 12A | 64 | 2F |
| Octal | 350 | 0 | 357 | 3 | 144 | 0 | 6 | 452 | 144 | 57 |
| Binary | 11101000 | 0 | 11101111 | 11 | 1100100 | 0 | 110 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E800EF
Complementary color
Monochromatic Colors of #E800EF
Black with #E800EF
Text Example
Text Example
White with #E800EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800EF; }
p { color: rgb(232,0,239); }
H1.HeaderClassName
{
color: #E800EF;
}
.AnyTagClassName
{
color: #E800EF;
}
</style>
background-color css
<style>
a { background-color: #E800EF; }
a { background-color: rgb(232,0,239); }
div.DivClassName
{
background-color: #E800EF;
}
.BgClassName
{
background-color: #E800EF;
}
</style>
border-color css
<style>
span { border-color: #E800EF; }
span { border-color: rgb(232,0,239); }
td.TdClassName
{
border-color: #E800EF;
}
.TagClassName
{
border-color: #E800EF;
}
</style>