Shades of Psychedelic Purple #E222ED
Tints of Psychedelic Purple #E222ED
RGB
CMYK
RGB Variations
Color information
#E222ED (or 0xE222ED) is known color: Psychedelic Purple. HEX triplet: E2, 22 and ED. RGB value is (226,34,237). Sum of RGB (Red+Green+Blue) = 226+34+237=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 34 (13.67% from 255 or 6.84% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E222ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E222ED is #1DDD12. Grayscale: #717171. Windows color (decimal): -1957139 or 15540962. OLE color: 15540962.
HSL color Cylindrical-coordinate representation of color #E222ED: hue angle of 296.75º 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 #E222ED is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 34 | 237 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.07 |
| HSL | 296.75º | 0.85% | 0.53% | - |
| HSV(B) | 296.75º | 0.86% | 0.93% | - |
| XYZ | 47.22 | 23.43 | 82.15 | - |
| YUV | 114.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 237 | 0.05 | 0.86 | 0 | 0.07 | 296.75 | 0.85 | 0.53 |
| Hex | E2 | 22 | ED | 5 | 56 | 0 | 7 | 129 | 55 | 35 |
| Octal | 342 | 42 | 355 | 5 | 126 | 0 | 7 | 451 | 125 | 65 |
| Binary | 11100010 | 100010 | 11101101 | 101 | 1010110 | 0 | 111 | 100101001 | 1010101 | 110101 |
Color Harmonies of #E222ED
Complementary color
Monochromatic Colors of #E222ED
Black with #E222ED
Text Example
Text Example
White with #E222ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E222ED; }
p { color: rgb(226,34,237); }
H1.HeaderClassName
{
color: #E222ED;
}
.AnyTagClassName
{
color: #E222ED;
}
</style>
background-color css
<style>
a { background-color: #E222ED; }
a { background-color: rgb(226,34,237); }
div.DivClassName
{
background-color: #E222ED;
}
.BgClassName
{
background-color: #E222ED;
}
</style>
border-color css
<style>
span { border-color: #E222ED; }
span { border-color: rgb(226,34,237); }
td.TdClassName
{
border-color: #E222ED;
}
.TagClassName
{
border-color: #E222ED;
}
</style>