Shades of Psychedelic Purple #E331FA
Tints of Psychedelic Purple #E331FA
RGB
CMYK
RGB Variations
Color information
#E331FA (or 0xE331FA) is known color: Psychedelic Purple. HEX triplet: E3, 31 and FA. RGB value is (227,49,250). Sum of RGB (Red+Green+Blue) = 227+49+250=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #E331FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331FA is #1CCE05. Grayscale: #7C7C7C. Windows color (decimal): -1887750 or 16396771. OLE color: 16396771.
HSL color Cylindrical-coordinate representation of color #E331FA: hue angle of 293.13º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E331FA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 49 | 250 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.02 |
| HSL | 293.13º | 0.95% | 0.59% | - |
| HSV(B) | 293.13º | 0.8% | 0.98% | - |
| XYZ | 50.03 | 25.43 | 92.71 | - |
| YUV | 125.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 250 | 0.09 | 0.80 | 0 | 0.02 | 293.13 | 0.95 | 0.59 |
| Hex | E3 | 31 | FA | 9 | 50 | 0 | 2 | 125 | 5F | 3B |
| Octal | 343 | 61 | 372 | 11 | 120 | 0 | 2 | 445 | 137 | 73 |
| Binary | 11100011 | 110001 | 11111010 | 1001 | 1010000 | 0 | 10 | 100100101 | 1011111 | 111011 |
Color Harmonies of #E331FA
Complementary color
Monochromatic Colors of #E331FA
Black with #E331FA
Text Example
Text Example
White with #E331FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331FA; }
p { color: rgb(227,49,250); }
H1.HeaderClassName
{
color: #E331FA;
}
.AnyTagClassName
{
color: #E331FA;
}
</style>
background-color css
<style>
a { background-color: #E331FA; }
a { background-color: rgb(227,49,250); }
div.DivClassName
{
background-color: #E331FA;
}
.BgClassName
{
background-color: #E331FA;
}
</style>
border-color css
<style>
span { border-color: #E331FA; }
span { border-color: rgb(227,49,250); }
td.TdClassName
{
border-color: #E331FA;
}
.TagClassName
{
border-color: #E331FA;
}
</style>