Shades of Psychedelic Purple #E921EB
Tints of Psychedelic Purple #E921EB
RGB
CMYK
RGB Variations
Color information
#E921EB (or 0xE921EB) is known color: Psychedelic Purple. HEX triplet: E9, 21 and EB. RGB value is (233,33,235). Sum of RGB (Red+Green+Blue) = 233+33+235=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #E921EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921EB is #16DE14. Grayscale: #737373. Windows color (decimal): -1498645 or 15409641. OLE color: 15409641.
HSL color Cylindrical-coordinate representation of color #E921EB: hue angle of 299.41º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921EB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 33 | 235 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.08 |
| HSL | 299.41º | 0.83% | 0.53% | - |
| HSV(B) | 299.41º | 0.86% | 0.92% | - |
| XYZ | 49.14 | 24.41 | 80.72 | - |
| YUV | 115.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 235 | 0.01 | 0.86 | 0 | 0.08 | 299.41 | 0.83 | 0.53 |
| Hex | E9 | 21 | EB | 1 | 56 | 0 | 8 | 12B | 53 | 35 |
| Octal | 351 | 41 | 353 | 1 | 126 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11101001 | 100001 | 11101011 | 1 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E921EB
Complementary color
Monochromatic Colors of #E921EB
Black with #E921EB
Text Example
Text Example
White with #E921EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921EB; }
p { color: rgb(233,33,235); }
H1.HeaderClassName
{
color: #E921EB;
}
.AnyTagClassName
{
color: #E921EB;
}
</style>
background-color css
<style>
a { background-color: #E921EB; }
a { background-color: rgb(233,33,235); }
div.DivClassName
{
background-color: #E921EB;
}
.BgClassName
{
background-color: #E921EB;
}
</style>
border-color css
<style>
span { border-color: #E921EB; }
span { border-color: rgb(233,33,235); }
td.TdClassName
{
border-color: #E921EB;
}
.TagClassName
{
border-color: #E921EB;
}
</style>