Shades of Psychedelic Purple #E316EB
Tints of Psychedelic Purple #E316EB
RGB
CMYK
RGB Variations
Color information
#E316EB (or 0xE316EB) is known color: Psychedelic Purple. HEX triplet: E3, 16 and EB. RGB value is (227,22,235). Sum of RGB (Red+Green+Blue) = 227+22+235=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #E316EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E316EB is #1CE914. Grayscale: #6A6A6A. Windows color (decimal): -1894677 or 15406819. OLE color: 15406819.
HSL color Cylindrical-coordinate representation of color #E316EB: hue angle of 297.75º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E316EB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 22 | 235 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.08 |
| HSL | 297.75º | 0.84% | 0.5% | - |
| HSV(B) | 297.75º | 0.91% | 0.92% | - |
| XYZ | 46.96 | 22.9 | 80.54 | - |
| YUV | 107.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 235 | 0.03 | 0.91 | 0 | 0.08 | 297.75 | 0.84 | 0.5 |
| Hex | E3 | 16 | EB | 3 | 5B | 0 | 8 | 12A | 54 | 32 |
| Octal | 343 | 26 | 353 | 3 | 133 | 0 | 10 | 452 | 124 | 62 |
| Binary | 11100011 | 10110 | 11101011 | 11 | 1011011 | 0 | 1000 | 100101010 | 1010100 | 110010 |
Color Harmonies of #E316EB
Complementary color
Monochromatic Colors of #E316EB
Black with #E316EB
Text Example
Text Example
White with #E316EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316EB; }
p { color: rgb(227,22,235); }
H1.HeaderClassName
{
color: #E316EB;
}
.AnyTagClassName
{
color: #E316EB;
}
</style>
background-color css
<style>
a { background-color: #E316EB; }
a { background-color: rgb(227,22,235); }
div.DivClassName
{
background-color: #E316EB;
}
.BgClassName
{
background-color: #E316EB;
}
</style>
border-color css
<style>
span { border-color: #E316EB; }
span { border-color: rgb(227,22,235); }
td.TdClassName
{
border-color: #E316EB;
}
.TagClassName
{
border-color: #E316EB;
}
</style>