Shades of Psychedelic Purple #E32DFA
Tints of Psychedelic Purple #E32DFA
RGB
CMYK
RGB Variations
Color information
#E32DFA (or 0xE32DFA) is known color: Psychedelic Purple. HEX triplet: E3, 2D and FA. RGB value is (227,45,250). Sum of RGB (Red+Green+Blue) = 227+45+250=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 45 (17.97% from 255 or 8.62% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #E32DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DFA is #1CD205. Grayscale: #7A7A7A. Windows color (decimal): -1888774 or 16395747. OLE color: 16395747.
HSL color Cylindrical-coordinate representation of color #E32DFA: hue angle of 293.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32DFA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 45 | 250 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.02 |
| HSL | 293.27º | 0.95% | 0.58% | - |
| HSV(B) | 293.27º | 0.82% | 0.98% | - |
| XYZ | 49.87 | 25.11 | 92.66 | - |
| YUV | 122.79 | 199.8 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 250 | 0.09 | 0.82 | 0 | 0.02 | 293.27 | 0.95 | 0.58 |
| Hex | E3 | 2D | FA | 9 | 52 | 0 | 2 | 125 | 5F | 3A |
| Octal | 343 | 55 | 372 | 11 | 122 | 0 | 2 | 445 | 137 | 72 |
| Binary | 11100011 | 101101 | 11111010 | 1001 | 1010010 | 0 | 10 | 100100101 | 1011111 | 111010 |
Color Harmonies of #E32DFA
Complementary color
Monochromatic Colors of #E32DFA
Black with #E32DFA
Text Example
Text Example
White with #E32DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DFA; }
p { color: rgb(227,45,250); }
H1.HeaderClassName
{
color: #E32DFA;
}
.AnyTagClassName
{
color: #E32DFA;
}
</style>
background-color css
<style>
a { background-color: #E32DFA; }
a { background-color: rgb(227,45,250); }
div.DivClassName
{
background-color: #E32DFA;
}
.BgClassName
{
background-color: #E32DFA;
}
</style>
border-color css
<style>
span { border-color: #E32DFA; }
span { border-color: rgb(227,45,250); }
td.TdClassName
{
border-color: #E32DFA;
}
.TagClassName
{
border-color: #E32DFA;
}
</style>