Shades of Psychedelic Purple #E828F9
Tints of Psychedelic Purple #E828F9
RGB
CMYK
RGB Variations
Color information
#E828F9 (or 0xE828F9) is known color: Psychedelic Purple. HEX triplet: E8, 28 and F9. RGB value is (232,40,249). Sum of RGB (Red+Green+Blue) = 232+40+249=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #E828F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E828F9 is #17D706. Grayscale: #787878. Windows color (decimal): -1562375 or 16328936. OLE color: 16328936.
HSL color Cylindrical-coordinate representation of color #E828F9: hue angle of 295.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E828F9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 40 | 249 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 295.12º | 0.95% | 0.57% | - |
| HSV(B) | 295.12º | 0.84% | 0.98% | - |
| XYZ | 51.14 | 25.51 | 91.85 | - |
| YUV | 121.23 | 200.11 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 249 | 0.07 | 0.84 | 0 | 0.02 | 295.12 | 0.95 | 0.57 |
| Hex | E8 | 28 | F9 | 7 | 54 | 0 | 2 | 127 | 5F | 39 |
| Octal | 350 | 50 | 371 | 7 | 124 | 0 | 2 | 447 | 137 | 71 |
| Binary | 11101000 | 101000 | 11111001 | 111 | 1010100 | 0 | 10 | 100100111 | 1011111 | 111001 |
Color Harmonies of #E828F9
Complementary color
Monochromatic Colors of #E828F9
Black with #E828F9
Text Example
Text Example
White with #E828F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828F9; }
p { color: rgb(232,40,249); }
H1.HeaderClassName
{
color: #E828F9;
}
.AnyTagClassName
{
color: #E828F9;
}
</style>
background-color css
<style>
a { background-color: #E828F9; }
a { background-color: rgb(232,40,249); }
div.DivClassName
{
background-color: #E828F9;
}
.BgClassName
{
background-color: #E828F9;
}
</style>
border-color css
<style>
span { border-color: #E828F9; }
span { border-color: rgb(232,40,249); }
td.TdClassName
{
border-color: #E828F9;
}
.TagClassName
{
border-color: #E828F9;
}
</style>