Shades of Psychedelic Purple #E20DFD
Tints of Psychedelic Purple #E20DFD
RGB
CMYK
RGB Variations
Color information
#E20DFD (or 0xE20DFD) is known color: Psychedelic Purple. HEX triplet: E2, 0D and FD. RGB value is (226,13,253). Sum of RGB (Red+Green+Blue) = 226+13+253=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E20DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DFD is #1DF202. Grayscale: #676767. Windows color (decimal): -1962499 or 16584162. OLE color: 16584162.
HSL color Cylindrical-coordinate representation of color #E20DFD: hue angle of 293.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20DFD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 13 | 253 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.01 |
| HSL | 293.25º | 0.98% | 0.52% | - |
| HSV(B) | 293.25º | 0.95% | 0.99% | - |
| XYZ | 49.24 | 23.55 | 94.88 | - |
| YUV | 104.05 | 212.07 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 253 | 0.11 | 0.95 | 0 | 0.01 | 293.25 | 0.98 | 0.52 |
| Hex | E2 | D | FD | B | 5F | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 15 | 375 | 13 | 137 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1101 | 11111101 | 1011 | 1011111 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20DFD
Complementary color
Monochromatic Colors of #E20DFD
Black with #E20DFD
Text Example
Text Example
White with #E20DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DFD; }
p { color: rgb(226,13,253); }
H1.HeaderClassName
{
color: #E20DFD;
}
.AnyTagClassName
{
color: #E20DFD;
}
</style>
background-color css
<style>
a { background-color: #E20DFD; }
a { background-color: rgb(226,13,253); }
div.DivClassName
{
background-color: #E20DFD;
}
.BgClassName
{
background-color: #E20DFD;
}
</style>
border-color css
<style>
span { border-color: #E20DFD; }
span { border-color: rgb(226,13,253); }
td.TdClassName
{
border-color: #E20DFD;
}
.TagClassName
{
border-color: #E20DFD;
}
</style>