Shades of Psychedelic Purple #E129EA
Tints of Psychedelic Purple #E129EA
RGB
CMYK
RGB Variations
Color information
#E129EA (or 0xE129EA) is known color: Psychedelic Purple. HEX triplet: E1, 29 and EA. RGB value is (225,41,234). Sum of RGB (Red+Green+Blue) = 225+41+234=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #E129EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129EA is #1ED615. Grayscale: #757575. Windows color (decimal): -2020886 or 15346145. OLE color: 15346145.
HSL color Cylindrical-coordinate representation of color #E129EA: hue angle of 297.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E129EA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 41 | 234 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.08 |
| HSL | 297.2º | 0.82% | 0.54% | - |
| HSV(B) | 297.2º | 0.82% | 0.92% | - |
| XYZ | 46.7 | 23.53 | 79.92 | - |
| YUV | 118.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 234 | 0.04 | 0.82 | 0 | 0.08 | 297.2 | 0.82 | 0.54 |
| Hex | E1 | 29 | EA | 4 | 52 | 0 | 8 | 129 | 52 | 36 |
| Octal | 341 | 51 | 352 | 4 | 122 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11100001 | 101001 | 11101010 | 100 | 1010010 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #E129EA
Complementary color
Monochromatic Colors of #E129EA
Black with #E129EA
Text Example
Text Example
White with #E129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129EA; }
p { color: rgb(225,41,234); }
H1.HeaderClassName
{
color: #E129EA;
}
.AnyTagClassName
{
color: #E129EA;
}
</style>
background-color css
<style>
a { background-color: #E129EA; }
a { background-color: rgb(225,41,234); }
div.DivClassName
{
background-color: #E129EA;
}
.BgClassName
{
background-color: #E129EA;
}
</style>
border-color css
<style>
span { border-color: #E129EA; }
span { border-color: rgb(225,41,234); }
td.TdClassName
{
border-color: #E129EA;
}
.TagClassName
{
border-color: #E129EA;
}
</style>