Shades of Psychedelic Purple #E32AED
Tints of Psychedelic Purple #E32AED
RGB
CMYK
RGB Variations
Color information
#E32AED (or 0xE32AED) is known color: Psychedelic Purple. HEX triplet: E3, 2A and ED. RGB value is (227,42,237). Sum of RGB (Red+Green+Blue) = 227+42+237=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #E32AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AED is #1CD512. Grayscale: #767676. Windows color (decimal): -1889555 or 15543011. OLE color: 15543011.
HSL color Cylindrical-coordinate representation of color #E32AED: hue angle of 296.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32AED is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 42 | 237 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.07 |
| HSL | 296.92º | 0.84% | 0.55% | - |
| HSV(B) | 296.92º | 0.82% | 0.93% | - |
| XYZ | 47.79 | 24.1 | 82.25 | - |
| YUV | 119.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 237 | 0.04 | 0.82 | 0 | 0.07 | 296.92 | 0.84 | 0.55 |
| Hex | E3 | 2A | ED | 4 | 52 | 0 | 7 | 129 | 54 | 37 |
| Octal | 343 | 52 | 355 | 4 | 122 | 0 | 7 | 451 | 124 | 67 |
| Binary | 11100011 | 101010 | 11101101 | 100 | 1010010 | 0 | 111 | 100101001 | 1010100 | 110111 |
Color Harmonies of #E32AED
Complementary color
Monochromatic Colors of #E32AED
Black with #E32AED
Text Example
Text Example
White with #E32AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AED; }
p { color: rgb(227,42,237); }
H1.HeaderClassName
{
color: #E32AED;
}
.AnyTagClassName
{
color: #E32AED;
}
</style>
background-color css
<style>
a { background-color: #E32AED; }
a { background-color: rgb(227,42,237); }
div.DivClassName
{
background-color: #E32AED;
}
.BgClassName
{
background-color: #E32AED;
}
</style>
border-color css
<style>
span { border-color: #E32AED; }
span { border-color: rgb(227,42,237); }
td.TdClassName
{
border-color: #E32AED;
}
.TagClassName
{
border-color: #E32AED;
}
</style>