Shades of Psychedelic Purple #EC20EC
Tints of Psychedelic Purple #EC20EC
RGB
CMYK
RGB Variations
Color information
#EC20EC (or 0xEC20EC) is known color: Psychedelic Purple. HEX triplet: EC, 20 and EC. RGB value is (236,32,236). Sum of RGB (Red+Green+Blue) = 236+32+236=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20EC is #13DF13. Grayscale: #737373. Windows color (decimal): -1302292 or 15474924. OLE color: 15474924.
HSL color Cylindrical-coordinate representation of color #EC20EC: hue angle of 300º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20EC is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 236 | - |
| CMYK | 0 | 0.86 | 0 | 0.07 |
| HSL | 300º | 0.84% | 0.53% | - |
| HSV(B) | 300º | 0.86% | 0.93% | - |
| XYZ | 50.25 | 24.92 | 81.52 | - |
| YUV | 116.25 | 195.59 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 236 | 0 | 0.86 | 0 | 0.07 | 300 | 0.84 | 0.53 |
| Hex | EC | 20 | EC | 0 | 56 | 0 | 7 | 12C | 54 | 35 |
| Octal | 354 | 40 | 354 | 0 | 126 | 0 | 7 | 454 | 124 | 65 |
| Binary | 11101100 | 100000 | 11101100 | 0 | 1010110 | 0 | 111 | 100101100 | 1010100 | 110101 |
Color Harmonies of #EC20EC
Complementary color
Monochromatic Colors of #EC20EC
Black with #EC20EC
Text Example
Text Example
White with #EC20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20EC; }
p { color: rgb(236,32,236); }
H1.HeaderClassName
{
color: #EC20EC;
}
.AnyTagClassName
{
color: #EC20EC;
}
</style>
background-color css
<style>
a { background-color: #EC20EC; }
a { background-color: rgb(236,32,236); }
div.DivClassName
{
background-color: #EC20EC;
}
.BgClassName
{
background-color: #EC20EC;
}
</style>
border-color css
<style>
span { border-color: #EC20EC; }
span { border-color: rgb(236,32,236); }
td.TdClassName
{
border-color: #EC20EC;
}
.TagClassName
{
border-color: #EC20EC;
}
</style>