Shades of Psychedelic Purple #E01BEB
Tints of Psychedelic Purple #E01BEB
RGB
CMYK
RGB Variations
Color information
#E01BEB (or 0xE01BEB) is known color: Psychedelic Purple. HEX triplet: E0, 1B and EB. RGB value is (224,27,235). Sum of RGB (Red+Green+Blue) = 224+27+235=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #E01BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BEB is #1FE414. Grayscale: #6C6C6C. Windows color (decimal): -2090005 or 15408096. OLE color: 15408096.
HSL color Cylindrical-coordinate representation of color #E01BEB: hue angle of 296.83º 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 #E01BEB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 27 | 235 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.08 |
| HSL | 296.83º | 0.84% | 0.51% | - |
| HSV(B) | 296.83º | 0.89% | 0.92% | - |
| XYZ | 46.13 | 22.63 | 80.53 | - |
| YUV | 109.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 235 | 0.05 | 0.89 | 0 | 0.08 | 296.83 | 0.84 | 0.51 |
| Hex | E0 | 1B | EB | 5 | 59 | 0 | 8 | 129 | 54 | 33 |
| Octal | 340 | 33 | 353 | 5 | 131 | 0 | 10 | 451 | 124 | 63 |
| Binary | 11100000 | 11011 | 11101011 | 101 | 1011001 | 0 | 1000 | 100101001 | 1010100 | 110011 |
Color Harmonies of #E01BEB
Complementary color
Monochromatic Colors of #E01BEB
Black with #E01BEB
Text Example
Text Example
White with #E01BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BEB; }
p { color: rgb(224,27,235); }
H1.HeaderClassName
{
color: #E01BEB;
}
.AnyTagClassName
{
color: #E01BEB;
}
</style>
background-color css
<style>
a { background-color: #E01BEB; }
a { background-color: rgb(224,27,235); }
div.DivClassName
{
background-color: #E01BEB;
}
.BgClassName
{
background-color: #E01BEB;
}
</style>
border-color css
<style>
span { border-color: #E01BEB; }
span { border-color: rgb(224,27,235); }
td.TdClassName
{
border-color: #E01BEB;
}
.TagClassName
{
border-color: #E01BEB;
}
</style>