Shades of Psychedelic Purple #E525EE
Tints of Psychedelic Purple #E525EE
RGB
CMYK
RGB Variations
Color information
#E525EE (or 0xE525EE) is known color: Psychedelic Purple. HEX triplet: E5, 25 and EE. RGB value is (229,37,238). Sum of RGB (Red+Green+Blue) = 229+37+238=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #E525EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525EE is #1ADA11. Grayscale: #747474. Windows color (decimal): -1759762 or 15607269. OLE color: 15607269.
HSL color Cylindrical-coordinate representation of color #E525EE: hue angle of 297.31º 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 #E525EE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 37 | 238 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.07 |
| HSL | 297.31º | 0.86% | 0.54% | - |
| HSV(B) | 297.31º | 0.84% | 0.93% | - |
| XYZ | 48.41 | 24.15 | 83 | - |
| YUV | 117.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 238 | 0.04 | 0.84 | 0 | 0.07 | 297.31 | 0.86 | 0.54 |
| Hex | E5 | 25 | EE | 4 | 54 | 0 | 7 | 129 | 56 | 36 |
| Octal | 345 | 45 | 356 | 4 | 124 | 0 | 7 | 451 | 126 | 66 |
| Binary | 11100101 | 100101 | 11101110 | 100 | 1010100 | 0 | 111 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E525EE
Complementary color
Monochromatic Colors of #E525EE
Black with #E525EE
Text Example
Text Example
White with #E525EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525EE; }
p { color: rgb(229,37,238); }
H1.HeaderClassName
{
color: #E525EE;
}
.AnyTagClassName
{
color: #E525EE;
}
</style>
background-color css
<style>
a { background-color: #E525EE; }
a { background-color: rgb(229,37,238); }
div.DivClassName
{
background-color: #E525EE;
}
.BgClassName
{
background-color: #E525EE;
}
</style>
border-color css
<style>
span { border-color: #E525EE; }
span { border-color: rgb(229,37,238); }
td.TdClassName
{
border-color: #E525EE;
}
.TagClassName
{
border-color: #E525EE;
}
</style>