Shades of Psychedelic Purple #E820F3
Tints of Psychedelic Purple #E820F3
RGB
CMYK
RGB Variations
Color information
#E820F3 (or 0xE820F3) is known color: Psychedelic Purple. HEX triplet: E8, 20 and F3. RGB value is (232,32,243). Sum of RGB (Red+Green+Blue) = 232+32+243=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #E820F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820F3 is #17DF0C. Grayscale: #737373. Windows color (decimal): -1564429 or 15933672. OLE color: 15933672.
HSL color Cylindrical-coordinate representation of color #E820F3: hue angle of 296.87º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E820F3 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 32 | 243 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.05 |
| HSL | 296.87º | 0.9% | 0.54% | - |
| HSV(B) | 296.87º | 0.87% | 0.95% | - |
| XYZ | 49.97 | 24.66 | 86.92 | - |
| YUV | 115.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 243 | 0.05 | 0.87 | 0 | 0.05 | 296.87 | 0.9 | 0.54 |
| Hex | E8 | 20 | F3 | 5 | 57 | 0 | 5 | 129 | 5A | 36 |
| Octal | 350 | 40 | 363 | 5 | 127 | 0 | 5 | 451 | 132 | 66 |
| Binary | 11101000 | 100000 | 11110011 | 101 | 1010111 | 0 | 101 | 100101001 | 1011010 | 110110 |
Color Harmonies of #E820F3
Complementary color
Monochromatic Colors of #E820F3
Black with #E820F3
Text Example
Text Example
White with #E820F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820F3; }
p { color: rgb(232,32,243); }
H1.HeaderClassName
{
color: #E820F3;
}
.AnyTagClassName
{
color: #E820F3;
}
</style>
background-color css
<style>
a { background-color: #E820F3; }
a { background-color: rgb(232,32,243); }
div.DivClassName
{
background-color: #E820F3;
}
.BgClassName
{
background-color: #E820F3;
}
</style>
border-color css
<style>
span { border-color: #E820F3; }
span { border-color: rgb(232,32,243); }
td.TdClassName
{
border-color: #E820F3;
}
.TagClassName
{
border-color: #E820F3;
}
</style>