Shades of Psychedelic Purple #E32CEF
Tints of Psychedelic Purple #E32CEF
RGB
CMYK
RGB Variations
Color information
#E32CEF (or 0xE32CEF) is known color: Psychedelic Purple. HEX triplet: E3, 2C and EF. RGB value is (227,44,239). Sum of RGB (Red+Green+Blue) = 227+44+239=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #E32CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32CEF is #1CD310. Grayscale: #787878. Windows color (decimal): -1889041 or 15674595. OLE color: 15674595.
HSL color Cylindrical-coordinate representation of color #E32CEF: hue angle of 296.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32CEF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 44 | 239 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.06 |
| HSL | 296.31º | 0.86% | 0.55% | - |
| HSV(B) | 296.31º | 0.82% | 0.94% | - |
| XYZ | 48.16 | 24.36 | 83.83 | - |
| YUV | 120.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 239 | 0.05 | 0.82 | 0 | 0.06 | 296.31 | 0.86 | 0.55 |
| Hex | E3 | 2C | EF | 5 | 52 | 0 | 6 | 128 | 56 | 37 |
| Octal | 343 | 54 | 357 | 5 | 122 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100011 | 101100 | 11101111 | 101 | 1010010 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E32CEF
Complementary color
Monochromatic Colors of #E32CEF
Black with #E32CEF
Text Example
Text Example
White with #E32CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CEF; }
p { color: rgb(227,44,239); }
H1.HeaderClassName
{
color: #E32CEF;
}
.AnyTagClassName
{
color: #E32CEF;
}
</style>
background-color css
<style>
a { background-color: #E32CEF; }
a { background-color: rgb(227,44,239); }
div.DivClassName
{
background-color: #E32CEF;
}
.BgClassName
{
background-color: #E32CEF;
}
</style>
border-color css
<style>
span { border-color: #E32CEF; }
span { border-color: rgb(227,44,239); }
td.TdClassName
{
border-color: #E32CEF;
}
.TagClassName
{
border-color: #E32CEF;
}
</style>