Shades of Psychedelic Purple #E91BEA
Tints of Psychedelic Purple #E91BEA
RGB
CMYK
RGB Variations
Color information
#E91BEA (or 0xE91BEA) is known color: Psychedelic Purple. HEX triplet: E9, 1B and EA. RGB value is (233,27,234). Sum of RGB (Red+Green+Blue) = 233+27+234=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #E91BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91BEA is #16E415. Grayscale: #6F6F6F. Windows color (decimal): -1500182 or 15342569. OLE color: 15342569.
HSL color Cylindrical-coordinate representation of color #E91BEA: hue angle of 299.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91BEA is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 27 | 234 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.08 |
| HSL | 299.71º | 0.83% | 0.51% | - |
| HSV(B) | 299.71º | 0.88% | 0.92% | - |
| XYZ | 48.85 | 24.05 | 79.91 | - |
| YUV | 112.19 | 196.75 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 234 | 0.00 | 0.88 | 0 | 0.08 | 299.71 | 0.83 | 0.51 |
| Hex | E9 | 1B | EA | 0 | 58 | 0 | 8 | 12C | 53 | 33 |
| Octal | 351 | 33 | 352 | 0 | 130 | 0 | 10 | 454 | 123 | 63 |
| Binary | 11101001 | 11011 | 11101010 | 0 | 1011000 | 0 | 1000 | 100101100 | 1010011 | 110011 |
Color Harmonies of #E91BEA
Complementary color
Monochromatic Colors of #E91BEA
Black with #E91BEA
Text Example
Text Example
White with #E91BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BEA; }
p { color: rgb(233,27,234); }
H1.HeaderClassName
{
color: #E91BEA;
}
.AnyTagClassName
{
color: #E91BEA;
}
</style>
background-color css
<style>
a { background-color: #E91BEA; }
a { background-color: rgb(233,27,234); }
div.DivClassName
{
background-color: #E91BEA;
}
.BgClassName
{
background-color: #E91BEA;
}
</style>
border-color css
<style>
span { border-color: #E91BEA; }
span { border-color: rgb(233,27,234); }
td.TdClassName
{
border-color: #E91BEA;
}
.TagClassName
{
border-color: #E91BEA;
}
</style>