Shades of Psychedelic Purple #E91EE7
Tints of Psychedelic Purple #E91EE7
RGB
CMYK
RGB Variations
Color information
#E91EE7 (or 0xE91EE7) is known color: Psychedelic Purple. HEX triplet: E9, 1E and E7. RGB value is (233,30,231). Sum of RGB (Red+Green+Blue) = 233+30+231=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E91EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EE7 is #16E118. Grayscale: #717171. Windows color (decimal): -1499417 or 15146729. OLE color: 15146729.
HSL color Cylindrical-coordinate representation of color #E91EE7: hue angle of 300.59º 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 #E91EE7 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 231 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.09 |
| HSL | 300.59º | 0.82% | 0.52% | - |
| HSV(B) | 300.59º | 0.87% | 0.91% | - |
| XYZ | 48.49 | 24.02 | 77.68 | - |
| YUV | 113.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 231 | 0 | 0.87 | 0.01 | 0.09 | 300.59 | 0.82 | 0.52 |
| Hex | E9 | 1E | E7 | 0 | 57 | 1 | 9 | 12D | 52 | 34 |
| Octal | 351 | 36 | 347 | 0 | 127 | 1 | 11 | 455 | 122 | 64 |
| Binary | 11101001 | 11110 | 11100111 | 0 | 1010111 | 1 | 1001 | 100101101 | 1010010 | 110100 |
Color Harmonies of #E91EE7
Complementary color
Monochromatic Colors of #E91EE7
Black with #E91EE7
Text Example
Text Example
White with #E91EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EE7; }
p { color: rgb(233,30,231); }
H1.HeaderClassName
{
color: #E91EE7;
}
.AnyTagClassName
{
color: #E91EE7;
}
</style>
background-color css
<style>
a { background-color: #E91EE7; }
a { background-color: rgb(233,30,231); }
div.DivClassName
{
background-color: #E91EE7;
}
.BgClassName
{
background-color: #E91EE7;
}
</style>
border-color css
<style>
span { border-color: #E91EE7; }
span { border-color: rgb(233,30,231); }
td.TdClassName
{
border-color: #E91EE7;
}
.TagClassName
{
border-color: #E91EE7;
}
</style>