Shades of Psychedelic Purple #E800ED
Tints of Psychedelic Purple #E800ED
RGB
CMYK
RGB Variations
Color information
#E800ED (or 0xE800ED) is known color: Psychedelic Purple. HEX triplet: E8, 00 and ED. RGB value is (232,0,237). Sum of RGB (Red+Green+Blue) = 232+0+237=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #E800ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800ED is #17FF12. Grayscale: #5F5F5F. Windows color (decimal): -1572627 or 15532264. OLE color: 15532264.
HSL color Cylindrical-coordinate representation of color #E800ED: hue angle of 298.73º 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 #E800ED is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 0 | 237 | - |
| CMYK | 0.02 | 1 | 0 | 0.07 |
| HSL | 298.73º | 1% | 0.46% | - |
| HSV(B) | 298.73º | 1% | 0.93% | - |
| XYZ | 48.56 | 23.27 | 82.05 | - |
| YUV | 96.39 | 207.36 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 237 | 0.02 | 1 | 0 | 0.07 | 298.73 | 1 | 0.46 |
| Hex | E8 | 0 | ED | 2 | 64 | 0 | 7 | 12B | 64 | 2E |
| Octal | 350 | 0 | 355 | 2 | 144 | 0 | 7 | 453 | 144 | 56 |
| Binary | 11101000 | 0 | 11101101 | 10 | 1100100 | 0 | 111 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E800ED
Complementary color
Monochromatic Colors of #E800ED
Black with #E800ED
Text Example
Text Example
White with #E800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800ED; }
p { color: rgb(232,0,237); }
H1.HeaderClassName
{
color: #E800ED;
}
.AnyTagClassName
{
color: #E800ED;
}
</style>
background-color css
<style>
a { background-color: #E800ED; }
a { background-color: rgb(232,0,237); }
div.DivClassName
{
background-color: #E800ED;
}
.BgClassName
{
background-color: #E800ED;
}
</style>
border-color css
<style>
span { border-color: #E800ED; }
span { border-color: rgb(232,0,237); }
td.TdClassName
{
border-color: #E800ED;
}
.TagClassName
{
border-color: #E800ED;
}
</style>