Shades of Psychedelic Purple #E32CFF
Tints of Psychedelic Purple #E32CFF
RGB
CMYK
RGB Variations
Color information
#E32CFF (or 0xE32CFF) is known color: Psychedelic Purple. HEX triplet: E3, 2C and FF. RGB value is (227,44,255). Sum of RGB (Red+Green+Blue) = 227+44+255=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 44 (17.58% from 255 or 8.37% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E32CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32CFF is #1CD300. Grayscale: #7A7A7A. Windows color (decimal): -1889025 or 16723171. OLE color: 16723171.
HSL color Cylindrical-coordinate representation of color #E32CFF: hue angle of 292.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32CFF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 44 | 255 | - |
| CMYK | 0.11 | 0.83 | 0 | 0 |
| HSL | 292.04º | 1% | 0.59% | - |
| HSV(B) | 292.04º | 0.83% | 1% | - |
| XYZ | 50.63 | 25.35 | 96.83 | - |
| YUV | 122.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 255 | 0.11 | 0.83 | 0 | 0 | 292.04 | 1 | 0.59 |
| Hex | E3 | 2C | FF | B | 53 | 0 | 0 | 124 | 64 | 3B |
| Octal | 343 | 54 | 377 | 13 | 123 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100011 | 101100 | 11111111 | 1011 | 1010011 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E32CFF
Complementary color
Monochromatic Colors of #E32CFF
Black with #E32CFF
Text Example
Text Example
White with #E32CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CFF; }
p { color: rgb(227,44,255); }
H1.HeaderClassName
{
color: #E32CFF;
}
.AnyTagClassName
{
color: #E32CFF;
}
</style>
background-color css
<style>
a { background-color: #E32CFF; }
a { background-color: rgb(227,44,255); }
div.DivClassName
{
background-color: #E32CFF;
}
.BgClassName
{
background-color: #E32CFF;
}
</style>
border-color css
<style>
span { border-color: #E32CFF; }
span { border-color: rgb(227,44,255); }
td.TdClassName
{
border-color: #E32CFF;
}
.TagClassName
{
border-color: #E32CFF;
}
</style>