Shades of Psychedelic Purple #E31FFB
Tints of Psychedelic Purple #E31FFB
RGB
CMYK
RGB Variations
Color information
#E31FFB (or 0xE31FFB) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FB. RGB value is (227,31,251). Sum of RGB (Red+Green+Blue) = 227+31+251=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E31FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFB is #1CE004. Grayscale: #717171. Windows color (decimal): -1892357 or 16457699. OLE color: 16457699.
HSL color Cylindrical-coordinate representation of color #E31FFB: hue angle of 293.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31FFB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 31 | 251 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.02 |
| HSL | 293.45º | 0.96% | 0.55% | - |
| HSV(B) | 293.45º | 0.88% | 0.98% | - |
| XYZ | 49.58 | 24.28 | 93.34 | - |
| YUV | 114.68 | 204.93 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 251 | 0.10 | 0.88 | 0 | 0.02 | 293.45 | 0.96 | 0.55 |
| Hex | E3 | 1F | FB | A | 58 | 0 | 2 | 125 | 60 | 37 |
| Octal | 343 | 37 | 373 | 12 | 130 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11100011 | 11111 | 11111011 | 1010 | 1011000 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #E31FFB
Complementary color
Monochromatic Colors of #E31FFB
Black with #E31FFB
Text Example
Text Example
White with #E31FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FFB; }
p { color: rgb(227,31,251); }
H1.HeaderClassName
{
color: #E31FFB;
}
.AnyTagClassName
{
color: #E31FFB;
}
</style>
background-color css
<style>
a { background-color: #E31FFB; }
a { background-color: rgb(227,31,251); }
div.DivClassName
{
background-color: #E31FFB;
}
.BgClassName
{
background-color: #E31FFB;
}
</style>
border-color css
<style>
span { border-color: #E31FFB; }
span { border-color: rgb(227,31,251); }
td.TdClassName
{
border-color: #E31FFB;
}
.TagClassName
{
border-color: #E31FFB;
}
</style>