Shades of Psychedelic Purple #E215FC
Tints of Psychedelic Purple #E215FC
RGB
CMYK
RGB Variations
Color information
#E215FC (or 0xE215FC) is known color: Psychedelic Purple. HEX triplet: E2, 15 and FC. RGB value is (226,21,252). Sum of RGB (Red+Green+Blue) = 226+21+252=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #E215FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215FC is #1DEA03. Grayscale: #6B6B6B. Windows color (decimal): -1960452 or 16520674. OLE color: 16520674.
HSL color Cylindrical-coordinate representation of color #E215FC: hue angle of 293.25º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E215FC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 21 | 252 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.01 |
| HSL | 293.25º | 0.97% | 0.54% | - |
| HSV(B) | 293.25º | 0.92% | 0.99% | - |
| XYZ | 49.2 | 23.73 | 94.08 | - |
| YUV | 108.63 | 208.92 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 252 | 0.10 | 0.92 | 0 | 0.01 | 293.25 | 0.97 | 0.54 |
| Hex | E2 | 15 | FC | A | 5C | 0 | 1 | 125 | 61 | 36 |
| Octal | 342 | 25 | 374 | 12 | 134 | 0 | 1 | 445 | 141 | 66 |
| Binary | 11100010 | 10101 | 11111100 | 1010 | 1011100 | 0 | 1 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E215FC
Complementary color
Monochromatic Colors of #E215FC
Black with #E215FC
Text Example
Text Example
White with #E215FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215FC; }
p { color: rgb(226,21,252); }
H1.HeaderClassName
{
color: #E215FC;
}
.AnyTagClassName
{
color: #E215FC;
}
</style>
background-color css
<style>
a { background-color: #E215FC; }
a { background-color: rgb(226,21,252); }
div.DivClassName
{
background-color: #E215FC;
}
.BgClassName
{
background-color: #E215FC;
}
</style>
border-color css
<style>
span { border-color: #E215FC; }
span { border-color: rgb(226,21,252); }
td.TdClassName
{
border-color: #E215FC;
}
.TagClassName
{
border-color: #E215FC;
}
</style>