Shades of Psychedelic Purple #E21BEB
Tints of Psychedelic Purple #E21BEB
RGB
CMYK
RGB Variations
Color information
#E21BEB (or 0xE21BEB) is known color: Psychedelic Purple. HEX triplet: E2, 1B and EB. RGB value is (226,27,235). Sum of RGB (Red+Green+Blue) = 226+27+235=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #E21BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BEB is #1DE414. Grayscale: #6D6D6D. Windows color (decimal): -1958933 or 15408098. OLE color: 15408098.
HSL color Cylindrical-coordinate representation of color #E21BEB: hue angle of 297.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21BEB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 27 | 235 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.08 |
| HSL | 297.4º | 0.84% | 0.51% | - |
| HSV(B) | 297.4º | 0.89% | 0.92% | - |
| XYZ | 46.75 | 22.95 | 80.56 | - |
| YUV | 110.21 | 198.43 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 235 | 0.04 | 0.89 | 0 | 0.08 | 297.4 | 0.84 | 0.51 |
| Hex | E2 | 1B | EB | 4 | 59 | 0 | 8 | 129 | 54 | 33 |
| Octal | 342 | 33 | 353 | 4 | 131 | 0 | 10 | 451 | 124 | 63 |
| Binary | 11100010 | 11011 | 11101011 | 100 | 1011001 | 0 | 1000 | 100101001 | 1010100 | 110011 |
Color Harmonies of #E21BEB
Complementary color
Monochromatic Colors of #E21BEB
Black with #E21BEB
Text Example
Text Example
White with #E21BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BEB; }
p { color: rgb(226,27,235); }
H1.HeaderClassName
{
color: #E21BEB;
}
.AnyTagClassName
{
color: #E21BEB;
}
</style>
background-color css
<style>
a { background-color: #E21BEB; }
a { background-color: rgb(226,27,235); }
div.DivClassName
{
background-color: #E21BEB;
}
.BgClassName
{
background-color: #E21BEB;
}
</style>
border-color css
<style>
span { border-color: #E21BEB; }
span { border-color: rgb(226,27,235); }
td.TdClassName
{
border-color: #E21BEB;
}
.TagClassName
{
border-color: #E21BEB;
}
</style>