Shades of Psychedelic Purple #E825EE
Tints of Psychedelic Purple #E825EE
RGB
CMYK
RGB Variations
Color information
#E825EE (or 0xE825EE) is known color: Psychedelic Purple. HEX triplet: E8, 25 and EE. RGB value is (232,37,238). Sum of RGB (Red+Green+Blue) = 232+37+238=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #E825EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825EE is #17DA11. Grayscale: #757575. Windows color (decimal): -1563154 or 15607272. OLE color: 15607272.
HSL color Cylindrical-coordinate representation of color #E825EE: hue angle of 298.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825EE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 37 | 238 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 298.21º | 0.86% | 0.54% | - |
| HSV(B) | 298.21º | 0.84% | 0.93% | - |
| XYZ | 49.37 | 24.65 | 83.04 | - |
| YUV | 118.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 238 | 0.03 | 0.84 | 0 | 0.07 | 298.21 | 0.86 | 0.54 |
| Hex | E8 | 25 | EE | 3 | 54 | 0 | 7 | 12A | 56 | 36 |
| Octal | 350 | 45 | 356 | 3 | 124 | 0 | 7 | 452 | 126 | 66 |
| Binary | 11101000 | 100101 | 11101110 | 11 | 1010100 | 0 | 111 | 100101010 | 1010110 | 110110 |
Color Harmonies of #E825EE
Complementary color
Monochromatic Colors of #E825EE
Black with #E825EE
Text Example
Text Example
White with #E825EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825EE; }
p { color: rgb(232,37,238); }
H1.HeaderClassName
{
color: #E825EE;
}
.AnyTagClassName
{
color: #E825EE;
}
</style>
background-color css
<style>
a { background-color: #E825EE; }
a { background-color: rgb(232,37,238); }
div.DivClassName
{
background-color: #E825EE;
}
.BgClassName
{
background-color: #E825EE;
}
</style>
border-color css
<style>
span { border-color: #E825EE; }
span { border-color: rgb(232,37,238); }
td.TdClassName
{
border-color: #E825EE;
}
.TagClassName
{
border-color: #E825EE;
}
</style>