Shades of Psychedelic Purple #E814F5
Tints of Psychedelic Purple #E814F5
RGB
CMYK
RGB Variations
Color information
#E814F5 (or 0xE814F5) is known color: Psychedelic Purple. HEX triplet: E8, 14 and F5. RGB value is (232,20,245). Sum of RGB (Red+Green+Blue) = 232+20+245=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #E814F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814F5 is #17EB0A. Grayscale: #6C6C6C. Windows color (decimal): -1567499 or 16061672. OLE color: 16061672.
HSL color Cylindrical-coordinate representation of color #E814F5: hue angle of 296.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E814F5 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 20 | 245 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.04 |
| HSL | 296.53º | 0.92% | 0.52% | - |
| HSV(B) | 296.53º | 0.92% | 0.96% | - |
| XYZ | 50.01 | 24.25 | 88.43 | - |
| YUV | 109.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 245 | 0.05 | 0.92 | 0 | 0.04 | 296.53 | 0.92 | 0.52 |
| Hex | E8 | 14 | F5 | 5 | 5C | 0 | 4 | 129 | 5C | 34 |
| Octal | 350 | 24 | 365 | 5 | 134 | 0 | 4 | 451 | 134 | 64 |
| Binary | 11101000 | 10100 | 11110101 | 101 | 1011100 | 0 | 100 | 100101001 | 1011100 | 110100 |
Color Harmonies of #E814F5
Complementary color
Monochromatic Colors of #E814F5
Black with #E814F5
Text Example
Text Example
White with #E814F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814F5; }
p { color: rgb(232,20,245); }
H1.HeaderClassName
{
color: #E814F5;
}
.AnyTagClassName
{
color: #E814F5;
}
</style>
background-color css
<style>
a { background-color: #E814F5; }
a { background-color: rgb(232,20,245); }
div.DivClassName
{
background-color: #E814F5;
}
.BgClassName
{
background-color: #E814F5;
}
</style>
border-color css
<style>
span { border-color: #E814F5; }
span { border-color: rgb(232,20,245); }
td.TdClassName
{
border-color: #E814F5;
}
.TagClassName
{
border-color: #E814F5;
}
</style>