Shades of Psychedelic Purple #E11FEC
Tints of Psychedelic Purple #E11FEC
RGB
CMYK
RGB Variations
Color information
#E11FEC (or 0xE11FEC) is known color: Psychedelic Purple. HEX triplet: E1, 1F and EC. RGB value is (225,31,236). Sum of RGB (Red+Green+Blue) = 225+31+236=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #E11FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FEC is #1EE013. Grayscale: #6F6F6F. Windows color (decimal): -2023444 or 15474657. OLE color: 15474657.
HSL color Cylindrical-coordinate representation of color #E11FEC: hue angle of 296.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11FEC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 31 | 236 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.07 |
| HSL | 296.78º | 0.84% | 0.52% | - |
| HSV(B) | 296.78º | 0.87% | 0.93% | - |
| XYZ | 46.68 | 23.04 | 81.34 | - |
| YUV | 112.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 236 | 0.05 | 0.87 | 0 | 0.07 | 296.78 | 0.84 | 0.52 |
| Hex | E1 | 1F | EC | 5 | 57 | 0 | 7 | 129 | 54 | 34 |
| Octal | 341 | 37 | 354 | 5 | 127 | 0 | 7 | 451 | 124 | 64 |
| Binary | 11100001 | 11111 | 11101100 | 101 | 1010111 | 0 | 111 | 100101001 | 1010100 | 110100 |
Color Harmonies of #E11FEC
Complementary color
Monochromatic Colors of #E11FEC
Black with #E11FEC
Text Example
Text Example
White with #E11FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FEC; }
p { color: rgb(225,31,236); }
H1.HeaderClassName
{
color: #E11FEC;
}
.AnyTagClassName
{
color: #E11FEC;
}
</style>
background-color css
<style>
a { background-color: #E11FEC; }
a { background-color: rgb(225,31,236); }
div.DivClassName
{
background-color: #E11FEC;
}
.BgClassName
{
background-color: #E11FEC;
}
</style>
border-color css
<style>
span { border-color: #E11FEC; }
span { border-color: rgb(225,31,236); }
td.TdClassName
{
border-color: #E11FEC;
}
.TagClassName
{
border-color: #E11FEC;
}
</style>