Shades of Psychedelic Purple #E921EC
Tints of Psychedelic Purple #E921EC
RGB
CMYK
RGB Variations
Color information
#E921EC (or 0xE921EC) is known color: Psychedelic Purple. HEX triplet: E9, 21 and EC. RGB value is (233,33,236). Sum of RGB (Red+Green+Blue) = 233+33+236=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #E921EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921EC is #16DE13. Grayscale: #737373. Windows color (decimal): -1498644 or 15475177. OLE color: 15475177.
HSL color Cylindrical-coordinate representation of color #E921EC: hue angle of 299.11º 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 #E921EC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 33 | 236 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.07 |
| HSL | 299.11º | 0.84% | 0.53% | - |
| HSV(B) | 299.11º | 0.86% | 0.93% | - |
| XYZ | 49.29 | 24.47 | 81.48 | - |
| YUV | 115.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 236 | 0.01 | 0.86 | 0 | 0.07 | 299.11 | 0.84 | 0.53 |
| Hex | E9 | 21 | EC | 1 | 56 | 0 | 7 | 12B | 54 | 35 |
| Octal | 351 | 41 | 354 | 1 | 126 | 0 | 7 | 453 | 124 | 65 |
| Binary | 11101001 | 100001 | 11101100 | 1 | 1010110 | 0 | 111 | 100101011 | 1010100 | 110101 |
Color Harmonies of #E921EC
Complementary color
Monochromatic Colors of #E921EC
Black with #E921EC
Text Example
Text Example
White with #E921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921EC; }
p { color: rgb(233,33,236); }
H1.HeaderClassName
{
color: #E921EC;
}
.AnyTagClassName
{
color: #E921EC;
}
</style>
background-color css
<style>
a { background-color: #E921EC; }
a { background-color: rgb(233,33,236); }
div.DivClassName
{
background-color: #E921EC;
}
.BgClassName
{
background-color: #E921EC;
}
</style>
border-color css
<style>
span { border-color: #E921EC; }
span { border-color: rgb(233,33,236); }
td.TdClassName
{
border-color: #E921EC;
}
.TagClassName
{
border-color: #E921EC;
}
</style>