Shades of Psychedelic Purple #E91BEB
Tints of Psychedelic Purple #E91BEB
RGB
CMYK
RGB Variations
Color information
#E91BEB (or 0xE91BEB) is known color: Psychedelic Purple. HEX triplet: E9, 1B and EB. RGB value is (233,27,235). Sum of RGB (Red+Green+Blue) = 233+27+235=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #E91BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91BEB is #16E414. Grayscale: #6F6F6F. Windows color (decimal): -1500181 or 15408105. OLE color: 15408105.
HSL color Cylindrical-coordinate representation of color #E91BEB: hue angle of 299.42º 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 #E91BEB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 27 | 235 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.08 |
| HSL | 299.42º | 0.84% | 0.51% | - |
| HSV(B) | 299.42º | 0.89% | 0.92% | - |
| XYZ | 48.99 | 24.11 | 80.67 | - |
| YUV | 112.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 235 | 0.01 | 0.89 | 0 | 0.08 | 299.42 | 0.84 | 0.51 |
| Hex | E9 | 1B | EB | 1 | 59 | 0 | 8 | 12B | 54 | 33 |
| Octal | 351 | 33 | 353 | 1 | 131 | 0 | 10 | 453 | 124 | 63 |
| Binary | 11101001 | 11011 | 11101011 | 1 | 1011001 | 0 | 1000 | 100101011 | 1010100 | 110011 |
Color Harmonies of #E91BEB
Complementary color
Monochromatic Colors of #E91BEB
Black with #E91BEB
Text Example
Text Example
White with #E91BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BEB; }
p { color: rgb(233,27,235); }
H1.HeaderClassName
{
color: #E91BEB;
}
.AnyTagClassName
{
color: #E91BEB;
}
</style>
background-color css
<style>
a { background-color: #E91BEB; }
a { background-color: rgb(233,27,235); }
div.DivClassName
{
background-color: #E91BEB;
}
.BgClassName
{
background-color: #E91BEB;
}
</style>
border-color css
<style>
span { border-color: #E91BEB; }
span { border-color: rgb(233,27,235); }
td.TdClassName
{
border-color: #E91BEB;
}
.TagClassName
{
border-color: #E91BEB;
}
</style>