Shades of Psychedelic Purple #E81DE5
Tints of Psychedelic Purple #E81DE5
RGB
CMYK
RGB Variations
Color information
#E81DE5 (or 0xE81DE5) is known color: Psychedelic Purple. HEX triplet: E8, 1D and E5. RGB value is (232,29,229). Sum of RGB (Red+Green+Blue) = 232+29+229=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DE5 is #17E21A. Grayscale: #6F6F6F. Windows color (decimal): -1565211 or 15015400. OLE color: 15015400.
HSL color Cylindrical-coordinate representation of color #E81DE5: hue angle of 300.89º 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 #E81DE5 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 229 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.09 |
| HSL | 300.89º | 0.82% | 0.51% | - |
| HSV(B) | 300.89º | 0.88% | 0.91% | - |
| XYZ | 47.86 | 23.69 | 76.18 | - |
| YUV | 112.5 | 193.75 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 229 | 0 | 0.88 | 0.01 | 0.09 | 300.89 | 0.82 | 0.51 |
| Hex | E8 | 1D | E5 | 0 | 58 | 1 | 9 | 12D | 52 | 33 |
| Octal | 350 | 35 | 345 | 0 | 130 | 1 | 11 | 455 | 122 | 63 |
| Binary | 11101000 | 11101 | 11100101 | 0 | 1011000 | 1 | 1001 | 100101101 | 1010010 | 110011 |
Color Harmonies of #E81DE5
Complementary color
Monochromatic Colors of #E81DE5
Black with #E81DE5
Text Example
Text Example
White with #E81DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DE5; }
p { color: rgb(232,29,229); }
H1.HeaderClassName
{
color: #E81DE5;
}
.AnyTagClassName
{
color: #E81DE5;
}
</style>
background-color css
<style>
a { background-color: #E81DE5; }
a { background-color: rgb(232,29,229); }
div.DivClassName
{
background-color: #E81DE5;
}
.BgClassName
{
background-color: #E81DE5;
}
</style>
border-color css
<style>
span { border-color: #E81DE5; }
span { border-color: rgb(232,29,229); }
td.TdClassName
{
border-color: #E81DE5;
}
.TagClassName
{
border-color: #E81DE5;
}
</style>