Shades of Psychedelic Purple #E621EC
Tints of Psychedelic Purple #E621EC
RGB
CMYK
RGB Variations
Color information
#E621EC (or 0xE621EC) is known color: Psychedelic Purple. HEX triplet: E6, 21 and EC. RGB value is (230,33,236). Sum of RGB (Red+Green+Blue) = 230+33+236=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #E621EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621EC is #19DE13. Grayscale: #727272. Windows color (decimal): -1695252 or 15475174. OLE color: 15475174.
HSL color Cylindrical-coordinate representation of color #E621EC: hue angle of 298.23º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621EC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 33 | 236 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 298.23º | 0.84% | 0.53% | - |
| HSV(B) | 298.23º | 0.86% | 0.93% | - |
| XYZ | 48.32 | 23.97 | 81.44 | - |
| YUV | 115.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 236 | 0.03 | 0.86 | 0 | 0.07 | 298.23 | 0.84 | 0.53 |
| Hex | E6 | 21 | EC | 3 | 56 | 0 | 7 | 12A | 54 | 35 |
| Octal | 346 | 41 | 354 | 3 | 126 | 0 | 7 | 452 | 124 | 65 |
| Binary | 11100110 | 100001 | 11101100 | 11 | 1010110 | 0 | 111 | 100101010 | 1010100 | 110101 |
Color Harmonies of #E621EC
Complementary color
Monochromatic Colors of #E621EC
Black with #E621EC
Text Example
Text Example
White with #E621EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621EC; }
p { color: rgb(230,33,236); }
H1.HeaderClassName
{
color: #E621EC;
}
.AnyTagClassName
{
color: #E621EC;
}
</style>
background-color css
<style>
a { background-color: #E621EC; }
a { background-color: rgb(230,33,236); }
div.DivClassName
{
background-color: #E621EC;
}
.BgClassName
{
background-color: #E621EC;
}
</style>
border-color css
<style>
span { border-color: #E621EC; }
span { border-color: rgb(230,33,236); }
td.TdClassName
{
border-color: #E621EC;
}
.TagClassName
{
border-color: #E621EC;
}
</style>