Shades of Psychedelic Purple #E023EC
Tints of Psychedelic Purple #E023EC
RGB
CMYK
RGB Variations
Color information
#E023EC (or 0xE023EC) is known color: Psychedelic Purple. HEX triplet: E0, 23 and EC. RGB value is (224,35,236). Sum of RGB (Red+Green+Blue) = 224+35+236=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #E023EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E023EC is #1FDC13. Grayscale: #717171. Windows color (decimal): -2087956 or 15475680. OLE color: 15475680.
HSL color Cylindrical-coordinate representation of color #E023EC: hue angle of 296.42º 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 #E023EC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 35 | 236 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.07 |
| HSL | 296.42º | 0.84% | 0.53% | - |
| HSV(B) | 296.42º | 0.85% | 0.93% | - |
| XYZ | 46.48 | 23.11 | 81.37 | - |
| YUV | 114.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 236 | 0.05 | 0.85 | 0 | 0.07 | 296.42 | 0.84 | 0.53 |
| Hex | E0 | 23 | EC | 5 | 55 | 0 | 7 | 128 | 54 | 35 |
| Octal | 340 | 43 | 354 | 5 | 125 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11100000 | 100011 | 11101100 | 101 | 1010101 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #E023EC
Complementary color
Monochromatic Colors of #E023EC
Black with #E023EC
Text Example
Text Example
White with #E023EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023EC; }
p { color: rgb(224,35,236); }
H1.HeaderClassName
{
color: #E023EC;
}
.AnyTagClassName
{
color: #E023EC;
}
</style>
background-color css
<style>
a { background-color: #E023EC; }
a { background-color: rgb(224,35,236); }
div.DivClassName
{
background-color: #E023EC;
}
.BgClassName
{
background-color: #E023EC;
}
</style>
border-color css
<style>
span { border-color: #E023EC; }
span { border-color: rgb(224,35,236); }
td.TdClassName
{
border-color: #E023EC;
}
.TagClassName
{
border-color: #E023EC;
}
</style>