Shades of Psychedelic Purple #EA11FE
Tints of Psychedelic Purple #EA11FE
RGB
CMYK
RGB Variations
Color information
#EA11FE (or 0xEA11FE) is known color: Psychedelic Purple. HEX triplet: EA, 11 and FE. RGB value is (234,17,254). Sum of RGB (Red+Green+Blue) = 234+17+254=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 17 (7.03% from 255 or 3.37% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA11FE is #15EE01. Grayscale: #6C6C6C. Windows color (decimal): -1437186 or 16650730. OLE color: 16650730.
HSL color Cylindrical-coordinate representation of color #EA11FE: hue angle of 294.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11FE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 17 | 254 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.00 |
| HSL | 294.94º | 0.99% | 0.53% | - |
| HSV(B) | 294.94º | 0.93% | 1% | - |
| XYZ | 52.02 | 25.05 | 95.86 | - |
| YUV | 108.9 | 209.89 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 254 | 0.08 | 0.93 | 0 | 0.00 | 294.94 | 0.99 | 0.53 |
| Hex | EA | 11 | FE | 8 | 5D | 0 | 0 | 127 | 63 | 35 |
| Octal | 352 | 21 | 376 | 10 | 135 | 0 | 0 | 447 | 143 | 65 |
| Binary | 11101010 | 10001 | 11111110 | 1000 | 1011101 | 0 | 0 | 100100111 | 1100011 | 110101 |
Color Harmonies of #EA11FE
Complementary color
Monochromatic Colors of #EA11FE
Black with #EA11FE
Text Example
Text Example
White with #EA11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11FE; }
p { color: rgb(234,17,254); }
H1.HeaderClassName
{
color: #EA11FE;
}
.AnyTagClassName
{
color: #EA11FE;
}
</style>
background-color css
<style>
a { background-color: #EA11FE; }
a { background-color: rgb(234,17,254); }
div.DivClassName
{
background-color: #EA11FE;
}
.BgClassName
{
background-color: #EA11FE;
}
</style>
border-color css
<style>
span { border-color: #EA11FE; }
span { border-color: rgb(234,17,254); }
td.TdClassName
{
border-color: #EA11FE;
}
.TagClassName
{
border-color: #EA11FE;
}
</style>