Shades of Psychedelic Purple #E621EF
Tints of Psychedelic Purple #E621EF
RGB
CMYK
RGB Variations
Color information
#E621EF (or 0xE621EF) is known color: Psychedelic Purple. HEX triplet: E6, 21 and EF. RGB value is (230,33,239). Sum of RGB (Red+Green+Blue) = 230+33+239=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #E621EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621EF is #19DE10. Grayscale: #727272. Windows color (decimal): -1695249 or 15671782. OLE color: 15671782.
HSL color Cylindrical-coordinate representation of color #E621EF: hue angle of 297.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621EF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 33 | 239 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.06 |
| HSL | 297.38º | 0.87% | 0.53% | - |
| HSV(B) | 297.38º | 0.86% | 0.94% | - |
| XYZ | 48.76 | 24.14 | 83.75 | - |
| YUV | 115.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 239 | 0.04 | 0.86 | 0 | 0.06 | 297.38 | 0.87 | 0.53 |
| Hex | E6 | 21 | EF | 4 | 56 | 0 | 6 | 129 | 57 | 35 |
| Octal | 346 | 41 | 357 | 4 | 126 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100110 | 100001 | 11101111 | 100 | 1010110 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E621EF
Complementary color
Monochromatic Colors of #E621EF
Black with #E621EF
Text Example
Text Example
White with #E621EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621EF; }
p { color: rgb(230,33,239); }
H1.HeaderClassName
{
color: #E621EF;
}
.AnyTagClassName
{
color: #E621EF;
}
</style>
background-color css
<style>
a { background-color: #E621EF; }
a { background-color: rgb(230,33,239); }
div.DivClassName
{
background-color: #E621EF;
}
.BgClassName
{
background-color: #E621EF;
}
</style>
border-color css
<style>
span { border-color: #E621EF; }
span { border-color: rgb(230,33,239); }
td.TdClassName
{
border-color: #E621EF;
}
.TagClassName
{
border-color: #E621EF;
}
</style>