Shades of Psychedelic Purple #E20EFF
Tints of Psychedelic Purple #E20EFF
RGB
CMYK
RGB Variations
Color information
#E20EFF (or 0xE20EFF) is known color: Psychedelic Purple. HEX triplet: E2, 0E and FF. RGB value is (226,14,255). Sum of RGB (Red+Green+Blue) = 226+14+255=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E20EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EFF is #1DF100. Grayscale: #686868. Windows color (decimal): -1962241 or 16715490. OLE color: 16715490.
HSL color Cylindrical-coordinate representation of color #E20EFF: hue angle of 292.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20EFF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 14 | 255 | - |
| CMYK | 0.11 | 0.95 | 0 | 0 |
| HSL | 292.78º | 1% | 0.53% | - |
| HSV(B) | 292.78º | 0.95% | 1% | - |
| XYZ | 49.57 | 23.7 | 96.57 | - |
| YUV | 104.86 | 212.74 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 255 | 0.11 | 0.95 | 0 | 0 | 292.78 | 1 | 0.53 |
| Hex | E2 | E | FF | B | 5F | 0 | 0 | 125 | 64 | 35 |
| Octal | 342 | 16 | 377 | 13 | 137 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100010 | 1110 | 11111111 | 1011 | 1011111 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E20EFF
Complementary color
Monochromatic Colors of #E20EFF
Black with #E20EFF
Text Example
Text Example
White with #E20EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EFF; }
p { color: rgb(226,14,255); }
H1.HeaderClassName
{
color: #E20EFF;
}
.AnyTagClassName
{
color: #E20EFF;
}
</style>
background-color css
<style>
a { background-color: #E20EFF; }
a { background-color: rgb(226,14,255); }
div.DivClassName
{
background-color: #E20EFF;
}
.BgClassName
{
background-color: #E20EFF;
}
</style>
border-color css
<style>
span { border-color: #E20EFF; }
span { border-color: rgb(226,14,255); }
td.TdClassName
{
border-color: #E20EFF;
}
.TagClassName
{
border-color: #E20EFF;
}
</style>