Shades of Psychedelic Purple #E622EF
Tints of Psychedelic Purple #E622EF
RGB
CMYK
RGB Variations
Color information
#E622EF (or 0xE622EF) is known color: Psychedelic Purple. HEX triplet: E6, 22 and EF. RGB value is (230,34,239). Sum of RGB (Red+Green+Blue) = 230+34+239=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 34 (13.67% from 255 or 6.76% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E622EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E622EF is #19DD10. Grayscale: #737373. Windows color (decimal): -1694993 or 15672038. OLE color: 15672038.
HSL color Cylindrical-coordinate representation of color #E622EF: hue angle of 297.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E622EF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 34 | 239 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.06 |
| HSL | 297.37º | 0.86% | 0.54% | - |
| HSV(B) | 297.37º | 0.86% | 0.94% | - |
| XYZ | 48.79 | 24.2 | 83.76 | - |
| YUV | 115.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 239 | 0.04 | 0.86 | 0 | 0.06 | 297.37 | 0.86 | 0.54 |
| Hex | E6 | 22 | EF | 4 | 56 | 0 | 6 | 129 | 56 | 36 |
| Octal | 346 | 42 | 357 | 4 | 126 | 0 | 6 | 451 | 126 | 66 |
| Binary | 11100110 | 100010 | 11101111 | 100 | 1010110 | 0 | 110 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E622EF
Complementary color
Monochromatic Colors of #E622EF
Black with #E622EF
Text Example
Text Example
White with #E622EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622EF; }
p { color: rgb(230,34,239); }
H1.HeaderClassName
{
color: #E622EF;
}
.AnyTagClassName
{
color: #E622EF;
}
</style>
background-color css
<style>
a { background-color: #E622EF; }
a { background-color: rgb(230,34,239); }
div.DivClassName
{
background-color: #E622EF;
}
.BgClassName
{
background-color: #E622EF;
}
</style>
border-color css
<style>
span { border-color: #E622EF; }
span { border-color: rgb(230,34,239); }
td.TdClassName
{
border-color: #E622EF;
}
.TagClassName
{
border-color: #E622EF;
}
</style>