Shades of Psychedelic Purple #E316FE
Tints of Psychedelic Purple #E316FE
RGB
CMYK
RGB Variations
Color information
#E316FE (or 0xE316FE) is known color: Psychedelic Purple. HEX triplet: E3, 16 and FE. RGB value is (227,22,254). Sum of RGB (Red+Green+Blue) = 227+22+254=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #E316FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E316FE is #1CE901. Grayscale: #6D6D6D. Windows color (decimal): -1894658 or 16652003. OLE color: 16652003.
HSL color Cylindrical-coordinate representation of color #E316FE: hue angle of 293.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E316FE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 22 | 254 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.00 |
| HSL | 293.02º | 0.99% | 0.54% | - |
| HSV(B) | 293.02º | 0.91% | 1% | - |
| XYZ | 49.85 | 24.06 | 95.78 | - |
| YUV | 109.74 | 209.42 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 254 | 0.11 | 0.91 | 0 | 0.00 | 293.02 | 0.99 | 0.54 |
| Hex | E3 | 16 | FE | B | 5B | 0 | 0 | 125 | 63 | 36 |
| Octal | 343 | 26 | 376 | 13 | 133 | 0 | 0 | 445 | 143 | 66 |
| Binary | 11100011 | 10110 | 11111110 | 1011 | 1011011 | 0 | 0 | 100100101 | 1100011 | 110110 |
Color Harmonies of #E316FE
Complementary color
Monochromatic Colors of #E316FE
Black with #E316FE
Text Example
Text Example
White with #E316FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316FE; }
p { color: rgb(227,22,254); }
H1.HeaderClassName
{
color: #E316FE;
}
.AnyTagClassName
{
color: #E316FE;
}
</style>
background-color css
<style>
a { background-color: #E316FE; }
a { background-color: rgb(227,22,254); }
div.DivClassName
{
background-color: #E316FE;
}
.BgClassName
{
background-color: #E316FE;
}
</style>
border-color css
<style>
span { border-color: #E316FE; }
span { border-color: rgb(227,22,254); }
td.TdClassName
{
border-color: #E316FE;
}
.TagClassName
{
border-color: #E316FE;
}
</style>