Shades of Psychedelic Purple #E20EFC
Tints of Psychedelic Purple #E20EFC
RGB
CMYK
RGB Variations
Color information
#E20EFC (or 0xE20EFC) is known color: Psychedelic Purple. HEX triplet: E2, 0E and FC. RGB value is (226,14,252). Sum of RGB (Red+Green+Blue) = 226+14+252=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #E20EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EFC is #1DF103. Grayscale: #676767. Windows color (decimal): -1962244 or 16518882. OLE color: 16518882.
HSL color Cylindrical-coordinate representation of color #E20EFC: hue angle of 293.45º 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 #E20EFC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 14 | 252 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.01 |
| HSL | 293.45º | 0.98% | 0.52% | - |
| HSV(B) | 293.45º | 0.94% | 0.99% | - |
| XYZ | 49.09 | 23.51 | 94.05 | - |
| YUV | 104.52 | 211.24 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 252 | 0.10 | 0.94 | 0 | 0.01 | 293.45 | 0.98 | 0.52 |
| Hex | E2 | E | FC | A | 5E | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 16 | 374 | 12 | 136 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1110 | 11111100 | 1010 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20EFC
Complementary color
Monochromatic Colors of #E20EFC
Black with #E20EFC
Text Example
Text Example
White with #E20EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EFC; }
p { color: rgb(226,14,252); }
H1.HeaderClassName
{
color: #E20EFC;
}
.AnyTagClassName
{
color: #E20EFC;
}
</style>
background-color css
<style>
a { background-color: #E20EFC; }
a { background-color: rgb(226,14,252); }
div.DivClassName
{
background-color: #E20EFC;
}
.BgClassName
{
background-color: #E20EFC;
}
</style>
border-color css
<style>
span { border-color: #E20EFC; }
span { border-color: rgb(226,14,252); }
td.TdClassName
{
border-color: #E20EFC;
}
.TagClassName
{
border-color: #E20EFC;
}
</style>