Shades of Psychedelic Purple #E522ED
Tints of Psychedelic Purple #E522ED
RGB
CMYK
RGB Variations
Color information
#E522ED (or 0xE522ED) is known color: Psychedelic Purple. HEX triplet: E5, 22 and ED. RGB value is (229,34,237). Sum of RGB (Red+Green+Blue) = 229+34+237=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E522ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E522ED is #1ADD12. Grayscale: #727272. Windows color (decimal): -1760531 or 15540965. OLE color: 15540965.
HSL color Cylindrical-coordinate representation of color #E522ED: hue angle of 297.64º 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 #E522ED is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 34 | 237 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 297.64º | 0.85% | 0.53% | - |
| HSV(B) | 297.64º | 0.86% | 0.93% | - |
| XYZ | 48.17 | 23.92 | 82.2 | - |
| YUV | 115.45 | 196.6 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 237 | 0.03 | 0.86 | 0 | 0.07 | 297.64 | 0.85 | 0.53 |
| Hex | E5 | 22 | ED | 3 | 56 | 0 | 7 | 12A | 55 | 35 |
| Octal | 345 | 42 | 355 | 3 | 126 | 0 | 7 | 452 | 125 | 65 |
| Binary | 11100101 | 100010 | 11101101 | 11 | 1010110 | 0 | 111 | 100101010 | 1010101 | 110101 |
Color Harmonies of #E522ED
Complementary color
Monochromatic Colors of #E522ED
Black with #E522ED
Text Example
Text Example
White with #E522ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522ED; }
p { color: rgb(229,34,237); }
H1.HeaderClassName
{
color: #E522ED;
}
.AnyTagClassName
{
color: #E522ED;
}
</style>
background-color css
<style>
a { background-color: #E522ED; }
a { background-color: rgb(229,34,237); }
div.DivClassName
{
background-color: #E522ED;
}
.BgClassName
{
background-color: #E522ED;
}
</style>
border-color css
<style>
span { border-color: #E522ED; }
span { border-color: rgb(229,34,237); }
td.TdClassName
{
border-color: #E522ED;
}
.TagClassName
{
border-color: #E522ED;
}
</style>