Shades of Psychedelic Purple #E11AFE
Tints of Psychedelic Purple #E11AFE
RGB
CMYK
RGB Variations
Color information
#E11AFE (or 0xE11AFE) is known color: Psychedelic Purple. HEX triplet: E1, 1A and FE. RGB value is (225,26,254). Sum of RGB (Red+Green+Blue) = 225+26+254=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 26 (10.55% from 255 or 5.15% 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 #E11AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AFE is #1EE501. Grayscale: #6E6E6E. Windows color (decimal): -2024706 or 16653025. OLE color: 16653025.
HSL color Cylindrical-coordinate representation of color #E11AFE: hue angle of 292.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11AFE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 26 | 254 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.00 |
| HSL | 292.37º | 0.99% | 0.55% | - |
| HSV(B) | 292.37º | 0.9% | 1% | - |
| XYZ | 49.31 | 23.9 | 95.78 | - |
| YUV | 111.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 254 | 0.11 | 0.90 | 0 | 0.00 | 292.37 | 0.99 | 0.55 |
| Hex | E1 | 1A | FE | B | 5A | 0 | 0 | 124 | 63 | 37 |
| Octal | 341 | 32 | 376 | 13 | 132 | 0 | 0 | 444 | 143 | 67 |
| Binary | 11100001 | 11010 | 11111110 | 1011 | 1011010 | 0 | 0 | 100100100 | 1100011 | 110111 |
Color Harmonies of #E11AFE
Complementary color
Monochromatic Colors of #E11AFE
Black with #E11AFE
Text Example
Text Example
White with #E11AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AFE; }
p { color: rgb(225,26,254); }
H1.HeaderClassName
{
color: #E11AFE;
}
.AnyTagClassName
{
color: #E11AFE;
}
</style>
background-color css
<style>
a { background-color: #E11AFE; }
a { background-color: rgb(225,26,254); }
div.DivClassName
{
background-color: #E11AFE;
}
.BgClassName
{
background-color: #E11AFE;
}
</style>
border-color css
<style>
span { border-color: #E11AFE; }
span { border-color: rgb(225,26,254); }
td.TdClassName
{
border-color: #E11AFE;
}
.TagClassName
{
border-color: #E11AFE;
}
</style>