Shades of Psychedelic Purple #E00EF1
Tints of Psychedelic Purple #E00EF1
RGB
CMYK
RGB Variations
Color information
#E00EF1 (or 0xE00EF1) is known color: Psychedelic Purple. HEX triplet: E0, 0E and F1. RGB value is (224,14,241). Sum of RGB (Red+Green+Blue) = 224+14+241=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #E00EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EF1 is #1FF10E. Grayscale: #656565. Windows color (decimal): -2093327 or 15797984. OLE color: 15797984.
HSL color Cylindrical-coordinate representation of color #E00EF1: hue angle of 295.51º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EF1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 14 | 241 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.05 |
| HSL | 295.51º | 0.89% | 0.5% | - |
| HSV(B) | 295.51º | 0.94% | 0.95% | - |
| XYZ | 46.77 | 22.51 | 85.1 | - |
| YUV | 102.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 241 | 0.07 | 0.94 | 0 | 0.05 | 295.51 | 0.89 | 0.5 |
| Hex | E0 | E | F1 | 7 | 5E | 0 | 5 | 128 | 59 | 32 |
| Octal | 340 | 16 | 361 | 7 | 136 | 0 | 5 | 450 | 131 | 62 |
| Binary | 11100000 | 1110 | 11110001 | 111 | 1011110 | 0 | 101 | 100101000 | 1011001 | 110010 |
Color Harmonies of #E00EF1
Complementary color
Monochromatic Colors of #E00EF1
Black with #E00EF1
Text Example
Text Example
White with #E00EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EF1; }
p { color: rgb(224,14,241); }
H1.HeaderClassName
{
color: #E00EF1;
}
.AnyTagClassName
{
color: #E00EF1;
}
</style>
background-color css
<style>
a { background-color: #E00EF1; }
a { background-color: rgb(224,14,241); }
div.DivClassName
{
background-color: #E00EF1;
}
.BgClassName
{
background-color: #E00EF1;
}
</style>
border-color css
<style>
span { border-color: #E00EF1; }
span { border-color: rgb(224,14,241); }
td.TdClassName
{
border-color: #E00EF1;
}
.TagClassName
{
border-color: #E00EF1;
}
</style>