Shades of Psychedelic Purple #E215EC
Tints of Psychedelic Purple #E215EC
RGB
CMYK
RGB Variations
Color information
#E215EC (or 0xE215EC) is known color: Psychedelic Purple. HEX triplet: E2, 15 and EC. RGB value is (226,21,236). Sum of RGB (Red+Green+Blue) = 226+21+236=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #E215EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215EC is #1DEA13. Grayscale: #6A6A6A. Windows color (decimal): -1960468 or 15472098. OLE color: 15472098.
HSL color Cylindrical-coordinate representation of color #E215EC: hue angle of 297.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215EC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 21 | 236 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.07 |
| HSL | 297.21º | 0.85% | 0.5% | - |
| HSV(B) | 297.21º | 0.91% | 0.93% | - |
| XYZ | 46.77 | 22.76 | 81.29 | - |
| YUV | 106.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 236 | 0.04 | 0.91 | 0 | 0.07 | 297.21 | 0.85 | 0.5 |
| Hex | E2 | 15 | EC | 4 | 5B | 0 | 7 | 129 | 55 | 32 |
| Octal | 342 | 25 | 354 | 4 | 133 | 0 | 7 | 451 | 125 | 62 |
| Binary | 11100010 | 10101 | 11101100 | 100 | 1011011 | 0 | 111 | 100101001 | 1010101 | 110010 |
Color Harmonies of #E215EC
Complementary color
Monochromatic Colors of #E215EC
Black with #E215EC
Text Example
Text Example
White with #E215EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215EC; }
p { color: rgb(226,21,236); }
H1.HeaderClassName
{
color: #E215EC;
}
.AnyTagClassName
{
color: #E215EC;
}
</style>
background-color css
<style>
a { background-color: #E215EC; }
a { background-color: rgb(226,21,236); }
div.DivClassName
{
background-color: #E215EC;
}
.BgClassName
{
background-color: #E215EC;
}
</style>
border-color css
<style>
span { border-color: #E215EC; }
span { border-color: rgb(226,21,236); }
td.TdClassName
{
border-color: #E215EC;
}
.TagClassName
{
border-color: #E215EC;
}
</style>