Shades of Psychedelic Purple #E322FA
Tints of Psychedelic Purple #E322FA
RGB
CMYK
RGB Variations
Color information
#E322FA (or 0xE322FA) is known color: Psychedelic Purple. HEX triplet: E3, 22 and FA. RGB value is (227,34,250). Sum of RGB (Red+Green+Blue) = 227+34+250=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #E322FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E322FA is #1CDD05. Grayscale: #737373. Windows color (decimal): -1891590 or 16392931. OLE color: 16392931.
HSL color Cylindrical-coordinate representation of color #E322FA: hue angle of 293.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E322FA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 34 | 250 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.02 |
| HSL | 293.61º | 0.96% | 0.56% | - |
| HSV(B) | 293.61º | 0.86% | 0.98% | - |
| XYZ | 49.51 | 24.38 | 92.54 | - |
| YUV | 116.33 | 203.44 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 250 | 0.09 | 0.86 | 0 | 0.02 | 293.61 | 0.96 | 0.56 |
| Hex | E3 | 22 | FA | 9 | 56 | 0 | 2 | 126 | 60 | 38 |
| Octal | 343 | 42 | 372 | 11 | 126 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100011 | 100010 | 11111010 | 1001 | 1010110 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E322FA
Complementary color
Monochromatic Colors of #E322FA
Black with #E322FA
Text Example
Text Example
White with #E322FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322FA; }
p { color: rgb(227,34,250); }
H1.HeaderClassName
{
color: #E322FA;
}
.AnyTagClassName
{
color: #E322FA;
}
</style>
background-color css
<style>
a { background-color: #E322FA; }
a { background-color: rgb(227,34,250); }
div.DivClassName
{
background-color: #E322FA;
}
.BgClassName
{
background-color: #E322FA;
}
</style>
border-color css
<style>
span { border-color: #E322FA; }
span { border-color: rgb(227,34,250); }
td.TdClassName
{
border-color: #E322FA;
}
.TagClassName
{
border-color: #E322FA;
}
</style>