Shades of Psychedelic Purple #E216FF
Tints of Psychedelic Purple #E216FF
RGB
CMYK
RGB Variations
Color information
#E216FF (or 0xE216FF) is known color: Psychedelic Purple. HEX triplet: E2, 16 and FF. RGB value is (226,22,255). Sum of RGB (Red+Green+Blue) = 226+22+255=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E216FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E216FF is #1DE900. Grayscale: #6C6C6C. Windows color (decimal): -1960193 or 16717538. OLE color: 16717538.
HSL color Cylindrical-coordinate representation of color #E216FF: hue angle of 292.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E216FF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 22 | 255 | - |
| CMYK | 0.11 | 0.91 | 0 | 0 |
| HSL | 292.53º | 1% | 0.54% | - |
| HSV(B) | 292.53º | 0.91% | 1% | - |
| XYZ | 49.7 | 23.96 | 96.61 | - |
| YUV | 109.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 255 | 0.11 | 0.91 | 0 | 0 | 292.53 | 1 | 0.54 |
| Hex | E2 | 16 | FF | B | 5B | 0 | 0 | 125 | 64 | 36 |
| Octal | 342 | 26 | 377 | 13 | 133 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100010 | 10110 | 11111111 | 1011 | 1011011 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E216FF
Complementary color
Monochromatic Colors of #E216FF
Black with #E216FF
Text Example
Text Example
White with #E216FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216FF; }
p { color: rgb(226,22,255); }
H1.HeaderClassName
{
color: #E216FF;
}
.AnyTagClassName
{
color: #E216FF;
}
</style>
background-color css
<style>
a { background-color: #E216FF; }
a { background-color: rgb(226,22,255); }
div.DivClassName
{
background-color: #E216FF;
}
.BgClassName
{
background-color: #E216FF;
}
</style>
border-color css
<style>
span { border-color: #E216FF; }
span { border-color: rgb(226,22,255); }
td.TdClassName
{
border-color: #E216FF;
}
.TagClassName
{
border-color: #E216FF;
}
</style>