Shades of Psychedelic Purple #E82DF9
Tints of Psychedelic Purple #E82DF9
RGB
CMYK
RGB Variations
Color information
#E82DF9 (or 0xE82DF9) is known color: Psychedelic Purple. HEX triplet: E8, 2D and F9. RGB value is (232,45,249). Sum of RGB (Red+Green+Blue) = 232+45+249=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #E82DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E82DF9 is #17D206. Grayscale: #7B7B7B. Windows color (decimal): -1561095 or 16330216. OLE color: 16330216.
HSL color Cylindrical-coordinate representation of color #E82DF9: hue angle of 295º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82DF9 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 45 | 249 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.02 |
| HSL | 295º | 0.94% | 0.58% | - |
| HSV(B) | 295º | 0.82% | 0.98% | - |
| XYZ | 51.32 | 25.87 | 91.91 | - |
| YUV | 124.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 249 | 0.07 | 0.82 | 0 | 0.02 | 295 | 0.94 | 0.58 |
| Hex | E8 | 2D | F9 | 7 | 52 | 0 | 2 | 127 | 5E | 3A |
| Octal | 350 | 55 | 371 | 7 | 122 | 0 | 2 | 447 | 136 | 72 |
| Binary | 11101000 | 101101 | 11111001 | 111 | 1010010 | 0 | 10 | 100100111 | 1011110 | 111010 |
Color Harmonies of #E82DF9
Complementary color
Monochromatic Colors of #E82DF9
Black with #E82DF9
Text Example
Text Example
White with #E82DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DF9; }
p { color: rgb(232,45,249); }
H1.HeaderClassName
{
color: #E82DF9;
}
.AnyTagClassName
{
color: #E82DF9;
}
</style>
background-color css
<style>
a { background-color: #E82DF9; }
a { background-color: rgb(232,45,249); }
div.DivClassName
{
background-color: #E82DF9;
}
.BgClassName
{
background-color: #E82DF9;
}
</style>
border-color css
<style>
span { border-color: #E82DF9; }
span { border-color: rgb(232,45,249); }
td.TdClassName
{
border-color: #E82DF9;
}
.TagClassName
{
border-color: #E82DF9;
}
</style>