Shades of Psychedelic Purple #E313FF
Tints of Psychedelic Purple #E313FF
RGB
CMYK
RGB Variations
Color information
#E313FF (or 0xE313FF) is known color: Psychedelic Purple. HEX triplet: E3, 13 and FF. RGB value is (227,19,255). Sum of RGB (Red+Green+Blue) = 227+19+255=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E313FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FF is #1CEC00. Grayscale: #6B6B6B. Windows color (decimal): -1895425 or 16716771. OLE color: 16716771.
HSL color Cylindrical-coordinate representation of color #E313FF: hue angle of 292.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E313FF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 19 | 255 | - |
| CMYK | 0.11 | 0.93 | 0 | 0 |
| HSL | 292.88º | 1% | 0.54% | - |
| HSV(B) | 292.88º | 0.93% | 1% | - |
| XYZ | 49.96 | 24.02 | 96.61 | - |
| YUV | 108.1 | 210.91 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 255 | 0.11 | 0.93 | 0 | 0 | 292.88 | 1 | 0.54 |
| Hex | E3 | 13 | FF | B | 5D | 0 | 0 | 125 | 64 | 36 |
| Octal | 343 | 23 | 377 | 13 | 135 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100011 | 10011 | 11111111 | 1011 | 1011101 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E313FF
Complementary color
Monochromatic Colors of #E313FF
Black with #E313FF
Text Example
Text Example
White with #E313FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313FF; }
p { color: rgb(227,19,255); }
H1.HeaderClassName
{
color: #E313FF;
}
.AnyTagClassName
{
color: #E313FF;
}
</style>
background-color css
<style>
a { background-color: #E313FF; }
a { background-color: rgb(227,19,255); }
div.DivClassName
{
background-color: #E313FF;
}
.BgClassName
{
background-color: #E313FF;
}
</style>
border-color css
<style>
span { border-color: #E313FF; }
span { border-color: rgb(227,19,255); }
td.TdClassName
{
border-color: #E313FF;
}
.TagClassName
{
border-color: #E313FF;
}
</style>