Shades of Psychedelic Purple #E20BED
Tints of Psychedelic Purple #E20BED
RGB
CMYK
RGB Variations
Color information
#E20BED (or 0xE20BED) is known color: Psychedelic Purple. HEX triplet: E2, 0B and ED. RGB value is (226,11,237). Sum of RGB (Red+Green+Blue) = 226+11+237=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E20BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BED is #1DF412. Grayscale: #646464. Windows color (decimal): -1963027 or 15535074. OLE color: 15535074.
HSL color Cylindrical-coordinate representation of color #E20BED: hue angle of 297.08º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BED is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 11 | 237 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 297.08º | 0.91% | 0.49% | - |
| HSV(B) | 297.08º | 0.95% | 0.93% | - |
| XYZ | 46.77 | 22.52 | 82 | - |
| YUV | 101.05 | 204.73 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 237 | 0.05 | 0.95 | 0 | 0.07 | 297.08 | 0.91 | 0.49 |
| Hex | E2 | B | ED | 5 | 5F | 0 | 7 | 129 | 5B | 31 |
| Octal | 342 | 13 | 355 | 5 | 137 | 0 | 7 | 451 | 133 | 61 |
| Binary | 11100010 | 1011 | 11101101 | 101 | 1011111 | 0 | 111 | 100101001 | 1011011 | 110001 |
Color Harmonies of #E20BED
Complementary color
Monochromatic Colors of #E20BED
Black with #E20BED
Text Example
Text Example
White with #E20BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BED; }
p { color: rgb(226,11,237); }
H1.HeaderClassName
{
color: #E20BED;
}
.AnyTagClassName
{
color: #E20BED;
}
</style>
background-color css
<style>
a { background-color: #E20BED; }
a { background-color: rgb(226,11,237); }
div.DivClassName
{
background-color: #E20BED;
}
.BgClassName
{
background-color: #E20BED;
}
</style>
border-color css
<style>
span { border-color: #E20BED; }
span { border-color: rgb(226,11,237); }
td.TdClassName
{
border-color: #E20BED;
}
.TagClassName
{
border-color: #E20BED;
}
</style>