Shades of Psychedelic Purple #E000F0
Tints of Psychedelic Purple #E000F0
RGB
CMYK
RGB Variations
Color information
#E000F0 (or 0xE000F0) is known color: Psychedelic Purple. HEX triplet: E0, 00 and F0. RGB value is (224,0,240). Sum of RGB (Red+Green+Blue) = 224+0+240=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #E000F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000F0 is #1FFF0F. Grayscale: #5D5D5D. Windows color (decimal): -2096912 or 15728864. OLE color: 15728864.
HSL color Cylindrical-coordinate representation of color #E000F0: hue angle of 296º 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 #E000F0 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 0 | 240 | - |
| CMYK | 0.07 | 1 | 0 | 0.06 |
| HSL | 296º | 1% | 0.47% | - |
| HSV(B) | 296º | 1% | 0.94% | - |
| XYZ | 46.47 | 22.14 | 84.26 | - |
| YUV | 94.34 | 210.21 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 240 | 0.07 | 1 | 0 | 0.06 | 296 | 1 | 0.47 |
| Hex | E0 | 0 | F0 | 7 | 64 | 0 | 6 | 128 | 64 | 2F |
| Octal | 340 | 0 | 360 | 7 | 144 | 0 | 6 | 450 | 144 | 57 |
| Binary | 11100000 | 0 | 11110000 | 111 | 1100100 | 0 | 110 | 100101000 | 1100100 | 101111 |
Color Harmonies of #E000F0
Complementary color
Monochromatic Colors of #E000F0
Black with #E000F0
Text Example
Text Example
White with #E000F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000F0; }
p { color: rgb(224,0,240); }
H1.HeaderClassName
{
color: #E000F0;
}
.AnyTagClassName
{
color: #E000F0;
}
</style>
background-color css
<style>
a { background-color: #E000F0; }
a { background-color: rgb(224,0,240); }
div.DivClassName
{
background-color: #E000F0;
}
.BgClassName
{
background-color: #E000F0;
}
</style>
border-color css
<style>
span { border-color: #E000F0; }
span { border-color: rgb(224,0,240); }
td.TdClassName
{
border-color: #E000F0;
}
.TagClassName
{
border-color: #E000F0;
}
</style>