Shades of Psychedelic Purple #E211EC
Tints of Psychedelic Purple #E211EC
RGB
CMYK
RGB Variations
Color information
#E211EC (or 0xE211EC) is known color: Psychedelic Purple. HEX triplet: E2, 11 and EC. RGB value is (226,17,236). Sum of RGB (Red+Green+Blue) = 226+17+236=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E211EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211EC is #1DEE13. Grayscale: #676767. Windows color (decimal): -1961492 or 15471074. OLE color: 15471074.
HSL color Cylindrical-coordinate representation of color #E211EC: hue angle of 297.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E211EC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 17 | 236 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.07 |
| HSL | 297.26º | 0.87% | 0.5% | - |
| HSV(B) | 297.26º | 0.93% | 0.93% | - |
| XYZ | 46.7 | 22.63 | 81.26 | - |
| YUV | 104.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 236 | 0.04 | 0.93 | 0 | 0.07 | 297.26 | 0.87 | 0.5 |
| Hex | E2 | 11 | EC | 4 | 5D | 0 | 7 | 129 | 57 | 32 |
| Octal | 342 | 21 | 354 | 4 | 135 | 0 | 7 | 451 | 127 | 62 |
| Binary | 11100010 | 10001 | 11101100 | 100 | 1011101 | 0 | 111 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E211EC
Complementary color
Monochromatic Colors of #E211EC
Black with #E211EC
Text Example
Text Example
White with #E211EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211EC; }
p { color: rgb(226,17,236); }
H1.HeaderClassName
{
color: #E211EC;
}
.AnyTagClassName
{
color: #E211EC;
}
</style>
background-color css
<style>
a { background-color: #E211EC; }
a { background-color: rgb(226,17,236); }
div.DivClassName
{
background-color: #E211EC;
}
.BgClassName
{
background-color: #E211EC;
}
</style>
border-color css
<style>
span { border-color: #E211EC; }
span { border-color: rgb(226,17,236); }
td.TdClassName
{
border-color: #E211EC;
}
.TagClassName
{
border-color: #E211EC;
}
</style>