Shades of Psychedelic Purple #E001F2
Tints of Psychedelic Purple #E001F2
RGB
CMYK
RGB Variations
Color information
#E001F2 (or 0xE001F2) is known color: Psychedelic Purple. HEX triplet: E0, 01 and F2. RGB value is (224,1,242). Sum of RGB (Red+Green+Blue) = 224+1+242=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #E001F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001F2 is #1FFE0D. Grayscale: #5E5E5E. Windows color (decimal): -2096654 or 15860192. OLE color: 15860192.
HSL color Cylindrical-coordinate representation of color #E001F2: hue angle of 295.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001F2 is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 1 | 242 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.05 |
| HSL | 295.52º | 0.99% | 0.48% | - |
| HSV(B) | 295.52º | 1% | 0.95% | - |
| XYZ | 46.78 | 22.28 | 85.84 | - |
| YUV | 95.15 | 210.88 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 242 | 0.07 | 1.00 | 0 | 0.05 | 295.52 | 0.99 | 0.48 |
| Hex | E0 | 1 | F2 | 7 | 64 | 0 | 5 | 128 | 63 | 30 |
| Octal | 340 | 1 | 362 | 7 | 144 | 0 | 5 | 450 | 143 | 60 |
| Binary | 11100000 | 1 | 11110010 | 111 | 1100100 | 0 | 101 | 100101000 | 1100011 | 110000 |
Color Harmonies of #E001F2
Complementary color
Monochromatic Colors of #E001F2
Black with #E001F2
Text Example
Text Example
White with #E001F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001F2; }
p { color: rgb(224,1,242); }
H1.HeaderClassName
{
color: #E001F2;
}
.AnyTagClassName
{
color: #E001F2;
}
</style>
background-color css
<style>
a { background-color: #E001F2; }
a { background-color: rgb(224,1,242); }
div.DivClassName
{
background-color: #E001F2;
}
.BgClassName
{
background-color: #E001F2;
}
</style>
border-color css
<style>
span { border-color: #E001F2; }
span { border-color: rgb(224,1,242); }
td.TdClassName
{
border-color: #E001F2;
}
.TagClassName
{
border-color: #E001F2;
}
</style>