Shades of Psychedelic Purple #E22BEB
Tints of Psychedelic Purple #E22BEB
RGB
CMYK
RGB Variations
Color information
#E22BEB (or 0xE22BEB) is known color: Psychedelic Purple. HEX triplet: E2, 2B and EB. RGB value is (226,43,235). Sum of RGB (Red+Green+Blue) = 226+43+235=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E22BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22BEB is #1DD414. Grayscale: #777777. Windows color (decimal): -1954837 or 15412194. OLE color: 15412194.
HSL color Cylindrical-coordinate representation of color #E22BEB: hue angle of 297.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22BEB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 43 | 235 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.08 |
| HSL | 297.19º | 0.83% | 0.55% | - |
| HSV(B) | 297.19º | 0.82% | 0.92% | - |
| XYZ | 47.22 | 23.89 | 80.72 | - |
| YUV | 119.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 235 | 0.04 | 0.82 | 0 | 0.08 | 297.19 | 0.83 | 0.55 |
| Hex | E2 | 2B | EB | 4 | 52 | 0 | 8 | 129 | 53 | 37 |
| Octal | 342 | 53 | 353 | 4 | 122 | 0 | 10 | 451 | 123 | 67 |
| Binary | 11100010 | 101011 | 11101011 | 100 | 1010010 | 0 | 1000 | 100101001 | 1010011 | 110111 |
Color Harmonies of #E22BEB
Complementary color
Monochromatic Colors of #E22BEB
Black with #E22BEB
Text Example
Text Example
White with #E22BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22BEB; }
p { color: rgb(226,43,235); }
H1.HeaderClassName
{
color: #E22BEB;
}
.AnyTagClassName
{
color: #E22BEB;
}
</style>
background-color css
<style>
a { background-color: #E22BEB; }
a { background-color: rgb(226,43,235); }
div.DivClassName
{
background-color: #E22BEB;
}
.BgClassName
{
background-color: #E22BEB;
}
</style>
border-color css
<style>
span { border-color: #E22BEB; }
span { border-color: rgb(226,43,235); }
td.TdClassName
{
border-color: #E22BEB;
}
.TagClassName
{
border-color: #E22BEB;
}
</style>