Shades of Psychedelic Purple #E32DEC
Tints of Psychedelic Purple #E32DEC
RGB
CMYK
RGB Variations
Color information
#E32DEC (or 0xE32DEC) is known color: Psychedelic Purple. HEX triplet: E3, 2D and EC. RGB value is (227,45,236). Sum of RGB (Red+Green+Blue) = 227+45+236=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #E32DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DEC is #1CD213. Grayscale: #787878. Windows color (decimal): -1888788 or 15478243. OLE color: 15478243.
HSL color Cylindrical-coordinate representation of color #E32DEC: hue angle of 297.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32DEC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 45 | 236 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.07 |
| HSL | 297.17º | 0.83% | 0.55% | - |
| HSV(B) | 297.17º | 0.81% | 0.93% | - |
| XYZ | 47.76 | 24.26 | 81.52 | - |
| YUV | 121.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 236 | 0.04 | 0.81 | 0 | 0.07 | 297.17 | 0.83 | 0.55 |
| Hex | E3 | 2D | EC | 4 | 51 | 0 | 7 | 129 | 53 | 37 |
| Octal | 343 | 55 | 354 | 4 | 121 | 0 | 7 | 451 | 123 | 67 |
| Binary | 11100011 | 101101 | 11101100 | 100 | 1010001 | 0 | 111 | 100101001 | 1010011 | 110111 |
Color Harmonies of #E32DEC
Complementary color
Monochromatic Colors of #E32DEC
Black with #E32DEC
Text Example
Text Example
White with #E32DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DEC; }
p { color: rgb(227,45,236); }
H1.HeaderClassName
{
color: #E32DEC;
}
.AnyTagClassName
{
color: #E32DEC;
}
</style>
background-color css
<style>
a { background-color: #E32DEC; }
a { background-color: rgb(227,45,236); }
div.DivClassName
{
background-color: #E32DEC;
}
.BgClassName
{
background-color: #E32DEC;
}
</style>
border-color css
<style>
span { border-color: #E32DEC; }
span { border-color: rgb(227,45,236); }
td.TdClassName
{
border-color: #E32DEC;
}
.TagClassName
{
border-color: #E32DEC;
}
</style>