Shades of Psychedelic Purple #E825F9
Tints of Psychedelic Purple #E825F9
RGB
CMYK
RGB Variations
Color information
#E825F9 (or 0xE825F9) is known color: Psychedelic Purple. HEX triplet: E8, 25 and F9. RGB value is (232,37,249). Sum of RGB (Red+Green+Blue) = 232+37+249=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #E825F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825F9 is #17DA06. Grayscale: #767676. Windows color (decimal): -1563143 or 16328168. OLE color: 16328168.
HSL color Cylindrical-coordinate representation of color #E825F9: hue angle of 295.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E825F9 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 37 | 249 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.02 |
| HSL | 295.19º | 0.95% | 0.56% | - |
| HSV(B) | 295.19º | 0.85% | 0.98% | - |
| XYZ | 51.04 | 25.32 | 91.82 | - |
| YUV | 119.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 249 | 0.07 | 0.85 | 0 | 0.02 | 295.19 | 0.95 | 0.56 |
| Hex | E8 | 25 | F9 | 7 | 55 | 0 | 2 | 127 | 5F | 38 |
| Octal | 350 | 45 | 371 | 7 | 125 | 0 | 2 | 447 | 137 | 70 |
| Binary | 11101000 | 100101 | 11111001 | 111 | 1010101 | 0 | 10 | 100100111 | 1011111 | 111000 |
Color Harmonies of #E825F9
Complementary color
Monochromatic Colors of #E825F9
Black with #E825F9
Text Example
Text Example
White with #E825F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825F9; }
p { color: rgb(232,37,249); }
H1.HeaderClassName
{
color: #E825F9;
}
.AnyTagClassName
{
color: #E825F9;
}
</style>
background-color css
<style>
a { background-color: #E825F9; }
a { background-color: rgb(232,37,249); }
div.DivClassName
{
background-color: #E825F9;
}
.BgClassName
{
background-color: #E825F9;
}
</style>
border-color css
<style>
span { border-color: #E825F9; }
span { border-color: rgb(232,37,249); }
td.TdClassName
{
border-color: #E825F9;
}
.TagClassName
{
border-color: #E825F9;
}
</style>