Shades of Psychedelic Purple #EA0EF1
Tints of Psychedelic Purple #EA0EF1
RGB
CMYK
RGB Variations
Color information
#EA0EF1 (or 0xEA0EF1) is known color: Psychedelic Purple. HEX triplet: EA, 0E and F1. RGB value is (234,14,241). Sum of RGB (Red+Green+Blue) = 234+14+241=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA0EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0EF1 is #15F10E. Grayscale: #686868. Windows color (decimal): -1437967 or 15797994. OLE color: 15797994.
HSL color Cylindrical-coordinate representation of color #EA0EF1: hue angle of 298.15º 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 #EA0EF1 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 14 | 241 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.05 |
| HSL | 298.15º | 0.89% | 0.5% | - |
| HSV(B) | 298.15º | 0.94% | 0.95% | - |
| XYZ | 49.97 | 24.16 | 85.25 | - |
| YUV | 105.66 | 204.39 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 241 | 0.03 | 0.94 | 0 | 0.05 | 298.15 | 0.89 | 0.5 |
| Hex | EA | E | F1 | 3 | 5E | 0 | 5 | 12A | 59 | 32 |
| Octal | 352 | 16 | 361 | 3 | 136 | 0 | 5 | 452 | 131 | 62 |
| Binary | 11101010 | 1110 | 11110001 | 11 | 1011110 | 0 | 101 | 100101010 | 1011001 | 110010 |
Color Harmonies of #EA0EF1
Complementary color
Monochromatic Colors of #EA0EF1
Black with #EA0EF1
Text Example
Text Example
White with #EA0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0EF1; }
p { color: rgb(234,14,241); }
H1.HeaderClassName
{
color: #EA0EF1;
}
.AnyTagClassName
{
color: #EA0EF1;
}
</style>
background-color css
<style>
a { background-color: #EA0EF1; }
a { background-color: rgb(234,14,241); }
div.DivClassName
{
background-color: #EA0EF1;
}
.BgClassName
{
background-color: #EA0EF1;
}
</style>
border-color css
<style>
span { border-color: #EA0EF1; }
span { border-color: rgb(234,14,241); }
td.TdClassName
{
border-color: #EA0EF1;
}
.TagClassName
{
border-color: #EA0EF1;
}
</style>