Shades of Psychedelic Purple #E31EFF
Tints of Psychedelic Purple #E31EFF
RGB
CMYK
RGB Variations
Color information
#E31EFF (or 0xE31EFF) is known color: Psychedelic Purple. HEX triplet: E3, 1E and FF. RGB value is (227,30,255). Sum of RGB (Red+Green+Blue) = 227+30+255=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EFF is #1CE100. Grayscale: #717171. Windows color (decimal): -1892609 or 16719587. OLE color: 16719587.
HSL color Cylindrical-coordinate representation of color #E31EFF: hue angle of 292.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31EFF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 30 | 255 | - |
| CMYK | 0.11 | 0.88 | 0 | 0 |
| HSL | 292.53º | 1% | 0.56% | - |
| HSV(B) | 292.53º | 0.88% | 1% | - |
| XYZ | 50.19 | 24.48 | 96.69 | - |
| YUV | 114.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 255 | 0.11 | 0.88 | 0 | 0 | 292.53 | 1 | 0.56 |
| Hex | E3 | 1E | FF | B | 58 | 0 | 0 | 125 | 64 | 38 |
| Octal | 343 | 36 | 377 | 13 | 130 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100011 | 11110 | 11111111 | 1011 | 1011000 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E31EFF
Complementary color
Monochromatic Colors of #E31EFF
Black with #E31EFF
Text Example
Text Example
White with #E31EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EFF; }
p { color: rgb(227,30,255); }
H1.HeaderClassName
{
color: #E31EFF;
}
.AnyTagClassName
{
color: #E31EFF;
}
</style>
background-color css
<style>
a { background-color: #E31EFF; }
a { background-color: rgb(227,30,255); }
div.DivClassName
{
background-color: #E31EFF;
}
.BgClassName
{
background-color: #E31EFF;
}
</style>
border-color css
<style>
span { border-color: #E31EFF; }
span { border-color: rgb(227,30,255); }
td.TdClassName
{
border-color: #E31EFF;
}
.TagClassName
{
border-color: #E31EFF;
}
</style>