Shades of Psychedelic Purple #E529EC
Tints of Psychedelic Purple #E529EC
RGB
CMYK
RGB Variations
Color information
#E529EC (or 0xE529EC) is known color: Psychedelic Purple. HEX triplet: E5, 29 and EC. RGB value is (229,41,236). Sum of RGB (Red+Green+Blue) = 229+41+236=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #E529EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529EC is #1AD613. Grayscale: #767676. Windows color (decimal): -1758740 or 15477221. OLE color: 15477221.
HSL color Cylindrical-coordinate representation of color #E529EC: hue angle of 297.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E529EC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 41 | 236 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.07 |
| HSL | 297.85º | 0.84% | 0.54% | - |
| HSV(B) | 297.85º | 0.83% | 0.93% | - |
| XYZ | 48.25 | 24.3 | 81.5 | - |
| YUV | 119.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 236 | 0.03 | 0.83 | 0 | 0.07 | 297.85 | 0.84 | 0.54 |
| Hex | E5 | 29 | EC | 3 | 53 | 0 | 7 | 12A | 54 | 36 |
| Octal | 345 | 51 | 354 | 3 | 123 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100101 | 101001 | 11101100 | 11 | 1010011 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E529EC
Complementary color
Monochromatic Colors of #E529EC
Black with #E529EC
Text Example
Text Example
White with #E529EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529EC; }
p { color: rgb(229,41,236); }
H1.HeaderClassName
{
color: #E529EC;
}
.AnyTagClassName
{
color: #E529EC;
}
</style>
background-color css
<style>
a { background-color: #E529EC; }
a { background-color: rgb(229,41,236); }
div.DivClassName
{
background-color: #E529EC;
}
.BgClassName
{
background-color: #E529EC;
}
</style>
border-color css
<style>
span { border-color: #E529EC; }
span { border-color: rgb(229,41,236); }
td.TdClassName
{
border-color: #E529EC;
}
.TagClassName
{
border-color: #E529EC;
}
</style>