Shades of Psychedelic Purple #E32CFA
Tints of Psychedelic Purple #E32CFA
RGB
CMYK
RGB Variations
Color information
#E32CFA (or 0xE32CFA) is known color: Psychedelic Purple. HEX triplet: E3, 2C and FA. RGB value is (227,44,250). Sum of RGB (Red+Green+Blue) = 227+44+250=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 44 (17.58% from 255 or 8.45% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #E32CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32CFA is #1CD305. Grayscale: #797979. Windows color (decimal): -1889030 or 16395491. OLE color: 16395491.
HSL color Cylindrical-coordinate representation of color #E32CFA: hue angle of 293.3º 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 #E32CFA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 44 | 250 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.02 |
| HSL | 293.3º | 0.95% | 0.58% | - |
| HSV(B) | 293.3º | 0.82% | 0.98% | - |
| XYZ | 49.83 | 25.03 | 92.65 | - |
| YUV | 122.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 250 | 0.09 | 0.82 | 0 | 0.02 | 293.3 | 0.95 | 0.58 |
| Hex | E3 | 2C | FA | 9 | 52 | 0 | 2 | 125 | 5F | 3A |
| Octal | 343 | 54 | 372 | 11 | 122 | 0 | 2 | 445 | 137 | 72 |
| Binary | 11100011 | 101100 | 11111010 | 1001 | 1010010 | 0 | 10 | 100100101 | 1011111 | 111010 |
Color Harmonies of #E32CFA
Complementary color
Monochromatic Colors of #E32CFA
Black with #E32CFA
Text Example
Text Example
White with #E32CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CFA; }
p { color: rgb(227,44,250); }
H1.HeaderClassName
{
color: #E32CFA;
}
.AnyTagClassName
{
color: #E32CFA;
}
</style>
background-color css
<style>
a { background-color: #E32CFA; }
a { background-color: rgb(227,44,250); }
div.DivClassName
{
background-color: #E32CFA;
}
.BgClassName
{
background-color: #E32CFA;
}
</style>
border-color css
<style>
span { border-color: #E32CFA; }
span { border-color: rgb(227,44,250); }
td.TdClassName
{
border-color: #E32CFA;
}
.TagClassName
{
border-color: #E32CFA;
}
</style>