Shades of Psychedelic Purple #E921EE
Tints of Psychedelic Purple #E921EE
RGB
CMYK
RGB Variations
Color information
#E921EE (or 0xE921EE) is known color: Psychedelic Purple. HEX triplet: E9, 21 and EE. RGB value is (233,33,238). Sum of RGB (Red+Green+Blue) = 233+33+238=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #E921EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921EE is #16DE11. Grayscale: #737373. Windows color (decimal): -1498642 or 15606249. OLE color: 15606249.
HSL color Cylindrical-coordinate representation of color #E921EE: hue angle of 298.54º degrees, saturation: 0.86, 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 #E921EE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 33 | 238 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.07 |
| HSL | 298.54º | 0.86% | 0.53% | - |
| HSV(B) | 298.54º | 0.86% | 0.93% | - |
| XYZ | 49.58 | 24.58 | 83.02 | - |
| YUV | 116.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 238 | 0.02 | 0.86 | 0 | 0.07 | 298.54 | 0.86 | 0.53 |
| Hex | E9 | 21 | EE | 2 | 56 | 0 | 7 | 12B | 56 | 35 |
| Octal | 351 | 41 | 356 | 2 | 126 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101001 | 100001 | 11101110 | 10 | 1010110 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #E921EE
Complementary color
Monochromatic Colors of #E921EE
Black with #E921EE
Text Example
Text Example
White with #E921EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921EE; }
p { color: rgb(233,33,238); }
H1.HeaderClassName
{
color: #E921EE;
}
.AnyTagClassName
{
color: #E921EE;
}
</style>
background-color css
<style>
a { background-color: #E921EE; }
a { background-color: rgb(233,33,238); }
div.DivClassName
{
background-color: #E921EE;
}
.BgClassName
{
background-color: #E921EE;
}
</style>
border-color css
<style>
span { border-color: #E921EE; }
span { border-color: rgb(233,33,238); }
td.TdClassName
{
border-color: #E921EE;
}
.TagClassName
{
border-color: #E921EE;
}
</style>