Shades of Psychedelic Purple #E91CE5
Tints of Psychedelic Purple #E91CE5
RGB
CMYK
RGB Variations
Color information
#E91CE5 (or 0xE91CE5) is known color: Psychedelic Purple. HEX triplet: E9, 1C and E5. RGB value is (233,28,229). Sum of RGB (Red+Green+Blue) = 233+28+229=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91CE5 is #16E31A. Grayscale: #6F6F6F. Windows color (decimal): -1499931 or 15015145. OLE color: 15015145.
HSL color Cylindrical-coordinate representation of color #E91CE5: hue angle of 301.17º 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 #E91CE5 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 229 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.09 |
| HSL | 301.17º | 0.82% | 0.51% | - |
| HSV(B) | 301.17º | 0.88% | 0.91% | - |
| XYZ | 48.16 | 23.81 | 76.19 | - |
| YUV | 112.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 229 | 0 | 0.88 | 0.02 | 0.09 | 301.17 | 0.82 | 0.51 |
| Hex | E9 | 1C | E5 | 0 | 58 | 2 | 9 | 12D | 52 | 33 |
| Octal | 351 | 34 | 345 | 0 | 130 | 2 | 11 | 455 | 122 | 63 |
| Binary | 11101001 | 11100 | 11100101 | 0 | 1011000 | 10 | 1001 | 100101101 | 1010010 | 110011 |
Color Harmonies of #E91CE5
Complementary color
Monochromatic Colors of #E91CE5
Black with #E91CE5
Text Example
Text Example
White with #E91CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CE5; }
p { color: rgb(233,28,229); }
H1.HeaderClassName
{
color: #E91CE5;
}
.AnyTagClassName
{
color: #E91CE5;
}
</style>
background-color css
<style>
a { background-color: #E91CE5; }
a { background-color: rgb(233,28,229); }
div.DivClassName
{
background-color: #E91CE5;
}
.BgClassName
{
background-color: #E91CE5;
}
</style>
border-color css
<style>
span { border-color: #E91CE5; }
span { border-color: rgb(233,28,229); }
td.TdClassName
{
border-color: #E91CE5;
}
.TagClassName
{
border-color: #E91CE5;
}
</style>