Shades of Psychedelic Purple #E528EC
Tints of Psychedelic Purple #E528EC
RGB
CMYK
RGB Variations
Color information
#E528EC (or 0xE528EC) is known color: Psychedelic Purple. HEX triplet: E5, 28 and EC. RGB value is (229,40,236). Sum of RGB (Red+Green+Blue) = 229+40+236=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #E528EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528EC is #1AD713. Grayscale: #767676. Windows color (decimal): -1758996 or 15476965. OLE color: 15476965.
HSL color Cylindrical-coordinate representation of color #E528EC: hue angle of 297.86º 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 #E528EC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 40 | 236 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.07 |
| HSL | 297.86º | 0.84% | 0.54% | - |
| HSV(B) | 297.86º | 0.83% | 0.93% | - |
| XYZ | 48.21 | 24.23 | 81.49 | - |
| YUV | 118.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 236 | 0.03 | 0.83 | 0 | 0.07 | 297.86 | 0.84 | 0.54 |
| Hex | E5 | 28 | EC | 3 | 53 | 0 | 7 | 12A | 54 | 36 |
| Octal | 345 | 50 | 354 | 3 | 123 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100101 | 101000 | 11101100 | 11 | 1010011 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E528EC
Complementary color
Monochromatic Colors of #E528EC
Black with #E528EC
Text Example
Text Example
White with #E528EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528EC; }
p { color: rgb(229,40,236); }
H1.HeaderClassName
{
color: #E528EC;
}
.AnyTagClassName
{
color: #E528EC;
}
</style>
background-color css
<style>
a { background-color: #E528EC; }
a { background-color: rgb(229,40,236); }
div.DivClassName
{
background-color: #E528EC;
}
.BgClassName
{
background-color: #E528EC;
}
</style>
border-color css
<style>
span { border-color: #E528EC; }
span { border-color: rgb(229,40,236); }
td.TdClassName
{
border-color: #E528EC;
}
.TagClassName
{
border-color: #E528EC;
}
</style>