Shades of Psychedelic Purple #E11BEB
Tints of Psychedelic Purple #E11BEB
RGB
CMYK
RGB Variations
Color information
#E11BEB (or 0xE11BEB) is known color: Psychedelic Purple. HEX triplet: E1, 1B and EB. RGB value is (225,27,235). Sum of RGB (Red+Green+Blue) = 225+27+235=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #E11BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11BEB is #1EE414. Grayscale: #6D6D6D. Windows color (decimal): -2024469 or 15408097. OLE color: 15408097.
HSL color Cylindrical-coordinate representation of color #E11BEB: hue angle of 297.12º 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 #E11BEB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 27 | 235 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.08 |
| HSL | 297.12º | 0.84% | 0.51% | - |
| HSV(B) | 297.12º | 0.89% | 0.92% | - |
| XYZ | 46.44 | 22.79 | 80.55 | - |
| YUV | 109.91 | 198.6 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 235 | 0.04 | 0.89 | 0 | 0.08 | 297.12 | 0.84 | 0.51 |
| Hex | E1 | 1B | EB | 4 | 59 | 0 | 8 | 129 | 54 | 33 |
| Octal | 341 | 33 | 353 | 4 | 131 | 0 | 10 | 451 | 124 | 63 |
| Binary | 11100001 | 11011 | 11101011 | 100 | 1011001 | 0 | 1000 | 100101001 | 1010100 | 110011 |
Color Harmonies of #E11BEB
Complementary color
Monochromatic Colors of #E11BEB
Black with #E11BEB
Text Example
Text Example
White with #E11BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BEB; }
p { color: rgb(225,27,235); }
H1.HeaderClassName
{
color: #E11BEB;
}
.AnyTagClassName
{
color: #E11BEB;
}
</style>
background-color css
<style>
a { background-color: #E11BEB; }
a { background-color: rgb(225,27,235); }
div.DivClassName
{
background-color: #E11BEB;
}
.BgClassName
{
background-color: #E11BEB;
}
</style>
border-color css
<style>
span { border-color: #E11BEB; }
span { border-color: rgb(225,27,235); }
td.TdClassName
{
border-color: #E11BEB;
}
.TagClassName
{
border-color: #E11BEB;
}
</style>