Shades of Psychedelic Purple #E122ED
Tints of Psychedelic Purple #E122ED
RGB
CMYK
RGB Variations
Color information
#E122ED (or 0xE122ED) is known color: Psychedelic Purple. HEX triplet: E1, 22 and ED. RGB value is (225,34,237). Sum of RGB (Red+Green+Blue) = 225+34+237=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 34 (13.67% from 255 or 6.85% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #E122ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E122ED is #1EDD12. Grayscale: #717171. Windows color (decimal): -2022675 or 15540961. OLE color: 15540961.
HSL color Cylindrical-coordinate representation of color #E122ED: hue angle of 296.45º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E122ED is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 34 | 237 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.45º | 0.85% | 0.53% | - |
| HSV(B) | 296.45º | 0.86% | 0.93% | - |
| XYZ | 46.91 | 23.27 | 82.14 | - |
| YUV | 114.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 237 | 0.05 | 0.86 | 0 | 0.07 | 296.45 | 0.85 | 0.53 |
| Hex | E1 | 22 | ED | 5 | 56 | 0 | 7 | 128 | 55 | 35 |
| Octal | 341 | 42 | 355 | 5 | 126 | 0 | 7 | 450 | 125 | 65 |
| Binary | 11100001 | 100010 | 11101101 | 101 | 1010110 | 0 | 111 | 100101000 | 1010101 | 110101 |
Color Harmonies of #E122ED
Complementary color
Monochromatic Colors of #E122ED
Black with #E122ED
Text Example
Text Example
White with #E122ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122ED; }
p { color: rgb(225,34,237); }
H1.HeaderClassName
{
color: #E122ED;
}
.AnyTagClassName
{
color: #E122ED;
}
</style>
background-color css
<style>
a { background-color: #E122ED; }
a { background-color: rgb(225,34,237); }
div.DivClassName
{
background-color: #E122ED;
}
.BgClassName
{
background-color: #E122ED;
}
</style>
border-color css
<style>
span { border-color: #E122ED; }
span { border-color: rgb(225,34,237); }
td.TdClassName
{
border-color: #E122ED;
}
.TagClassName
{
border-color: #E122ED;
}
</style>