Shades of Psychedelic Purple #E20EFD
Tints of Psychedelic Purple #E20EFD
RGB
CMYK
RGB Variations
Color information
#E20EFD (or 0xE20EFD) is known color: Psychedelic Purple. HEX triplet: E2, 0E and FD. RGB value is (226,14,253). Sum of RGB (Red+Green+Blue) = 226+14+253=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #E20EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EFD is #1DF102. Grayscale: #676767. Windows color (decimal): -1962243 or 16584418. OLE color: 16584418.
HSL color Cylindrical-coordinate representation of color #E20EFD: hue angle of 293.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EFD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 14 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 293.22º | 0.98% | 0.52% | - |
| HSV(B) | 293.22º | 0.94% | 0.99% | - |
| XYZ | 49.25 | 23.57 | 94.88 | - |
| YUV | 104.63 | 211.74 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 253 | 0.11 | 0.94 | 0 | 0.01 | 293.22 | 0.98 | 0.52 |
| Hex | E2 | E | FD | B | 5E | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 16 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1110 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20EFD
Complementary color
Monochromatic Colors of #E20EFD
Black with #E20EFD
Text Example
Text Example
White with #E20EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EFD; }
p { color: rgb(226,14,253); }
H1.HeaderClassName
{
color: #E20EFD;
}
.AnyTagClassName
{
color: #E20EFD;
}
</style>
background-color css
<style>
a { background-color: #E20EFD; }
a { background-color: rgb(226,14,253); }
div.DivClassName
{
background-color: #E20EFD;
}
.BgClassName
{
background-color: #E20EFD;
}
</style>
border-color css
<style>
span { border-color: #E20EFD; }
span { border-color: rgb(226,14,253); }
td.TdClassName
{
border-color: #E20EFD;
}
.TagClassName
{
border-color: #E20EFD;
}
</style>