Shades of Psychedelic Purple #E129EC
Tints of Psychedelic Purple #E129EC
RGB
CMYK
RGB Variations
Color information
#E129EC (or 0xE129EC) is known color: Psychedelic Purple. HEX triplet: E1, 29 and EC. RGB value is (225,41,236). Sum of RGB (Red+Green+Blue) = 225+41+236=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #E129EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129EC is #1ED613. Grayscale: #757575. Windows color (decimal): -2020884 or 15477217. OLE color: 15477217.
HSL color Cylindrical-coordinate representation of color #E129EC: hue angle of 296.62º 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 #E129EC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 41 | 236 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.07 |
| HSL | 296.62º | 0.84% | 0.54% | - |
| HSV(B) | 296.62º | 0.83% | 0.93% | - |
| XYZ | 46.98 | 23.65 | 81.45 | - |
| YUV | 118.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 236 | 0.05 | 0.83 | 0 | 0.07 | 296.62 | 0.84 | 0.54 |
| Hex | E1 | 29 | EC | 5 | 53 | 0 | 7 | 129 | 54 | 36 |
| Octal | 341 | 51 | 354 | 5 | 123 | 0 | 7 | 451 | 124 | 66 |
| Binary | 11100001 | 101001 | 11101100 | 101 | 1010011 | 0 | 111 | 100101001 | 1010100 | 110110 |
Color Harmonies of #E129EC
Complementary color
Monochromatic Colors of #E129EC
Black with #E129EC
Text Example
Text Example
White with #E129EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129EC; }
p { color: rgb(225,41,236); }
H1.HeaderClassName
{
color: #E129EC;
}
.AnyTagClassName
{
color: #E129EC;
}
</style>
background-color css
<style>
a { background-color: #E129EC; }
a { background-color: rgb(225,41,236); }
div.DivClassName
{
background-color: #E129EC;
}
.BgClassName
{
background-color: #E129EC;
}
</style>
border-color css
<style>
span { border-color: #E129EC; }
span { border-color: rgb(225,41,236); }
td.TdClassName
{
border-color: #E129EC;
}
.TagClassName
{
border-color: #E129EC;
}
</style>