Shades of Psychedelic Purple #E210EC
Tints of Psychedelic Purple #E210EC
RGB
CMYK
RGB Variations
Color information
#E210EC (or 0xE210EC) is known color: Psychedelic Purple. HEX triplet: E2, 10 and EC. RGB value is (226,16,236). Sum of RGB (Red+Green+Blue) = 226+16+236=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #E210EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210EC is #1DEF13. Grayscale: #676767. Windows color (decimal): -1961748 or 15470818. OLE color: 15470818.
HSL color Cylindrical-coordinate representation of color #E210EC: hue angle of 297.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210EC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 16 | 236 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.07 |
| HSL | 297.27º | 0.87% | 0.49% | - |
| HSV(B) | 297.27º | 0.93% | 0.93% | - |
| XYZ | 46.69 | 22.6 | 81.26 | - |
| YUV | 103.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 236 | 0.04 | 0.93 | 0 | 0.07 | 297.27 | 0.87 | 0.49 |
| Hex | E2 | 10 | EC | 4 | 5D | 0 | 7 | 129 | 57 | 31 |
| Octal | 342 | 20 | 354 | 4 | 135 | 0 | 7 | 451 | 127 | 61 |
| Binary | 11100010 | 10000 | 11101100 | 100 | 1011101 | 0 | 111 | 100101001 | 1010111 | 110001 |
Color Harmonies of #E210EC
Complementary color
Monochromatic Colors of #E210EC
Black with #E210EC
Text Example
Text Example
White with #E210EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210EC; }
p { color: rgb(226,16,236); }
H1.HeaderClassName
{
color: #E210EC;
}
.AnyTagClassName
{
color: #E210EC;
}
</style>
background-color css
<style>
a { background-color: #E210EC; }
a { background-color: rgb(226,16,236); }
div.DivClassName
{
background-color: #E210EC;
}
.BgClassName
{
background-color: #E210EC;
}
</style>
border-color css
<style>
span { border-color: #E210EC; }
span { border-color: rgb(226,16,236); }
td.TdClassName
{
border-color: #E210EC;
}
.TagClassName
{
border-color: #E210EC;
}
</style>