Shades of Psychedelic Purple #E316F6
Tints of Psychedelic Purple #E316F6
RGB
CMYK
RGB Variations
Color information
#E316F6 (or 0xE316F6) is known color: Psychedelic Purple. HEX triplet: E3, 16 and F6. RGB value is (227,22,246). Sum of RGB (Red+Green+Blue) = 227+22+246=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #E316F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E316F6 is #1CE909. Grayscale: #6C6C6C. Windows color (decimal): -1894666 or 16127715. OLE color: 16127715.
HSL color Cylindrical-coordinate representation of color #E316F6: hue angle of 294.91º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E316F6 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 22 | 246 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.04 |
| HSL | 294.91º | 0.93% | 0.53% | - |
| HSV(B) | 294.91º | 0.91% | 0.96% | - |
| XYZ | 48.6 | 23.56 | 89.17 | - |
| YUV | 108.83 | 205.42 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 246 | 0.08 | 0.91 | 0 | 0.04 | 294.91 | 0.93 | 0.53 |
| Hex | E3 | 16 | F6 | 8 | 5B | 0 | 4 | 127 | 5D | 35 |
| Octal | 343 | 26 | 366 | 10 | 133 | 0 | 4 | 447 | 135 | 65 |
| Binary | 11100011 | 10110 | 11110110 | 1000 | 1011011 | 0 | 100 | 100100111 | 1011101 | 110101 |
Color Harmonies of #E316F6
Complementary color
Monochromatic Colors of #E316F6
Black with #E316F6
Text Example
Text Example
White with #E316F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316F6; }
p { color: rgb(227,22,246); }
H1.HeaderClassName
{
color: #E316F6;
}
.AnyTagClassName
{
color: #E316F6;
}
</style>
background-color css
<style>
a { background-color: #E316F6; }
a { background-color: rgb(227,22,246); }
div.DivClassName
{
background-color: #E316F6;
}
.BgClassName
{
background-color: #E316F6;
}
</style>
border-color css
<style>
span { border-color: #E316F6; }
span { border-color: rgb(227,22,246); }
td.TdClassName
{
border-color: #E316F6;
}
.TagClassName
{
border-color: #E316F6;
}
</style>