Shades of Psychedelic Purple #E10EFA
Tints of Psychedelic Purple #E10EFA
RGB
CMYK
RGB Variations
Color information
#E10EFA (or 0xE10EFA) is known color: Psychedelic Purple. HEX triplet: E1, 0E and FA. RGB value is (225,14,250). Sum of RGB (Red+Green+Blue) = 225+14+250=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #E10EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EFA is #1EF105. Grayscale: #676767. Windows color (decimal): -2027782 or 16387809. OLE color: 16387809.
HSL color Cylindrical-coordinate representation of color #E10EFA: hue angle of 293.64º 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 #E10EFA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 14 | 250 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.02 |
| HSL | 293.64º | 0.96% | 0.52% | - |
| HSV(B) | 293.64º | 0.94% | 0.98% | - |
| XYZ | 48.46 | 23.22 | 92.37 | - |
| YUV | 103.99 | 210.4 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 250 | 0.10 | 0.94 | 0 | 0.02 | 293.64 | 0.96 | 0.52 |
| Hex | E1 | E | FA | A | 5E | 0 | 2 | 126 | 60 | 34 |
| Octal | 341 | 16 | 372 | 12 | 136 | 0 | 2 | 446 | 140 | 64 |
| Binary | 11100001 | 1110 | 11111010 | 1010 | 1011110 | 0 | 10 | 100100110 | 1100000 | 110100 |
Color Harmonies of #E10EFA
Complementary color
Monochromatic Colors of #E10EFA
Black with #E10EFA
Text Example
Text Example
White with #E10EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EFA; }
p { color: rgb(225,14,250); }
H1.HeaderClassName
{
color: #E10EFA;
}
.AnyTagClassName
{
color: #E10EFA;
}
</style>
background-color css
<style>
a { background-color: #E10EFA; }
a { background-color: rgb(225,14,250); }
div.DivClassName
{
background-color: #E10EFA;
}
.BgClassName
{
background-color: #E10EFA;
}
</style>
border-color css
<style>
span { border-color: #E10EFA; }
span { border-color: rgb(225,14,250); }
td.TdClassName
{
border-color: #E10EFA;
}
.TagClassName
{
border-color: #E10EFA;
}
</style>