Shades of Psychedelic Purple #E321FA
Tints of Psychedelic Purple #E321FA
RGB
CMYK
RGB Variations
Color information
#E321FA (or 0xE321FA) is known color: Psychedelic Purple. HEX triplet: E3, 21 and FA. RGB value is (227,33,250). Sum of RGB (Red+Green+Blue) = 227+33+250=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #E321FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321FA is #1CDE05. Grayscale: #737373. Windows color (decimal): -1891846 or 16392675. OLE color: 16392675.
HSL color Cylindrical-coordinate representation of color #E321FA: hue angle of 293.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E321FA is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 33 | 250 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.02 |
| HSL | 293.64º | 0.96% | 0.55% | - |
| HSV(B) | 293.64º | 0.87% | 0.98% | - |
| XYZ | 49.48 | 24.32 | 92.53 | - |
| YUV | 115.74 | 203.77 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 250 | 0.09 | 0.87 | 0 | 0.02 | 293.64 | 0.96 | 0.55 |
| Hex | E3 | 21 | FA | 9 | 57 | 0 | 2 | 126 | 60 | 37 |
| Octal | 343 | 41 | 372 | 11 | 127 | 0 | 2 | 446 | 140 | 67 |
| Binary | 11100011 | 100001 | 11111010 | 1001 | 1010111 | 0 | 10 | 100100110 | 1100000 | 110111 |
Color Harmonies of #E321FA
Complementary color
Monochromatic Colors of #E321FA
Black with #E321FA
Text Example
Text Example
White with #E321FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E321FA; }
p { color: rgb(227,33,250); }
H1.HeaderClassName
{
color: #E321FA;
}
.AnyTagClassName
{
color: #E321FA;
}
</style>
background-color css
<style>
a { background-color: #E321FA; }
a { background-color: rgb(227,33,250); }
div.DivClassName
{
background-color: #E321FA;
}
.BgClassName
{
background-color: #E321FA;
}
</style>
border-color css
<style>
span { border-color: #E321FA; }
span { border-color: rgb(227,33,250); }
td.TdClassName
{
border-color: #E321FA;
}
.TagClassName
{
border-color: #E321FA;
}
</style>