Shades of Psychedelic Purple #E11DEC
Tints of Psychedelic Purple #E11DEC
RGB
CMYK
RGB Variations
Color information
#E11DEC (or 0xE11DEC) is known color: Psychedelic Purple. HEX triplet: E1, 1D and EC. RGB value is (225,29,236). Sum of RGB (Red+Green+Blue) = 225+29+236=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #E11DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DEC is #1EE213. Grayscale: #6E6E6E. Windows color (decimal): -2023956 or 15474145. OLE color: 15474145.
HSL color Cylindrical-coordinate representation of color #E11DEC: hue angle of 296.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11DEC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 29 | 236 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.07 |
| HSL | 296.81º | 0.84% | 0.52% | - |
| HSV(B) | 296.81º | 0.88% | 0.93% | - |
| XYZ | 46.63 | 22.94 | 81.33 | - |
| YUV | 111.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 236 | 0.05 | 0.88 | 0 | 0.07 | 296.81 | 0.84 | 0.52 |
| Hex | E1 | 1D | EC | 5 | 58 | 0 | 7 | 129 | 54 | 34 |
| Octal | 341 | 35 | 354 | 5 | 130 | 0 | 7 | 451 | 124 | 64 |
| Binary | 11100001 | 11101 | 11101100 | 101 | 1011000 | 0 | 111 | 100101001 | 1010100 | 110100 |
Color Harmonies of #E11DEC
Complementary color
Monochromatic Colors of #E11DEC
Black with #E11DEC
Text Example
Text Example
White with #E11DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DEC; }
p { color: rgb(225,29,236); }
H1.HeaderClassName
{
color: #E11DEC;
}
.AnyTagClassName
{
color: #E11DEC;
}
</style>
background-color css
<style>
a { background-color: #E11DEC; }
a { background-color: rgb(225,29,236); }
div.DivClassName
{
background-color: #E11DEC;
}
.BgClassName
{
background-color: #E11DEC;
}
</style>
border-color css
<style>
span { border-color: #E11DEC; }
span { border-color: rgb(225,29,236); }
td.TdClassName
{
border-color: #E11DEC;
}
.TagClassName
{
border-color: #E11DEC;
}
</style>