Shades of Psychedelic Purple #E32AEF
Tints of Psychedelic Purple #E32AEF
RGB
CMYK
RGB Variations
Color information
#E32AEF (or 0xE32AEF) is known color: Psychedelic Purple. HEX triplet: E3, 2A and EF. RGB value is (227,42,239). Sum of RGB (Red+Green+Blue) = 227+42+239=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #E32AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AEF is #1CD510. Grayscale: #777777. Windows color (decimal): -1889553 or 15674083. OLE color: 15674083.
HSL color Cylindrical-coordinate representation of color #E32AEF: hue angle of 296.35º 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 #E32AEF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 42 | 239 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.06 |
| HSL | 296.35º | 0.86% | 0.55% | - |
| HSV(B) | 296.35º | 0.82% | 0.94% | - |
| XYZ | 48.09 | 24.22 | 83.8 | - |
| YUV | 119.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 239 | 0.05 | 0.82 | 0 | 0.06 | 296.35 | 0.86 | 0.55 |
| Hex | E3 | 2A | EF | 5 | 52 | 0 | 6 | 128 | 56 | 37 |
| Octal | 343 | 52 | 357 | 5 | 122 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100011 | 101010 | 11101111 | 101 | 1010010 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E32AEF
Complementary color
Monochromatic Colors of #E32AEF
Black with #E32AEF
Text Example
Text Example
White with #E32AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AEF; }
p { color: rgb(227,42,239); }
H1.HeaderClassName
{
color: #E32AEF;
}
.AnyTagClassName
{
color: #E32AEF;
}
</style>
background-color css
<style>
a { background-color: #E32AEF; }
a { background-color: rgb(227,42,239); }
div.DivClassName
{
background-color: #E32AEF;
}
.BgClassName
{
background-color: #E32AEF;
}
</style>
border-color css
<style>
span { border-color: #E32AEF; }
span { border-color: rgb(227,42,239); }
td.TdClassName
{
border-color: #E32AEF;
}
.TagClassName
{
border-color: #E32AEF;
}
</style>