Shades of Psychedelic Purple #E21BEC
Tints of Psychedelic Purple #E21BEC
RGB
CMYK
RGB Variations
Color information
#E21BEC (or 0xE21BEC) is known color: Psychedelic Purple. HEX triplet: E2, 1B and EC. RGB value is (226,27,236). Sum of RGB (Red+Green+Blue) = 226+27+236=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #E21BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BEC is #1DE413. Grayscale: #6D6D6D. Windows color (decimal): -1958932 or 15473634. OLE color: 15473634.
HSL color Cylindrical-coordinate representation of color #E21BEC: hue angle of 297.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21BEC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 27 | 236 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.07 |
| HSL | 297.13º | 0.85% | 0.52% | - |
| HSV(B) | 297.13º | 0.89% | 0.93% | - |
| XYZ | 46.9 | 23.01 | 81.33 | - |
| YUV | 110.33 | 198.93 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 236 | 0.04 | 0.89 | 0 | 0.07 | 297.13 | 0.85 | 0.52 |
| Hex | E2 | 1B | EC | 4 | 59 | 0 | 7 | 129 | 55 | 34 |
| Octal | 342 | 33 | 354 | 4 | 131 | 0 | 7 | 451 | 125 | 64 |
| Binary | 11100010 | 11011 | 11101100 | 100 | 1011001 | 0 | 111 | 100101001 | 1010101 | 110100 |
Color Harmonies of #E21BEC
Complementary color
Monochromatic Colors of #E21BEC
Black with #E21BEC
Text Example
Text Example
White with #E21BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BEC; }
p { color: rgb(226,27,236); }
H1.HeaderClassName
{
color: #E21BEC;
}
.AnyTagClassName
{
color: #E21BEC;
}
</style>
background-color css
<style>
a { background-color: #E21BEC; }
a { background-color: rgb(226,27,236); }
div.DivClassName
{
background-color: #E21BEC;
}
.BgClassName
{
background-color: #E21BEC;
}
</style>
border-color css
<style>
span { border-color: #E21BEC; }
span { border-color: rgb(226,27,236); }
td.TdClassName
{
border-color: #E21BEC;
}
.TagClassName
{
border-color: #E21BEC;
}
</style>