Shades of Psychedelic Purple #E00EFA
Tints of Psychedelic Purple #E00EFA
RGB
CMYK
RGB Variations
Color information
#E00EFA (or 0xE00EFA) is known color: Psychedelic Purple. HEX triplet: E0, 0E and FA. RGB value is (224,14,250). Sum of RGB (Red+Green+Blue) = 224+14+250=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #E00EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EFA is #1FF105. Grayscale: #666666. Windows color (decimal): -2093318 or 16387808. OLE color: 16387808.
HSL color Cylindrical-coordinate representation of color #E00EFA: hue angle of 293.39º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EFA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 14 | 250 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.02 |
| HSL | 293.39º | 0.96% | 0.52% | - |
| HSV(B) | 293.39º | 0.94% | 0.98% | - |
| XYZ | 48.15 | 23.06 | 92.36 | - |
| YUV | 103.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 250 | 0.10 | 0.94 | 0 | 0.02 | 293.39 | 0.96 | 0.52 |
| Hex | E0 | E | FA | A | 5E | 0 | 2 | 125 | 60 | 34 |
| Octal | 340 | 16 | 372 | 12 | 136 | 0 | 2 | 445 | 140 | 64 |
| Binary | 11100000 | 1110 | 11111010 | 1010 | 1011110 | 0 | 10 | 100100101 | 1100000 | 110100 |
Color Harmonies of #E00EFA
Complementary color
Monochromatic Colors of #E00EFA
Black with #E00EFA
Text Example
Text Example
White with #E00EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EFA; }
p { color: rgb(224,14,250); }
H1.HeaderClassName
{
color: #E00EFA;
}
.AnyTagClassName
{
color: #E00EFA;
}
</style>
background-color css
<style>
a { background-color: #E00EFA; }
a { background-color: rgb(224,14,250); }
div.DivClassName
{
background-color: #E00EFA;
}
.BgClassName
{
background-color: #E00EFA;
}
</style>
border-color css
<style>
span { border-color: #E00EFA; }
span { border-color: rgb(224,14,250); }
td.TdClassName
{
border-color: #E00EFA;
}
.TagClassName
{
border-color: #E00EFA;
}
</style>