Shades of Psychedelic Purple #E821F3
Tints of Psychedelic Purple #E821F3
RGB
CMYK
RGB Variations
Color information
#E821F3 (or 0xE821F3) is known color: Psychedelic Purple. HEX triplet: E8, 21 and F3. RGB value is (232,33,243). Sum of RGB (Red+Green+Blue) = 232+33+243=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #E821F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E821F3 is #17DE0C. Grayscale: #737373. Windows color (decimal): -1564173 or 15933928. OLE color: 15933928.
HSL color Cylindrical-coordinate representation of color #E821F3: hue angle of 296.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821F3 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 33 | 243 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.05 |
| HSL | 296.86º | 0.9% | 0.54% | - |
| HSV(B) | 296.86º | 0.86% | 0.95% | - |
| XYZ | 50 | 24.71 | 86.93 | - |
| YUV | 116.44 | 199.43 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 243 | 0.05 | 0.86 | 0 | 0.05 | 296.86 | 0.9 | 0.54 |
| Hex | E8 | 21 | F3 | 5 | 56 | 0 | 5 | 129 | 5A | 36 |
| Octal | 350 | 41 | 363 | 5 | 126 | 0 | 5 | 451 | 132 | 66 |
| Binary | 11101000 | 100001 | 11110011 | 101 | 1010110 | 0 | 101 | 100101001 | 1011010 | 110110 |
Color Harmonies of #E821F3
Complementary color
Monochromatic Colors of #E821F3
Black with #E821F3
Text Example
Text Example
White with #E821F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821F3; }
p { color: rgb(232,33,243); }
H1.HeaderClassName
{
color: #E821F3;
}
.AnyTagClassName
{
color: #E821F3;
}
</style>
background-color css
<style>
a { background-color: #E821F3; }
a { background-color: rgb(232,33,243); }
div.DivClassName
{
background-color: #E821F3;
}
.BgClassName
{
background-color: #E821F3;
}
</style>
border-color css
<style>
span { border-color: #E821F3; }
span { border-color: rgb(232,33,243); }
td.TdClassName
{
border-color: #E821F3;
}
.TagClassName
{
border-color: #E821F3;
}
</style>