Shades of Psychedelic Purple #EA1EF1
Tints of Psychedelic Purple #EA1EF1
RGB
CMYK
RGB Variations
Color information
#EA1EF1 (or 0xEA1EF1) is known color: Psychedelic Purple. HEX triplet: EA, 1E and F1. RGB value is (234,30,241). Sum of RGB (Red+Green+Blue) = 234+30+241=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA1EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1EF1 is #15E10E. Grayscale: #727272. Windows color (decimal): -1433871 or 15802090. OLE color: 15802090.
HSL color Cylindrical-coordinate representation of color #EA1EF1: hue angle of 298.01º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1EF1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 30 | 241 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.05 |
| HSL | 298.01º | 0.88% | 0.53% | - |
| HSV(B) | 298.01º | 0.88% | 0.95% | - |
| XYZ | 50.27 | 24.77 | 85.35 | - |
| YUV | 115.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 241 | 0.03 | 0.88 | 0 | 0.05 | 298.01 | 0.88 | 0.53 |
| Hex | EA | 1E | F1 | 3 | 58 | 0 | 5 | 12A | 58 | 35 |
| Octal | 352 | 36 | 361 | 3 | 130 | 0 | 5 | 452 | 130 | 65 |
| Binary | 11101010 | 11110 | 11110001 | 11 | 1011000 | 0 | 101 | 100101010 | 1011000 | 110101 |
Color Harmonies of #EA1EF1
Complementary color
Monochromatic Colors of #EA1EF1
Black with #EA1EF1
Text Example
Text Example
White with #EA1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1EF1; }
p { color: rgb(234,30,241); }
H1.HeaderClassName
{
color: #EA1EF1;
}
.AnyTagClassName
{
color: #EA1EF1;
}
</style>
background-color css
<style>
a { background-color: #EA1EF1; }
a { background-color: rgb(234,30,241); }
div.DivClassName
{
background-color: #EA1EF1;
}
.BgClassName
{
background-color: #EA1EF1;
}
</style>
border-color css
<style>
span { border-color: #EA1EF1; }
span { border-color: rgb(234,30,241); }
td.TdClassName
{
border-color: #EA1EF1;
}
.TagClassName
{
border-color: #EA1EF1;
}
</style>