Shades of Psychedelic Purple #E821EB
Tints of Psychedelic Purple #E821EB
RGB
CMYK
RGB Variations
Color information
#E821EB (or 0xE821EB) is known color: Psychedelic Purple. HEX triplet: E8, 21 and EB. RGB value is (232,33,235). Sum of RGB (Red+Green+Blue) = 232+33+235=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #E821EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E821EB is #17DE14. Grayscale: #727272. Windows color (decimal): -1564181 or 15409640. OLE color: 15409640.
HSL color Cylindrical-coordinate representation of color #E821EB: hue angle of 299.11º 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 #E821EB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 33 | 235 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.08 |
| HSL | 299.11º | 0.83% | 0.53% | - |
| HSV(B) | 299.11º | 0.86% | 0.92% | - |
| XYZ | 48.82 | 24.24 | 80.7 | - |
| YUV | 115.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 235 | 0.01 | 0.86 | 0 | 0.08 | 299.11 | 0.83 | 0.53 |
| Hex | E8 | 21 | EB | 1 | 56 | 0 | 8 | 12B | 53 | 35 |
| Octal | 350 | 41 | 353 | 1 | 126 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11101000 | 100001 | 11101011 | 1 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E821EB
Complementary color
Monochromatic Colors of #E821EB
Black with #E821EB
Text Example
Text Example
White with #E821EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821EB; }
p { color: rgb(232,33,235); }
H1.HeaderClassName
{
color: #E821EB;
}
.AnyTagClassName
{
color: #E821EB;
}
</style>
background-color css
<style>
a { background-color: #E821EB; }
a { background-color: rgb(232,33,235); }
div.DivClassName
{
background-color: #E821EB;
}
.BgClassName
{
background-color: #E821EB;
}
</style>
border-color css
<style>
span { border-color: #E821EB; }
span { border-color: rgb(232,33,235); }
td.TdClassName
{
border-color: #E821EB;
}
.TagClassName
{
border-color: #E821EB;
}
</style>