Shades of Psychedelic Purple #E20FFD
Tints of Psychedelic Purple #E20FFD
RGB
CMYK
RGB Variations
Color information
#E20FFD (or 0xE20FFD) is known color: Psychedelic Purple. HEX triplet: E2, 0F and FD. RGB value is (226,15,253). Sum of RGB (Red+Green+Blue) = 226+15+253=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #E20FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FFD is #1DF002. Grayscale: #686868. Windows color (decimal): -1961987 or 16584674. OLE color: 16584674.
HSL color Cylindrical-coordinate representation of color #E20FFD: hue angle of 293.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FFD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 15 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 293.19º | 0.98% | 0.53% | - |
| HSV(B) | 293.19º | 0.94% | 0.99% | - |
| XYZ | 49.26 | 23.6 | 94.89 | - |
| YUV | 105.22 | 211.4 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 253 | 0.11 | 0.94 | 0 | 0.01 | 293.19 | 0.98 | 0.53 |
| Hex | E2 | F | FD | B | 5E | 0 | 1 | 125 | 62 | 35 |
| Octal | 342 | 17 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100010 | 1111 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E20FFD
Complementary color
Monochromatic Colors of #E20FFD
Black with #E20FFD
Text Example
Text Example
White with #E20FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FFD; }
p { color: rgb(226,15,253); }
H1.HeaderClassName
{
color: #E20FFD;
}
.AnyTagClassName
{
color: #E20FFD;
}
</style>
background-color css
<style>
a { background-color: #E20FFD; }
a { background-color: rgb(226,15,253); }
div.DivClassName
{
background-color: #E20FFD;
}
.BgClassName
{
background-color: #E20FFD;
}
</style>
border-color css
<style>
span { border-color: #E20FFD; }
span { border-color: rgb(226,15,253); }
td.TdClassName
{
border-color: #E20FFD;
}
.TagClassName
{
border-color: #E20FFD;
}
</style>