Shades of Psychedelic Purple #E61DFD
Tints of Psychedelic Purple #E61DFD
RGB
CMYK
RGB Variations
Color information
#E61DFD (or 0xE61DFD) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FD. RGB value is (230,29,253). Sum of RGB (Red+Green+Blue) = 230+29+253=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #E61DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFD is #19E202. Grayscale: #717171. Windows color (decimal): -1696259 or 16588262. OLE color: 16588262.
HSL color Cylindrical-coordinate representation of color #E61DFD: hue angle of 293.84º 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 #E61DFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 29 | 253 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 293.84º | 0.98% | 0.55% | - |
| HSV(B) | 293.84º | 0.89% | 0.99% | - |
| XYZ | 50.8 | 24.79 | 95.04 | - |
| YUV | 114.64 | 206.09 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 253 | 0.09 | 0.89 | 0 | 0.01 | 293.84 | 0.98 | 0.55 |
| Hex | E6 | 1D | FD | 9 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 346 | 35 | 375 | 11 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100110 | 11101 | 11111101 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E61DFD
Complementary color
Monochromatic Colors of #E61DFD
Black with #E61DFD
Text Example
Text Example
White with #E61DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DFD; }
p { color: rgb(230,29,253); }
H1.HeaderClassName
{
color: #E61DFD;
}
.AnyTagClassName
{
color: #E61DFD;
}
</style>
background-color css
<style>
a { background-color: #E61DFD; }
a { background-color: rgb(230,29,253); }
div.DivClassName
{
background-color: #E61DFD;
}
.BgClassName
{
background-color: #E61DFD;
}
</style>
border-color css
<style>
span { border-color: #E61DFD; }
span { border-color: rgb(230,29,253); }
td.TdClassName
{
border-color: #E61DFD;
}
.TagClassName
{
border-color: #E61DFD;
}
</style>