Shades of Psychedelic Purple #E31DFD
Tints of Psychedelic Purple #E31DFD
RGB
CMYK
RGB Variations
Color information
#E31DFD (or 0xE31DFD) is known color: Psychedelic Purple. HEX triplet: E3, 1D and FD. RGB value is (227,29,253). Sum of RGB (Red+Green+Blue) = 227+29+253=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #E31DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DFD is #1CE202. Grayscale: #717171. Windows color (decimal): -1892867 or 16588259. OLE color: 16588259.
HSL color Cylindrical-coordinate representation of color #E31DFD: hue angle of 293.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31DFD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 29 | 253 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.01 |
| HSL | 293.04º | 0.98% | 0.55% | - |
| HSV(B) | 293.04º | 0.89% | 0.99% | - |
| XYZ | 49.85 | 24.3 | 94.99 | - |
| YUV | 113.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 253 | 0.10 | 0.89 | 0 | 0.01 | 293.04 | 0.98 | 0.55 |
| Hex | E3 | 1D | FD | A | 59 | 0 | 1 | 125 | 62 | 37 |
| Octal | 343 | 35 | 375 | 12 | 131 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100011 | 11101 | 11111101 | 1010 | 1011001 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E31DFD
Complementary color
Monochromatic Colors of #E31DFD
Black with #E31DFD
Text Example
Text Example
White with #E31DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DFD; }
p { color: rgb(227,29,253); }
H1.HeaderClassName
{
color: #E31DFD;
}
.AnyTagClassName
{
color: #E31DFD;
}
</style>
background-color css
<style>
a { background-color: #E31DFD; }
a { background-color: rgb(227,29,253); }
div.DivClassName
{
background-color: #E31DFD;
}
.BgClassName
{
background-color: #E31DFD;
}
</style>
border-color css
<style>
span { border-color: #E31DFD; }
span { border-color: rgb(227,29,253); }
td.TdClassName
{
border-color: #E31DFD;
}
.TagClassName
{
border-color: #E31DFD;
}
</style>