Shades of Psychedelic Purple #E91EE9
Tints of Psychedelic Purple #E91EE9
RGB
CMYK
RGB Variations
Color information
#E91EE9 (or 0xE91EE9) is known color: Psychedelic Purple. HEX triplet: E9, 1E and E9. RGB value is (233,30,233). Sum of RGB (Red+Green+Blue) = 233+30+233=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E91EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EE9 is #16E116. Grayscale: #717171. Windows color (decimal): -1499415 or 15277801. OLE color: 15277801.
HSL color Cylindrical-coordinate representation of color #E91EE9: hue angle of 300º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91EE9 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 233 | - |
| CMYK | 0 | 0.87 | 0 | 0.09 |
| HSL | 300º | 0.82% | 0.52% | - |
| HSV(B) | 300º | 0.87% | 0.91% | - |
| XYZ | 48.78 | 24.14 | 79.18 | - |
| YUV | 113.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 233 | 0 | 0.87 | 0 | 0.09 | 300 | 0.82 | 0.52 |
| Hex | E9 | 1E | E9 | 0 | 57 | 0 | 9 | 12C | 52 | 34 |
| Octal | 351 | 36 | 351 | 0 | 127 | 0 | 11 | 454 | 122 | 64 |
| Binary | 11101001 | 11110 | 11101001 | 0 | 1010111 | 0 | 1001 | 100101100 | 1010010 | 110100 |
Color Harmonies of #E91EE9
Complementary color
Monochromatic Colors of #E91EE9
Black with #E91EE9
Text Example
Text Example
White with #E91EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EE9; }
p { color: rgb(233,30,233); }
H1.HeaderClassName
{
color: #E91EE9;
}
.AnyTagClassName
{
color: #E91EE9;
}
</style>
background-color css
<style>
a { background-color: #E91EE9; }
a { background-color: rgb(233,30,233); }
div.DivClassName
{
background-color: #E91EE9;
}
.BgClassName
{
background-color: #E91EE9;
}
</style>
border-color css
<style>
span { border-color: #E91EE9; }
span { border-color: rgb(233,30,233); }
td.TdClassName
{
border-color: #E91EE9;
}
.TagClassName
{
border-color: #E91EE9;
}
</style>