Shades of Psychedelic Purple #E91CE6
Tints of Psychedelic Purple #E91CE6
RGB
CMYK
RGB Variations
Color information
#E91CE6 (or 0xE91CE6) is known color: Psychedelic Purple. HEX triplet: E9, 1C and E6. RGB value is (233,28,230). Sum of RGB (Red+Green+Blue) = 233+28+230=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91CE6 is #16E319. Grayscale: #6F6F6F. Windows color (decimal): -1499930 or 15080681. OLE color: 15080681.
HSL color Cylindrical-coordinate representation of color #E91CE6: hue angle of 300.88º 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 #E91CE6 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 230 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.09 |
| HSL | 300.88º | 0.82% | 0.51% | - |
| HSV(B) | 300.88º | 0.88% | 0.91% | - |
| XYZ | 48.3 | 23.87 | 76.92 | - |
| YUV | 112.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 230 | 0 | 0.88 | 0.01 | 0.09 | 300.88 | 0.82 | 0.51 |
| Hex | E9 | 1C | E6 | 0 | 58 | 1 | 9 | 12D | 52 | 33 |
| Octal | 351 | 34 | 346 | 0 | 130 | 1 | 11 | 455 | 122 | 63 |
| Binary | 11101001 | 11100 | 11100110 | 0 | 1011000 | 1 | 1001 | 100101101 | 1010010 | 110011 |
Color Harmonies of #E91CE6
Complementary color
Monochromatic Colors of #E91CE6
Black with #E91CE6
Text Example
Text Example
White with #E91CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CE6; }
p { color: rgb(233,28,230); }
H1.HeaderClassName
{
color: #E91CE6;
}
.AnyTagClassName
{
color: #E91CE6;
}
</style>
background-color css
<style>
a { background-color: #E91CE6; }
a { background-color: rgb(233,28,230); }
div.DivClassName
{
background-color: #E91CE6;
}
.BgClassName
{
background-color: #E91CE6;
}
</style>
border-color css
<style>
span { border-color: #E91CE6; }
span { border-color: rgb(233,28,230); }
td.TdClassName
{
border-color: #E91CE6;
}
.TagClassName
{
border-color: #E91CE6;
}
</style>