Shades of Psychedelic Purple #E527EA
Tints of Psychedelic Purple #E527EA
RGB
CMYK
RGB Variations
Color information
#E527EA (or 0xE527EA) is known color: Psychedelic Purple. HEX triplet: E5, 27 and EA. RGB value is (229,39,234). Sum of RGB (Red+Green+Blue) = 229+39+234=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #E527EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527EA is #1AD815. Grayscale: #757575. Windows color (decimal): -1759254 or 15345637. OLE color: 15345637.
HSL color Cylindrical-coordinate representation of color #E527EA: hue angle of 298.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E527EA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 39 | 234 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.08 |
| HSL | 298.46º | 0.82% | 0.54% | - |
| HSV(B) | 298.46º | 0.83% | 0.92% | - |
| XYZ | 47.89 | 24.05 | 79.96 | - |
| YUV | 118.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 234 | 0.02 | 0.83 | 0 | 0.08 | 298.46 | 0.82 | 0.54 |
| Hex | E5 | 27 | EA | 2 | 53 | 0 | 8 | 12A | 52 | 36 |
| Octal | 345 | 47 | 352 | 2 | 123 | 0 | 10 | 452 | 122 | 66 |
| Binary | 11100101 | 100111 | 11101010 | 10 | 1010011 | 0 | 1000 | 100101010 | 1010010 | 110110 |
Color Harmonies of #E527EA
Complementary color
Monochromatic Colors of #E527EA
Black with #E527EA
Text Example
Text Example
White with #E527EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527EA; }
p { color: rgb(229,39,234); }
H1.HeaderClassName
{
color: #E527EA;
}
.AnyTagClassName
{
color: #E527EA;
}
</style>
background-color css
<style>
a { background-color: #E527EA; }
a { background-color: rgb(229,39,234); }
div.DivClassName
{
background-color: #E527EA;
}
.BgClassName
{
background-color: #E527EA;
}
</style>
border-color css
<style>
span { border-color: #E527EA; }
span { border-color: rgb(229,39,234); }
td.TdClassName
{
border-color: #E527EA;
}
.TagClassName
{
border-color: #E527EA;
}
</style>