Shades of Psychedelic Purple #E31EFB
Tints of Psychedelic Purple #E31EFB
RGB
CMYK
RGB Variations
Color information
#E31EFB (or 0xE31EFB) is known color: Psychedelic Purple. HEX triplet: E3, 1E and FB. RGB value is (227,30,251). Sum of RGB (Red+Green+Blue) = 227+30+251=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #E31EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EFB is #1CE104. Grayscale: #717171. Windows color (decimal): -1892613 or 16457443. OLE color: 16457443.
HSL color Cylindrical-coordinate representation of color #E31EFB: hue angle of 293.48º degrees, saturation: 0.97, 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 #E31EFB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 30 | 251 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.02 |
| HSL | 293.48º | 0.97% | 0.55% | - |
| HSV(B) | 293.48º | 0.88% | 0.98% | - |
| XYZ | 49.56 | 24.22 | 93.33 | - |
| YUV | 114.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 251 | 0.10 | 0.88 | 0 | 0.02 | 293.48 | 0.97 | 0.55 |
| Hex | E3 | 1E | FB | A | 58 | 0 | 2 | 125 | 61 | 37 |
| Octal | 343 | 36 | 373 | 12 | 130 | 0 | 2 | 445 | 141 | 67 |
| Binary | 11100011 | 11110 | 11111011 | 1010 | 1011000 | 0 | 10 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E31EFB
Complementary color
Monochromatic Colors of #E31EFB
Black with #E31EFB
Text Example
Text Example
White with #E31EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EFB; }
p { color: rgb(227,30,251); }
H1.HeaderClassName
{
color: #E31EFB;
}
.AnyTagClassName
{
color: #E31EFB;
}
</style>
background-color css
<style>
a { background-color: #E31EFB; }
a { background-color: rgb(227,30,251); }
div.DivClassName
{
background-color: #E31EFB;
}
.BgClassName
{
background-color: #E31EFB;
}
</style>
border-color css
<style>
span { border-color: #E31EFB; }
span { border-color: rgb(227,30,251); }
td.TdClassName
{
border-color: #E31EFB;
}
.TagClassName
{
border-color: #E31EFB;
}
</style>