Shades of Psychedelic Purple #E922EB
Tints of Psychedelic Purple #E922EB
RGB
CMYK
RGB Variations
Color information
#E922EB (or 0xE922EB) is known color: Psychedelic Purple. HEX triplet: E9, 22 and EB. RGB value is (233,34,235). Sum of RGB (Red+Green+Blue) = 233+34+235=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 34 (13.67% from 255 or 6.77% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #E922EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E922EB is #16DD14. Grayscale: #737373. Windows color (decimal): -1498389 or 15409897. OLE color: 15409897.
HSL color Cylindrical-coordinate representation of color #E922EB: hue angle of 299.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E922EB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 34 | 235 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.08 |
| HSL | 299.4º | 0.83% | 0.53% | - |
| HSV(B) | 299.4º | 0.86% | 0.92% | - |
| XYZ | 49.17 | 24.47 | 80.73 | - |
| YUV | 116.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 235 | 0.01 | 0.86 | 0 | 0.08 | 299.4 | 0.83 | 0.53 |
| Hex | E9 | 22 | EB | 1 | 56 | 0 | 8 | 12B | 53 | 35 |
| Octal | 351 | 42 | 353 | 1 | 126 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11101001 | 100010 | 11101011 | 1 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E922EB
Complementary color
Monochromatic Colors of #E922EB
Black with #E922EB
Text Example
Text Example
White with #E922EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E922EB; }
p { color: rgb(233,34,235); }
H1.HeaderClassName
{
color: #E922EB;
}
.AnyTagClassName
{
color: #E922EB;
}
</style>
background-color css
<style>
a { background-color: #E922EB; }
a { background-color: rgb(233,34,235); }
div.DivClassName
{
background-color: #E922EB;
}
.BgClassName
{
background-color: #E922EB;
}
</style>
border-color css
<style>
span { border-color: #E922EB; }
span { border-color: rgb(233,34,235); }
td.TdClassName
{
border-color: #E922EB;
}
.TagClassName
{
border-color: #E922EB;
}
</style>