Shades of Psychedelic Purple #E31FFC
Tints of Psychedelic Purple #E31FFC
RGB
CMYK
RGB Variations
Color information
#E31FFC (or 0xE31FFC) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FC. RGB value is (227,31,252). Sum of RGB (Red+Green+Blue) = 227+31+252=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E31FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFC is #1CE003. Grayscale: #727272. Windows color (decimal): -1892356 or 16523235. OLE color: 16523235.
HSL color Cylindrical-coordinate representation of color #E31FFC: hue angle of 293.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31FFC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 31 | 252 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.01 |
| HSL | 293.21º | 0.97% | 0.55% | - |
| HSV(B) | 293.21º | 0.88% | 0.99% | - |
| XYZ | 49.74 | 24.34 | 94.17 | - |
| YUV | 114.8 | 205.43 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 252 | 0.10 | 0.88 | 0 | 0.01 | 293.21 | 0.97 | 0.55 |
| Hex | E3 | 1F | FC | A | 58 | 0 | 1 | 125 | 61 | 37 |
| Octal | 343 | 37 | 374 | 12 | 130 | 0 | 1 | 445 | 141 | 67 |
| Binary | 11100011 | 11111 | 11111100 | 1010 | 1011000 | 0 | 1 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E31FFC
Complementary color
Monochromatic Colors of #E31FFC
Black with #E31FFC
Text Example
Text Example
White with #E31FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FFC; }
p { color: rgb(227,31,252); }
H1.HeaderClassName
{
color: #E31FFC;
}
.AnyTagClassName
{
color: #E31FFC;
}
</style>
background-color css
<style>
a { background-color: #E31FFC; }
a { background-color: rgb(227,31,252); }
div.DivClassName
{
background-color: #E31FFC;
}
.BgClassName
{
background-color: #E31FFC;
}
</style>
border-color css
<style>
span { border-color: #E31FFC; }
span { border-color: rgb(227,31,252); }
td.TdClassName
{
border-color: #E31FFC;
}
.TagClassName
{
border-color: #E31FFC;
}
</style>