Shades of Psychedelic Purple #E31FE6
Tints of Psychedelic Purple #E31FE6
RGB
CMYK
RGB Variations
Color information
#E31FE6 (or 0xE31FE6) is known color: Psychedelic Purple. HEX triplet: E3, 1F and E6. RGB value is (227,31,230). Sum of RGB (Red+Green+Blue) = 227+31+230=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #E31FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FE6 is #1CE019. Grayscale: #6F6F6F. Windows color (decimal): -1892378 or 15081443. OLE color: 15081443.
HSL color Cylindrical-coordinate representation of color #E31FE6: hue angle of 299.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31FE6 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 31 | 230 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.10 |
| HSL | 299.1º | 0.8% | 0.51% | - |
| HSV(B) | 299.1º | 0.87% | 0.9% | - |
| XYZ | 46.45 | 23.02 | 76.86 | - |
| YUV | 112.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 230 | 0.01 | 0.87 | 0 | 0.10 | 299.1 | 0.8 | 0.51 |
| Hex | E3 | 1F | E6 | 1 | 57 | 0 | A | 12B | 50 | 33 |
| Octal | 343 | 37 | 346 | 1 | 127 | 0 | 12 | 453 | 120 | 63 |
| Binary | 11100011 | 11111 | 11100110 | 1 | 1010111 | 0 | 1010 | 100101011 | 1010000 | 110011 |
Color Harmonies of #E31FE6
Complementary color
Monochromatic Colors of #E31FE6
Black with #E31FE6
Text Example
Text Example
White with #E31FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FE6; }
p { color: rgb(227,31,230); }
H1.HeaderClassName
{
color: #E31FE6;
}
.AnyTagClassName
{
color: #E31FE6;
}
</style>
background-color css
<style>
a { background-color: #E31FE6; }
a { background-color: rgb(227,31,230); }
div.DivClassName
{
background-color: #E31FE6;
}
.BgClassName
{
background-color: #E31FE6;
}
</style>
border-color css
<style>
span { border-color: #E31FE6; }
span { border-color: rgb(227,31,230); }
td.TdClassName
{
border-color: #E31FE6;
}
.TagClassName
{
border-color: #E31FE6;
}
</style>