Shades of Psychedelic Purple #E91BED
Tints of Psychedelic Purple #E91BED
RGB
CMYK
RGB Variations
Color information
#E91BED (or 0xE91BED) is known color: Psychedelic Purple. HEX triplet: E9, 1B and ED. RGB value is (233,27,237). Sum of RGB (Red+Green+Blue) = 233+27+237=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E91BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91BED is #16E412. Grayscale: #6F6F6F. Windows color (decimal): -1500179 or 15539177. OLE color: 15539177.
HSL color Cylindrical-coordinate representation of color #E91BED: hue angle of 298.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91BED is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 27 | 237 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.07 |
| HSL | 298.86º | 0.85% | 0.52% | - |
| HSV(B) | 298.86º | 0.89% | 0.93% | - |
| XYZ | 49.28 | 24.22 | 82.2 | - |
| YUV | 112.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 237 | 0.02 | 0.89 | 0 | 0.07 | 298.86 | 0.85 | 0.52 |
| Hex | E9 | 1B | ED | 2 | 59 | 0 | 7 | 12B | 55 | 34 |
| Octal | 351 | 33 | 355 | 2 | 131 | 0 | 7 | 453 | 125 | 64 |
| Binary | 11101001 | 11011 | 11101101 | 10 | 1011001 | 0 | 111 | 100101011 | 1010101 | 110100 |
Color Harmonies of #E91BED
Complementary color
Monochromatic Colors of #E91BED
Black with #E91BED
Text Example
Text Example
White with #E91BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BED; }
p { color: rgb(233,27,237); }
H1.HeaderClassName
{
color: #E91BED;
}
.AnyTagClassName
{
color: #E91BED;
}
</style>
background-color css
<style>
a { background-color: #E91BED; }
a { background-color: rgb(233,27,237); }
div.DivClassName
{
background-color: #E91BED;
}
.BgClassName
{
background-color: #E91BED;
}
</style>
border-color css
<style>
span { border-color: #E91BED; }
span { border-color: rgb(233,27,237); }
td.TdClassName
{
border-color: #E91BED;
}
.TagClassName
{
border-color: #E91BED;
}
</style>