Shades of Psychedelic Purple #E91DED
Tints of Psychedelic Purple #E91DED
RGB
CMYK
RGB Variations
Color information
#E91DED (or 0xE91DED) is known color: Psychedelic Purple. HEX triplet: E9, 1D and ED. RGB value is (233,29,237). Sum of RGB (Red+Green+Blue) = 233+29+237=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 29 (11.72% from 255 or 5.81% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E91DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91DED is #16E212. Grayscale: #717171. Windows color (decimal): -1499667 or 15539689. OLE color: 15539689.
HSL color Cylindrical-coordinate representation of color #E91DED: hue angle of 298.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DED is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 29 | 237 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.07 |
| HSL | 298.85º | 0.85% | 0.52% | - |
| HSV(B) | 298.85º | 0.88% | 0.93% | - |
| XYZ | 49.33 | 24.32 | 82.21 | - |
| YUV | 113.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 237 | 0.02 | 0.88 | 0 | 0.07 | 298.85 | 0.85 | 0.52 |
| Hex | E9 | 1D | ED | 2 | 58 | 0 | 7 | 12B | 55 | 34 |
| Octal | 351 | 35 | 355 | 2 | 130 | 0 | 7 | 453 | 125 | 64 |
| Binary | 11101001 | 11101 | 11101101 | 10 | 1011000 | 0 | 111 | 100101011 | 1010101 | 110100 |
Color Harmonies of #E91DED
Complementary color
Monochromatic Colors of #E91DED
Black with #E91DED
Text Example
Text Example
White with #E91DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DED; }
p { color: rgb(233,29,237); }
H1.HeaderClassName
{
color: #E91DED;
}
.AnyTagClassName
{
color: #E91DED;
}
</style>
background-color css
<style>
a { background-color: #E91DED; }
a { background-color: rgb(233,29,237); }
div.DivClassName
{
background-color: #E91DED;
}
.BgClassName
{
background-color: #E91DED;
}
</style>
border-color css
<style>
span { border-color: #E91DED; }
span { border-color: rgb(233,29,237); }
td.TdClassName
{
border-color: #E91DED;
}
.TagClassName
{
border-color: #E91DED;
}
</style>