Shades of Psychedelic Purple #E001F9
Tints of Psychedelic Purple #E001F9
RGB
CMYK
RGB Variations
Color information
#E001F9 (or 0xE001F9) is known color: Psychedelic Purple. HEX triplet: E0, 01 and F9. RGB value is (224,1,249). Sum of RGB (Red+Green+Blue) = 224+1+249=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #E001F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001F9 is #1FFE06. Grayscale: #5F5F5F. Windows color (decimal): -2096647 or 16318944. OLE color: 16318944.
HSL color Cylindrical-coordinate representation of color #E001F9: hue angle of 293.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001F9 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 1 | 249 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.02 |
| HSL | 293.95º | 0.99% | 0.49% | - |
| HSV(B) | 293.95º | 1% | 0.98% | - |
| XYZ | 47.85 | 22.71 | 91.48 | - |
| YUV | 95.95 | 214.38 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 249 | 0.10 | 1.00 | 0 | 0.02 | 293.95 | 0.99 | 0.49 |
| Hex | E0 | 1 | F9 | A | 64 | 0 | 2 | 126 | 63 | 31 |
| Octal | 340 | 1 | 371 | 12 | 144 | 0 | 2 | 446 | 143 | 61 |
| Binary | 11100000 | 1 | 11111001 | 1010 | 1100100 | 0 | 10 | 100100110 | 1100011 | 110001 |
Color Harmonies of #E001F9
Complementary color
Monochromatic Colors of #E001F9
Black with #E001F9
Text Example
Text Example
White with #E001F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001F9; }
p { color: rgb(224,1,249); }
H1.HeaderClassName
{
color: #E001F9;
}
.AnyTagClassName
{
color: #E001F9;
}
</style>
background-color css
<style>
a { background-color: #E001F9; }
a { background-color: rgb(224,1,249); }
div.DivClassName
{
background-color: #E001F9;
}
.BgClassName
{
background-color: #E001F9;
}
</style>
border-color css
<style>
span { border-color: #E001F9; }
span { border-color: rgb(224,1,249); }
td.TdClassName
{
border-color: #E001F9;
}
.TagClassName
{
border-color: #E001F9;
}
</style>