Shades of Psychedelic Purple #E320EB
Tints of Psychedelic Purple #E320EB
RGB
CMYK
RGB Variations
Color information
#E320EB (or 0xE320EB) is known color: Psychedelic Purple. HEX triplet: E3, 20 and EB. RGB value is (227,32,235). Sum of RGB (Red+Green+Blue) = 227+32+235=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #E320EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320EB is #1CDF14. Grayscale: #707070. Windows color (decimal): -1892117 or 15409379. OLE color: 15409379.
HSL color Cylindrical-coordinate representation of color #E320EB: hue angle of 297.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320EB is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 32 | 235 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.08 |
| HSL | 297.64º | 0.84% | 0.52% | - |
| HSV(B) | 297.64º | 0.86% | 0.92% | - |
| XYZ | 47.19 | 23.36 | 80.62 | - |
| YUV | 113.45 | 196.6 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 235 | 0.03 | 0.86 | 0 | 0.08 | 297.64 | 0.84 | 0.52 |
| Hex | E3 | 20 | EB | 3 | 56 | 0 | 8 | 12A | 54 | 34 |
| Octal | 343 | 40 | 353 | 3 | 126 | 0 | 10 | 452 | 124 | 64 |
| Binary | 11100011 | 100000 | 11101011 | 11 | 1010110 | 0 | 1000 | 100101010 | 1010100 | 110100 |
Color Harmonies of #E320EB
Complementary color
Monochromatic Colors of #E320EB
Black with #E320EB
Text Example
Text Example
White with #E320EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320EB; }
p { color: rgb(227,32,235); }
H1.HeaderClassName
{
color: #E320EB;
}
.AnyTagClassName
{
color: #E320EB;
}
</style>
background-color css
<style>
a { background-color: #E320EB; }
a { background-color: rgb(227,32,235); }
div.DivClassName
{
background-color: #E320EB;
}
.BgClassName
{
background-color: #E320EB;
}
</style>
border-color css
<style>
span { border-color: #E320EB; }
span { border-color: rgb(227,32,235); }
td.TdClassName
{
border-color: #E320EB;
}
.TagClassName
{
border-color: #E320EB;
}
</style>