Shades of Psychedelic Purple #E816F0
Tints of Psychedelic Purple #E816F0
RGB
CMYK
RGB Variations
Color information
#E816F0 (or 0xE816F0) is known color: Psychedelic Purple. HEX triplet: E8, 16 and F0. RGB value is (232,22,240). Sum of RGB (Red+Green+Blue) = 232+22+240=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #E816F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E816F0 is #17E90F. Grayscale: #6C6C6C. Windows color (decimal): -1566992 or 15734504. OLE color: 15734504.
HSL color Cylindrical-coordinate representation of color #E816F0: hue angle of 297.8º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E816F0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 22 | 240 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.06 |
| HSL | 297.8º | 0.88% | 0.51% | - |
| HSV(B) | 297.8º | 0.91% | 0.94% | - |
| XYZ | 49.29 | 24.02 | 84.48 | - |
| YUV | 109.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 240 | 0.03 | 0.91 | 0 | 0.06 | 297.8 | 0.88 | 0.51 |
| Hex | E8 | 16 | F0 | 3 | 5B | 0 | 6 | 12A | 58 | 33 |
| Octal | 350 | 26 | 360 | 3 | 133 | 0 | 6 | 452 | 130 | 63 |
| Binary | 11101000 | 10110 | 11110000 | 11 | 1011011 | 0 | 110 | 100101010 | 1011000 | 110011 |
Color Harmonies of #E816F0
Complementary color
Monochromatic Colors of #E816F0
Black with #E816F0
Text Example
Text Example
White with #E816F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816F0; }
p { color: rgb(232,22,240); }
H1.HeaderClassName
{
color: #E816F0;
}
.AnyTagClassName
{
color: #E816F0;
}
</style>
background-color css
<style>
a { background-color: #E816F0; }
a { background-color: rgb(232,22,240); }
div.DivClassName
{
background-color: #E816F0;
}
.BgClassName
{
background-color: #E816F0;
}
</style>
border-color css
<style>
span { border-color: #E816F0; }
span { border-color: rgb(232,22,240); }
td.TdClassName
{
border-color: #E816F0;
}
.TagClassName
{
border-color: #E816F0;
}
</style>