Shades of Psychedelic Purple #E218EC
Tints of Psychedelic Purple #E218EC
RGB
CMYK
RGB Variations
Color information
#E218EC (or 0xE218EC) is known color: Psychedelic Purple. HEX triplet: E2, 18 and EC. RGB value is (226,24,236). Sum of RGB (Red+Green+Blue) = 226+24+236=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #E218EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218EC is #1DE713. Grayscale: #6B6B6B. Windows color (decimal): -1959700 or 15472866. OLE color: 15472866.
HSL color Cylindrical-coordinate representation of color #E218EC: hue angle of 297.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E218EC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 24 | 236 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.07 |
| HSL | 297.17º | 0.85% | 0.51% | - |
| HSV(B) | 297.17º | 0.9% | 0.93% | - |
| XYZ | 46.83 | 22.88 | 81.3 | - |
| YUV | 108.57 | 199.92 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 236 | 0.04 | 0.90 | 0 | 0.07 | 297.17 | 0.85 | 0.51 |
| Hex | E2 | 18 | EC | 4 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 342 | 30 | 354 | 4 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100010 | 11000 | 11101100 | 100 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E218EC
Complementary color
Monochromatic Colors of #E218EC
Black with #E218EC
Text Example
Text Example
White with #E218EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218EC; }
p { color: rgb(226,24,236); }
H1.HeaderClassName
{
color: #E218EC;
}
.AnyTagClassName
{
color: #E218EC;
}
</style>
background-color css
<style>
a { background-color: #E218EC; }
a { background-color: rgb(226,24,236); }
div.DivClassName
{
background-color: #E218EC;
}
.BgClassName
{
background-color: #E218EC;
}
</style>
border-color css
<style>
span { border-color: #E218EC; }
span { border-color: rgb(226,24,236); }
td.TdClassName
{
border-color: #E218EC;
}
.TagClassName
{
border-color: #E218EC;
}
</style>