Shades of Psychedelic Purple #E91CE9
Tints of Psychedelic Purple #E91CE9
RGB
CMYK
RGB Variations
Color information
#E91CE9 (or 0xE91CE9) is known color: Psychedelic Purple. HEX triplet: E9, 1C and E9. RGB value is (233,28,233). Sum of RGB (Red+Green+Blue) = 233+28+233=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E91CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91CE9 is #16E316. Grayscale: #707070. Windows color (decimal): -1499927 or 15277289. OLE color: 15277289.
HSL color Cylindrical-coordinate representation of color #E91CE9: hue angle of 300º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91CE9 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 233 | - |
| CMYK | 0 | 0.88 | 0 | 0.09 |
| HSL | 300º | 0.82% | 0.51% | - |
| HSV(B) | 300º | 0.88% | 0.91% | - |
| XYZ | 48.73 | 24.04 | 79.16 | - |
| YUV | 112.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 233 | 0 | 0.88 | 0 | 0.09 | 300 | 0.82 | 0.51 |
| Hex | E9 | 1C | E9 | 0 | 58 | 0 | 9 | 12C | 52 | 33 |
| Octal | 351 | 34 | 351 | 0 | 130 | 0 | 11 | 454 | 122 | 63 |
| Binary | 11101001 | 11100 | 11101001 | 0 | 1011000 | 0 | 1001 | 100101100 | 1010010 | 110011 |
Color Harmonies of #E91CE9
Complementary color
Monochromatic Colors of #E91CE9
Black with #E91CE9
Text Example
Text Example
White with #E91CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CE9; }
p { color: rgb(233,28,233); }
H1.HeaderClassName
{
color: #E91CE9;
}
.AnyTagClassName
{
color: #E91CE9;
}
</style>
background-color css
<style>
a { background-color: #E91CE9; }
a { background-color: rgb(233,28,233); }
div.DivClassName
{
background-color: #E91CE9;
}
.BgClassName
{
background-color: #E91CE9;
}
</style>
border-color css
<style>
span { border-color: #E91CE9; }
span { border-color: rgb(233,28,233); }
td.TdClassName
{
border-color: #E91CE9;
}
.TagClassName
{
border-color: #E91CE9;
}
</style>