Shades of Psychedelic Purple #E820FC
Tints of Psychedelic Purple #E820FC
RGB
CMYK
RGB Variations
Color information
#E820FC (or 0xE820FC) is known color: Psychedelic Purple. HEX triplet: E8, 20 and FC. RGB value is (232,32,252). Sum of RGB (Red+Green+Blue) = 232+32+252=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #E820FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820FC is #17DF03. Grayscale: #747474. Windows color (decimal): -1564420 or 16523496. OLE color: 16523496.
HSL color Cylindrical-coordinate representation of color #E820FC: hue angle of 294.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E820FC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 32 | 252 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.01 |
| HSL | 294.55º | 0.97% | 0.56% | - |
| HSV(B) | 294.55º | 0.87% | 0.99% | - |
| XYZ | 51.37 | 25.22 | 94.26 | - |
| YUV | 116.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 252 | 0.08 | 0.87 | 0 | 0.01 | 294.55 | 0.97 | 0.56 |
| Hex | E8 | 20 | FC | 8 | 57 | 0 | 1 | 127 | 61 | 38 |
| Octal | 350 | 40 | 374 | 10 | 127 | 0 | 1 | 447 | 141 | 70 |
| Binary | 11101000 | 100000 | 11111100 | 1000 | 1010111 | 0 | 1 | 100100111 | 1100001 | 111000 |
Color Harmonies of #E820FC
Complementary color
Monochromatic Colors of #E820FC
Black with #E820FC
Text Example
Text Example
White with #E820FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820FC; }
p { color: rgb(232,32,252); }
H1.HeaderClassName
{
color: #E820FC;
}
.AnyTagClassName
{
color: #E820FC;
}
</style>
background-color css
<style>
a { background-color: #E820FC; }
a { background-color: rgb(232,32,252); }
div.DivClassName
{
background-color: #E820FC;
}
.BgClassName
{
background-color: #E820FC;
}
</style>
border-color css
<style>
span { border-color: #E820FC; }
span { border-color: rgb(232,32,252); }
td.TdClassName
{
border-color: #E820FC;
}
.TagClassName
{
border-color: #E820FC;
}
</style>