Shades of Psychedelic Purple #E829F9
Tints of Psychedelic Purple #E829F9
RGB
CMYK
RGB Variations
Color information
#E829F9 (or 0xE829F9) is known color: Psychedelic Purple. HEX triplet: E8, 29 and F9. RGB value is (232,41,249). Sum of RGB (Red+Green+Blue) = 232+41+249=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #E829F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829F9 is #17D606. Grayscale: #797979. Windows color (decimal): -1562119 or 16329192. OLE color: 16329192.
HSL color Cylindrical-coordinate representation of color #E829F9: hue angle of 295.1º 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 #E829F9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 41 | 249 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 295.1º | 0.95% | 0.57% | - |
| HSV(B) | 295.1º | 0.84% | 0.98% | - |
| XYZ | 51.17 | 25.58 | 91.86 | - |
| YUV | 121.82 | 199.78 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 249 | 0.07 | 0.84 | 0 | 0.02 | 295.1 | 0.95 | 0.57 |
| Hex | E8 | 29 | F9 | 7 | 54 | 0 | 2 | 127 | 5F | 39 |
| Octal | 350 | 51 | 371 | 7 | 124 | 0 | 2 | 447 | 137 | 71 |
| Binary | 11101000 | 101001 | 11111001 | 111 | 1010100 | 0 | 10 | 100100111 | 1011111 | 111001 |
Color Harmonies of #E829F9
Complementary color
Monochromatic Colors of #E829F9
Black with #E829F9
Text Example
Text Example
White with #E829F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829F9; }
p { color: rgb(232,41,249); }
H1.HeaderClassName
{
color: #E829F9;
}
.AnyTagClassName
{
color: #E829F9;
}
</style>
background-color css
<style>
a { background-color: #E829F9; }
a { background-color: rgb(232,41,249); }
div.DivClassName
{
background-color: #E829F9;
}
.BgClassName
{
background-color: #E829F9;
}
</style>
border-color css
<style>
span { border-color: #E829F9; }
span { border-color: rgb(232,41,249); }
td.TdClassName
{
border-color: #E829F9;
}
.TagClassName
{
border-color: #E829F9;
}
</style>