Shades of Psychedelic Purple #E217EC
Tints of Psychedelic Purple #E217EC
RGB
CMYK
RGB Variations
Color information
#E217EC (or 0xE217EC) is known color: Psychedelic Purple. HEX triplet: E2, 17 and EC. RGB value is (226,23,236). Sum of RGB (Red+Green+Blue) = 226+23+236=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E217EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217EC is #1DE813. Grayscale: #6B6B6B. Windows color (decimal): -1959956 or 15472610. OLE color: 15472610.
HSL color Cylindrical-coordinate representation of color #E217EC: hue angle of 297.18º 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 #E217EC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 23 | 236 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.07 |
| HSL | 297.18º | 0.85% | 0.51% | - |
| HSV(B) | 297.18º | 0.9% | 0.93% | - |
| XYZ | 46.81 | 22.84 | 81.3 | - |
| YUV | 107.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 236 | 0.04 | 0.90 | 0 | 0.07 | 297.18 | 0.85 | 0.51 |
| Hex | E2 | 17 | EC | 4 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 342 | 27 | 354 | 4 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100010 | 10111 | 11101100 | 100 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E217EC
Complementary color
Monochromatic Colors of #E217EC
Black with #E217EC
Text Example
Text Example
White with #E217EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217EC; }
p { color: rgb(226,23,236); }
H1.HeaderClassName
{
color: #E217EC;
}
.AnyTagClassName
{
color: #E217EC;
}
</style>
background-color css
<style>
a { background-color: #E217EC; }
a { background-color: rgb(226,23,236); }
div.DivClassName
{
background-color: #E217EC;
}
.BgClassName
{
background-color: #E217EC;
}
</style>
border-color css
<style>
span { border-color: #E217EC; }
span { border-color: rgb(226,23,236); }
td.TdClassName
{
border-color: #E217EC;
}
.TagClassName
{
border-color: #E217EC;
}
</style>