Shades of Psychedelic Purple #E81BEB
Tints of Psychedelic Purple #E81BEB
RGB
CMYK
RGB Variations
Color information
#E81BEB (or 0xE81BEB) is known color: Psychedelic Purple. HEX triplet: E8, 1B and EB. RGB value is (232,27,235). Sum of RGB (Red+Green+Blue) = 232+27+235=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #E81BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81BEB is #17E414. Grayscale: #6F6F6F. Windows color (decimal): -1565717 or 15408104. OLE color: 15408104.
HSL color Cylindrical-coordinate representation of color #E81BEB: hue angle of 299.13º 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 #E81BEB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 27 | 235 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.08 |
| HSL | 299.13º | 0.84% | 0.51% | - |
| HSV(B) | 299.13º | 0.89% | 0.92% | - |
| XYZ | 48.67 | 23.94 | 80.65 | - |
| YUV | 112.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 235 | 0.01 | 0.89 | 0 | 0.08 | 299.13 | 0.84 | 0.51 |
| Hex | E8 | 1B | EB | 1 | 59 | 0 | 8 | 12B | 54 | 33 |
| Octal | 350 | 33 | 353 | 1 | 131 | 0 | 10 | 453 | 124 | 63 |
| Binary | 11101000 | 11011 | 11101011 | 1 | 1011001 | 0 | 1000 | 100101011 | 1010100 | 110011 |
Color Harmonies of #E81BEB
Complementary color
Monochromatic Colors of #E81BEB
Black with #E81BEB
Text Example
Text Example
White with #E81BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81BEB; }
p { color: rgb(232,27,235); }
H1.HeaderClassName
{
color: #E81BEB;
}
.AnyTagClassName
{
color: #E81BEB;
}
</style>
background-color css
<style>
a { background-color: #E81BEB; }
a { background-color: rgb(232,27,235); }
div.DivClassName
{
background-color: #E81BEB;
}
.BgClassName
{
background-color: #E81BEB;
}
</style>
border-color css
<style>
span { border-color: #E81BEB; }
span { border-color: rgb(232,27,235); }
td.TdClassName
{
border-color: #E81BEB;
}
.TagClassName
{
border-color: #E81BEB;
}
</style>