Shades of Psychedelic Purple #E821F9
Tints of Psychedelic Purple #E821F9
RGB
CMYK
RGB Variations
Color information
#E821F9 (or 0xE821F9) is known color: Psychedelic Purple. HEX triplet: E8, 21 and F9. RGB value is (232,33,249). Sum of RGB (Red+Green+Blue) = 232+33+249=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #E821F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E821F9 is #17DE06. Grayscale: #747474. Windows color (decimal): -1564167 or 16327144. OLE color: 16327144.
HSL color Cylindrical-coordinate representation of color #E821F9: hue angle of 295.28º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E821F9 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 33 | 249 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.02 |
| HSL | 295.28º | 0.95% | 0.55% | - |
| HSV(B) | 295.28º | 0.87% | 0.98% | - |
| XYZ | 50.92 | 25.08 | 91.78 | - |
| YUV | 117.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 249 | 0.07 | 0.87 | 0 | 0.02 | 295.28 | 0.95 | 0.55 |
| Hex | E8 | 21 | F9 | 7 | 57 | 0 | 2 | 127 | 5F | 37 |
| Octal | 350 | 41 | 371 | 7 | 127 | 0 | 2 | 447 | 137 | 67 |
| Binary | 11101000 | 100001 | 11111001 | 111 | 1010111 | 0 | 10 | 100100111 | 1011111 | 110111 |
Color Harmonies of #E821F9
Complementary color
Monochromatic Colors of #E821F9
Black with #E821F9
Text Example
Text Example
White with #E821F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821F9; }
p { color: rgb(232,33,249); }
H1.HeaderClassName
{
color: #E821F9;
}
.AnyTagClassName
{
color: #E821F9;
}
</style>
background-color css
<style>
a { background-color: #E821F9; }
a { background-color: rgb(232,33,249); }
div.DivClassName
{
background-color: #E821F9;
}
.BgClassName
{
background-color: #E821F9;
}
</style>
border-color css
<style>
span { border-color: #E821F9; }
span { border-color: rgb(232,33,249); }
td.TdClassName
{
border-color: #E821F9;
}
.TagClassName
{
border-color: #E821F9;
}
</style>