Shades of Psychedelic Purple #E800EA
Tints of Psychedelic Purple #E800EA
RGB
CMYK
RGB Variations
Color information
#E800EA (or 0xE800EA) is known color: Psychedelic Purple. HEX triplet: E8, 00 and EA. RGB value is (232,0,234). Sum of RGB (Red+Green+Blue) = 232+0+234=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #E800EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800EA is #17FF15. Grayscale: #5F5F5F. Windows color (decimal): -1572630 or 15335656. OLE color: 15335656.
HSL color Cylindrical-coordinate representation of color #E800EA: hue angle of 299.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800EA is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 0 | 234 | - |
| CMYK | 0.01 | 1 | 0 | 0.08 |
| HSL | 299.49º | 1% | 0.46% | - |
| HSV(B) | 299.49º | 1% | 0.92% | - |
| XYZ | 48.13 | 23.1 | 79.76 | - |
| YUV | 96.04 | 205.86 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 234 | 0.01 | 1 | 0 | 0.08 | 299.49 | 1 | 0.46 |
| Hex | E8 | 0 | EA | 1 | 64 | 0 | 8 | 12B | 64 | 2E |
| Octal | 350 | 0 | 352 | 1 | 144 | 0 | 10 | 453 | 144 | 56 |
| Binary | 11101000 | 0 | 11101010 | 1 | 1100100 | 0 | 1000 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E800EA
Complementary color
Monochromatic Colors of #E800EA
Black with #E800EA
Text Example
Text Example
White with #E800EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800EA; }
p { color: rgb(232,0,234); }
H1.HeaderClassName
{
color: #E800EA;
}
.AnyTagClassName
{
color: #E800EA;
}
</style>
background-color css
<style>
a { background-color: #E800EA; }
a { background-color: rgb(232,0,234); }
div.DivClassName
{
background-color: #E800EA;
}
.BgClassName
{
background-color: #E800EA;
}
</style>
border-color css
<style>
span { border-color: #E800EA; }
span { border-color: rgb(232,0,234); }
td.TdClassName
{
border-color: #E800EA;
}
.TagClassName
{
border-color: #E800EA;
}
</style>