Shades of Psychedelic Purple #E11AF6
Tints of Psychedelic Purple #E11AF6
RGB
CMYK
RGB Variations
Color information
#E11AF6 (or 0xE11AF6) is known color: Psychedelic Purple. HEX triplet: E1, 1A and F6. RGB value is (225,26,246). Sum of RGB (Red+Green+Blue) = 225+26+246=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #E11AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AF6 is #1EE509. Grayscale: #6D6D6D. Windows color (decimal): -2024714 or 16128737. OLE color: 16128737.
HSL color Cylindrical-coordinate representation of color #E11AF6: hue angle of 294.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11AF6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 26 | 246 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.04 |
| HSL | 294.27º | 0.92% | 0.53% | - |
| HSV(B) | 294.27º | 0.89% | 0.96% | - |
| XYZ | 48.06 | 23.4 | 89.17 | - |
| YUV | 110.58 | 204.43 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 246 | 0.09 | 0.89 | 0 | 0.04 | 294.27 | 0.92 | 0.53 |
| Hex | E1 | 1A | F6 | 9 | 59 | 0 | 4 | 126 | 5C | 35 |
| Octal | 341 | 32 | 366 | 11 | 131 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11100001 | 11010 | 11110110 | 1001 | 1011001 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #E11AF6
Complementary color
Monochromatic Colors of #E11AF6
Black with #E11AF6
Text Example
Text Example
White with #E11AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AF6; }
p { color: rgb(225,26,246); }
H1.HeaderClassName
{
color: #E11AF6;
}
.AnyTagClassName
{
color: #E11AF6;
}
</style>
background-color css
<style>
a { background-color: #E11AF6; }
a { background-color: rgb(225,26,246); }
div.DivClassName
{
background-color: #E11AF6;
}
.BgClassName
{
background-color: #E11AF6;
}
</style>
border-color css
<style>
span { border-color: #E11AF6; }
span { border-color: rgb(225,26,246); }
td.TdClassName
{
border-color: #E11AF6;
}
.TagClassName
{
border-color: #E11AF6;
}
</style>