Shades of Psychedelic Purple #E32BEF
Tints of Psychedelic Purple #E32BEF
RGB
CMYK
RGB Variations
Color information
#E32BEF (or 0xE32BEF) is known color: Psychedelic Purple. HEX triplet: E3, 2B and EF. RGB value is (227,43,239). Sum of RGB (Red+Green+Blue) = 227+43+239=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 43 (17.19% from 255 or 8.45% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #E32BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32BEF is #1CD410. Grayscale: #777777. Windows color (decimal): -1889297 or 15674339. OLE color: 15674339.
HSL color Cylindrical-coordinate representation of color #E32BEF: hue angle of 296.33º 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 #E32BEF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 43 | 239 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.06 |
| HSL | 296.33º | 0.86% | 0.55% | - |
| HSV(B) | 296.33º | 0.82% | 0.94% | - |
| XYZ | 48.12 | 24.29 | 83.81 | - |
| YUV | 120.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 239 | 0.05 | 0.82 | 0 | 0.06 | 296.33 | 0.86 | 0.55 |
| Hex | E3 | 2B | EF | 5 | 52 | 0 | 6 | 128 | 56 | 37 |
| Octal | 343 | 53 | 357 | 5 | 122 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100011 | 101011 | 11101111 | 101 | 1010010 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E32BEF
Complementary color
Monochromatic Colors of #E32BEF
Black with #E32BEF
Text Example
Text Example
White with #E32BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BEF; }
p { color: rgb(227,43,239); }
H1.HeaderClassName
{
color: #E32BEF;
}
.AnyTagClassName
{
color: #E32BEF;
}
</style>
background-color css
<style>
a { background-color: #E32BEF; }
a { background-color: rgb(227,43,239); }
div.DivClassName
{
background-color: #E32BEF;
}
.BgClassName
{
background-color: #E32BEF;
}
</style>
border-color css
<style>
span { border-color: #E32BEF; }
span { border-color: rgb(227,43,239); }
td.TdClassName
{
border-color: #E32BEF;
}
.TagClassName
{
border-color: #E32BEF;
}
</style>