Shades of Psychedelic Purple #E800F0
Tints of Psychedelic Purple #E800F0
RGB
CMYK
RGB Variations
Color information
#E800F0 (or 0xE800F0) is known color: Psychedelic Purple. HEX triplet: E8, 00 and F0. RGB value is (232,0,240). Sum of RGB (Red+Green+Blue) = 232+0+240=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #E800F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800F0 is #17FF0F. Grayscale: #606060. Windows color (decimal): -1572624 or 15728872. OLE color: 15728872.
HSL color Cylindrical-coordinate representation of color #E800F0: hue angle of 298º 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 #E800F0 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 0 | 240 | - |
| CMYK | 0.03 | 1 | 0 | 0.06 |
| HSL | 298º | 1% | 0.47% | - |
| HSV(B) | 298º | 1% | 0.94% | - |
| XYZ | 49.01 | 23.45 | 84.38 | - |
| YUV | 96.73 | 208.86 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 240 | 0.03 | 1 | 0 | 0.06 | 298 | 1 | 0.47 |
| Hex | E8 | 0 | F0 | 3 | 64 | 0 | 6 | 12A | 64 | 2F |
| Octal | 350 | 0 | 360 | 3 | 144 | 0 | 6 | 452 | 144 | 57 |
| Binary | 11101000 | 0 | 11110000 | 11 | 1100100 | 0 | 110 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E800F0
Complementary color
Monochromatic Colors of #E800F0
Black with #E800F0
Text Example
Text Example
White with #E800F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800F0; }
p { color: rgb(232,0,240); }
H1.HeaderClassName
{
color: #E800F0;
}
.AnyTagClassName
{
color: #E800F0;
}
</style>
background-color css
<style>
a { background-color: #E800F0; }
a { background-color: rgb(232,0,240); }
div.DivClassName
{
background-color: #E800F0;
}
.BgClassName
{
background-color: #E800F0;
}
</style>
border-color css
<style>
span { border-color: #E800F0; }
span { border-color: rgb(232,0,240); }
td.TdClassName
{
border-color: #E800F0;
}
.TagClassName
{
border-color: #E800F0;
}
</style>