Shades of Psychedelic Purple #EA0FF1
Tints of Psychedelic Purple #EA0FF1
RGB
CMYK
RGB Variations
Color information
#EA0FF1 (or 0xEA0FF1) is known color: Psychedelic Purple. HEX triplet: EA, 0F and F1. RGB value is (234,15,241). Sum of RGB (Red+Green+Blue) = 234+15+241=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA0FF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0FF1 is #15F00E. Grayscale: #696969. Windows color (decimal): -1437711 or 15798250. OLE color: 15798250.
HSL color Cylindrical-coordinate representation of color #EA0FF1: hue angle of 298.14º 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 #EA0FF1 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 15 | 241 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.05 |
| HSL | 298.14º | 0.89% | 0.5% | - |
| HSV(B) | 298.14º | 0.94% | 0.95% | - |
| XYZ | 49.98 | 24.18 | 85.25 | - |
| YUV | 106.25 | 204.05 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 241 | 0.03 | 0.94 | 0 | 0.05 | 298.14 | 0.89 | 0.5 |
| Hex | EA | F | F1 | 3 | 5E | 0 | 5 | 12A | 59 | 32 |
| Octal | 352 | 17 | 361 | 3 | 136 | 0 | 5 | 452 | 131 | 62 |
| Binary | 11101010 | 1111 | 11110001 | 11 | 1011110 | 0 | 101 | 100101010 | 1011001 | 110010 |
Color Harmonies of #EA0FF1
Complementary color
Monochromatic Colors of #EA0FF1
Black with #EA0FF1
Text Example
Text Example
White with #EA0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FF1; }
p { color: rgb(234,15,241); }
H1.HeaderClassName
{
color: #EA0FF1;
}
.AnyTagClassName
{
color: #EA0FF1;
}
</style>
background-color css
<style>
a { background-color: #EA0FF1; }
a { background-color: rgb(234,15,241); }
div.DivClassName
{
background-color: #EA0FF1;
}
.BgClassName
{
background-color: #EA0FF1;
}
</style>
border-color css
<style>
span { border-color: #EA0FF1; }
span { border-color: rgb(234,15,241); }
td.TdClassName
{
border-color: #EA0FF1;
}
.TagClassName
{
border-color: #EA0FF1;
}
</style>