Shades of Psychedelic Purple #E61DE3
Tints of Psychedelic Purple #E61DE3
RGB
CMYK
RGB Variations
Color information
#E61DE3 (or 0xE61DE3) is known color: Psychedelic Purple. HEX triplet: E6, 1D and E3. RGB value is (230,29,227). Sum of RGB (Red+Green+Blue) = 230+29+227=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DE3 is #19E21C. Grayscale: #6F6F6F. Windows color (decimal): -1696285 or 14884326. OLE color: 14884326.
HSL color Cylindrical-coordinate representation of color #E61DE3: hue angle of 300.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DE3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 227 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.10 |
| HSL | 300.9º | 0.8% | 0.51% | - |
| HSV(B) | 300.9º | 0.87% | 0.9% | - |
| XYZ | 46.94 | 23.25 | 74.69 | - |
| YUV | 111.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 227 | 0 | 0.87 | 0.01 | 0.10 | 300.9 | 0.8 | 0.51 |
| Hex | E6 | 1D | E3 | 0 | 57 | 1 | A | 12D | 50 | 33 |
| Octal | 346 | 35 | 343 | 0 | 127 | 1 | 12 | 455 | 120 | 63 |
| Binary | 11100110 | 11101 | 11100011 | 0 | 1010111 | 1 | 1010 | 100101101 | 1010000 | 110011 |
Color Harmonies of #E61DE3
Complementary color
Monochromatic Colors of #E61DE3
Black with #E61DE3
Text Example
Text Example
White with #E61DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DE3; }
p { color: rgb(230,29,227); }
H1.HeaderClassName
{
color: #E61DE3;
}
.AnyTagClassName
{
color: #E61DE3;
}
</style>
background-color css
<style>
a { background-color: #E61DE3; }
a { background-color: rgb(230,29,227); }
div.DivClassName
{
background-color: #E61DE3;
}
.BgClassName
{
background-color: #E61DE3;
}
</style>
border-color css
<style>
span { border-color: #E61DE3; }
span { border-color: rgb(230,29,227); }
td.TdClassName
{
border-color: #E61DE3;
}
.TagClassName
{
border-color: #E61DE3;
}
</style>