Shades of Psychedelic Purple #E223EC
Tints of Psychedelic Purple #E223EC
RGB
CMYK
RGB Variations
Color information
#E223EC (or 0xE223EC) is known color: Psychedelic Purple. HEX triplet: E2, 23 and EC. RGB value is (226,35,236). Sum of RGB (Red+Green+Blue) = 226+35+236=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #E223EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E223EC is #1DDC13. Grayscale: #727272. Windows color (decimal): -1956884 or 15475682. OLE color: 15475682.
HSL color Cylindrical-coordinate representation of color #E223EC: hue angle of 297.01º 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 #E223EC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 35 | 236 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.07 |
| HSL | 297.01º | 0.84% | 0.53% | - |
| HSV(B) | 297.01º | 0.85% | 0.93% | - |
| XYZ | 47.11 | 23.43 | 81.4 | - |
| YUV | 115.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 236 | 0.04 | 0.85 | 0 | 0.07 | 297.01 | 0.84 | 0.53 |
| Hex | E2 | 23 | EC | 4 | 55 | 0 | 7 | 129 | 54 | 35 |
| Octal | 342 | 43 | 354 | 4 | 125 | 0 | 7 | 451 | 124 | 65 |
| Binary | 11100010 | 100011 | 11101100 | 100 | 1010101 | 0 | 111 | 100101001 | 1010100 | 110101 |
Color Harmonies of #E223EC
Complementary color
Monochromatic Colors of #E223EC
Black with #E223EC
Text Example
Text Example
White with #E223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223EC; }
p { color: rgb(226,35,236); }
H1.HeaderClassName
{
color: #E223EC;
}
.AnyTagClassName
{
color: #E223EC;
}
</style>
background-color css
<style>
a { background-color: #E223EC; }
a { background-color: rgb(226,35,236); }
div.DivClassName
{
background-color: #E223EC;
}
.BgClassName
{
background-color: #E223EC;
}
</style>
border-color css
<style>
span { border-color: #E223EC; }
span { border-color: rgb(226,35,236); }
td.TdClassName
{
border-color: #E223EC;
}
.TagClassName
{
border-color: #E223EC;
}
</style>