Shades of Psychedelic Purple #E323EC
Tints of Psychedelic Purple #E323EC
RGB
CMYK
RGB Variations
Color information
#E323EC (or 0xE323EC) is known color: Psychedelic Purple. HEX triplet: E3, 23 and EC. RGB value is (227,35,236). Sum of RGB (Red+Green+Blue) = 227+35+236=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #E323EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E323EC is #1CDC13. Grayscale: #727272. Windows color (decimal): -1891348 or 15475683. OLE color: 15475683.
HSL color Cylindrical-coordinate representation of color #E323EC: hue angle of 297.31º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E323EC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 35 | 236 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.07 |
| HSL | 297.31º | 0.84% | 0.53% | - |
| HSV(B) | 297.31º | 0.85% | 0.93% | - |
| XYZ | 47.42 | 23.59 | 81.41 | - |
| YUV | 115.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 236 | 0.04 | 0.85 | 0 | 0.07 | 297.31 | 0.84 | 0.53 |
| Hex | E3 | 23 | EC | 4 | 55 | 0 | 7 | 129 | 54 | 35 |
| Octal | 343 | 43 | 354 | 4 | 125 | 0 | 7 | 451 | 124 | 65 |
| Binary | 11100011 | 100011 | 11101100 | 100 | 1010101 | 0 | 111 | 100101001 | 1010100 | 110101 |
Color Harmonies of #E323EC
Complementary color
Monochromatic Colors of #E323EC
Black with #E323EC
Text Example
Text Example
White with #E323EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E323EC; }
p { color: rgb(227,35,236); }
H1.HeaderClassName
{
color: #E323EC;
}
.AnyTagClassName
{
color: #E323EC;
}
</style>
background-color css
<style>
a { background-color: #E323EC; }
a { background-color: rgb(227,35,236); }
div.DivClassName
{
background-color: #E323EC;
}
.BgClassName
{
background-color: #E323EC;
}
</style>
border-color css
<style>
span { border-color: #E323EC; }
span { border-color: rgb(227,35,236); }
td.TdClassName
{
border-color: #E323EC;
}
.TagClassName
{
border-color: #E323EC;
}
</style>