Shades of Psychedelic Purple #E214FF
Tints of Psychedelic Purple #E214FF
RGB
CMYK
RGB Variations
Color information
#E214FF (or 0xE214FF) is known color: Psychedelic Purple. HEX triplet: E2, 14 and FF. RGB value is (226,20,255). Sum of RGB (Red+Green+Blue) = 226+20+255=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E214FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E214FF is #1DEB00. Grayscale: #6B6B6B. Windows color (decimal): -1960705 or 16717026. OLE color: 16717026.
HSL color Cylindrical-coordinate representation of color #E214FF: hue angle of 292.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E214FF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 20 | 255 | - |
| CMYK | 0.11 | 0.92 | 0 | 0 |
| HSL | 292.6º | 1% | 0.54% | - |
| HSV(B) | 292.6º | 0.92% | 1% | - |
| XYZ | 49.66 | 23.89 | 96.6 | - |
| YUV | 108.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 255 | 0.11 | 0.92 | 0 | 0 | 292.6 | 1 | 0.54 |
| Hex | E2 | 14 | FF | B | 5C | 0 | 0 | 125 | 64 | 36 |
| Octal | 342 | 24 | 377 | 13 | 134 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100010 | 10100 | 11111111 | 1011 | 1011100 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E214FF
Complementary color
Monochromatic Colors of #E214FF
Black with #E214FF
Text Example
Text Example
White with #E214FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214FF; }
p { color: rgb(226,20,255); }
H1.HeaderClassName
{
color: #E214FF;
}
.AnyTagClassName
{
color: #E214FF;
}
</style>
background-color css
<style>
a { background-color: #E214FF; }
a { background-color: rgb(226,20,255); }
div.DivClassName
{
background-color: #E214FF;
}
.BgClassName
{
background-color: #E214FF;
}
</style>
border-color css
<style>
span { border-color: #E214FF; }
span { border-color: rgb(226,20,255); }
td.TdClassName
{
border-color: #E214FF;
}
.TagClassName
{
border-color: #E214FF;
}
</style>