Shades of Psychedelic Purple #E21BED
Tints of Psychedelic Purple #E21BED
RGB
CMYK
RGB Variations
Color information
#E21BED (or 0xE21BED) is known color: Psychedelic Purple. HEX triplet: E2, 1B and ED. RGB value is (226,27,237). Sum of RGB (Red+Green+Blue) = 226+27+237=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #E21BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BED is #1DE412. Grayscale: #6D6D6D. Windows color (decimal): -1958931 or 15539170. OLE color: 15539170.
HSL color Cylindrical-coordinate representation of color #E21BED: hue angle of 296.86º 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 #E21BED is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 27 | 237 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.07 |
| HSL | 296.86º | 0.85% | 0.52% | - |
| HSV(B) | 296.86º | 0.89% | 0.93% | - |
| XYZ | 47.04 | 23.07 | 82.09 | - |
| YUV | 110.44 | 199.43 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 237 | 0.05 | 0.89 | 0 | 0.07 | 296.86 | 0.85 | 0.52 |
| Hex | E2 | 1B | ED | 5 | 59 | 0 | 7 | 129 | 55 | 34 |
| Octal | 342 | 33 | 355 | 5 | 131 | 0 | 7 | 451 | 125 | 64 |
| Binary | 11100010 | 11011 | 11101101 | 101 | 1011001 | 0 | 111 | 100101001 | 1010101 | 110100 |
Color Harmonies of #E21BED
Complementary color
Monochromatic Colors of #E21BED
Black with #E21BED
Text Example
Text Example
White with #E21BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BED; }
p { color: rgb(226,27,237); }
H1.HeaderClassName
{
color: #E21BED;
}
.AnyTagClassName
{
color: #E21BED;
}
</style>
background-color css
<style>
a { background-color: #E21BED; }
a { background-color: rgb(226,27,237); }
div.DivClassName
{
background-color: #E21BED;
}
.BgClassName
{
background-color: #E21BED;
}
</style>
border-color css
<style>
span { border-color: #E21BED; }
span { border-color: rgb(226,27,237); }
td.TdClassName
{
border-color: #E21BED;
}
.TagClassName
{
border-color: #E21BED;
}
</style>