Shades of Psychedelic Purple #E527EB
Tints of Psychedelic Purple #E527EB
RGB
CMYK
RGB Variations
Color information
#E527EB (or 0xE527EB) is known color: Psychedelic Purple. HEX triplet: E5, 27 and EB. RGB value is (229,39,235). Sum of RGB (Red+Green+Blue) = 229+39+235=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #E527EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527EB is #1AD814. Grayscale: #757575. Windows color (decimal): -1759253 or 15411173. OLE color: 15411173.
HSL color Cylindrical-coordinate representation of color #E527EB: hue angle of 298.16º degrees, saturation: 0.83, 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 #E527EB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 39 | 235 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.08 |
| HSL | 298.16º | 0.83% | 0.54% | - |
| HSV(B) | 298.16º | 0.83% | 0.92% | - |
| XYZ | 48.03 | 24.11 | 80.72 | - |
| YUV | 118.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 235 | 0.03 | 0.83 | 0 | 0.08 | 298.16 | 0.83 | 0.54 |
| Hex | E5 | 27 | EB | 3 | 53 | 0 | 8 | 12A | 53 | 36 |
| Octal | 345 | 47 | 353 | 3 | 123 | 0 | 10 | 452 | 123 | 66 |
| Binary | 11100101 | 100111 | 11101011 | 11 | 1010011 | 0 | 1000 | 100101010 | 1010011 | 110110 |
Color Harmonies of #E527EB
Complementary color
Monochromatic Colors of #E527EB
Black with #E527EB
Text Example
Text Example
White with #E527EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527EB; }
p { color: rgb(229,39,235); }
H1.HeaderClassName
{
color: #E527EB;
}
.AnyTagClassName
{
color: #E527EB;
}
</style>
background-color css
<style>
a { background-color: #E527EB; }
a { background-color: rgb(229,39,235); }
div.DivClassName
{
background-color: #E527EB;
}
.BgClassName
{
background-color: #E527EB;
}
</style>
border-color css
<style>
span { border-color: #E527EB; }
span { border-color: rgb(229,39,235); }
td.TdClassName
{
border-color: #E527EB;
}
.TagClassName
{
border-color: #E527EB;
}
</style>