Shades of Psychedelic Purple #E315FF
Tints of Psychedelic Purple #E315FF
RGB
CMYK
RGB Variations
Color information
#E315FF (or 0xE315FF) is known color: Psychedelic Purple. HEX triplet: E3, 15 and FF. RGB value is (227,21,255). Sum of RGB (Red+Green+Blue) = 227+21+255=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E315FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315FF is #1CEA00. Grayscale: #6C6C6C. Windows color (decimal): -1894913 or 16717283. OLE color: 16717283.
HSL color Cylindrical-coordinate representation of color #E315FF: hue angle of 292.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E315FF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 21 | 255 | - |
| CMYK | 0.11 | 0.92 | 0 | 0 |
| HSL | 292.82º | 1% | 0.54% | - |
| HSV(B) | 292.82º | 0.92% | 1% | - |
| XYZ | 50 | 24.09 | 96.62 | - |
| YUV | 109.27 | 210.25 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 255 | 0.11 | 0.92 | 0 | 0 | 292.82 | 1 | 0.54 |
| Hex | E3 | 15 | FF | B | 5C | 0 | 0 | 125 | 64 | 36 |
| Octal | 343 | 25 | 377 | 13 | 134 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100011 | 10101 | 11111111 | 1011 | 1011100 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E315FF
Complementary color
Monochromatic Colors of #E315FF
Black with #E315FF
Text Example
Text Example
White with #E315FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315FF; }
p { color: rgb(227,21,255); }
H1.HeaderClassName
{
color: #E315FF;
}
.AnyTagClassName
{
color: #E315FF;
}
</style>
background-color css
<style>
a { background-color: #E315FF; }
a { background-color: rgb(227,21,255); }
div.DivClassName
{
background-color: #E315FF;
}
.BgClassName
{
background-color: #E315FF;
}
</style>
border-color css
<style>
span { border-color: #E315FF; }
span { border-color: rgb(227,21,255); }
td.TdClassName
{
border-color: #E315FF;
}
.TagClassName
{
border-color: #E315FF;
}
</style>