Shades of Psychedelic Purple #EC20ED
Tints of Psychedelic Purple #EC20ED
RGB
CMYK
RGB Variations
Color information
#EC20ED (or 0xEC20ED) is known color: Psychedelic Purple. HEX triplet: EC, 20 and ED. RGB value is (236,32,237). Sum of RGB (Red+Green+Blue) = 236+32+237=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC20ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20ED is #13DF12. Grayscale: #737373. Windows color (decimal): -1302291 or 15540460. OLE color: 15540460.
HSL color Cylindrical-coordinate representation of color #EC20ED: hue angle of 299.71º degrees, saturation: 0.85, 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 #EC20ED is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 237 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.07 |
| HSL | 299.71º | 0.85% | 0.53% | - |
| HSV(B) | 299.71º | 0.86% | 0.93% | - |
| XYZ | 50.39 | 24.98 | 82.29 | - |
| YUV | 116.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 237 | 0.00 | 0.86 | 0 | 0.07 | 299.71 | 0.85 | 0.53 |
| Hex | EC | 20 | ED | 0 | 56 | 0 | 7 | 12C | 55 | 35 |
| Octal | 354 | 40 | 355 | 0 | 126 | 0 | 7 | 454 | 125 | 65 |
| Binary | 11101100 | 100000 | 11101101 | 0 | 1010110 | 0 | 111 | 100101100 | 1010101 | 110101 |
Color Harmonies of #EC20ED
Complementary color
Monochromatic Colors of #EC20ED
Black with #EC20ED
Text Example
Text Example
White with #EC20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20ED; }
p { color: rgb(236,32,237); }
H1.HeaderClassName
{
color: #EC20ED;
}
.AnyTagClassName
{
color: #EC20ED;
}
</style>
background-color css
<style>
a { background-color: #EC20ED; }
a { background-color: rgb(236,32,237); }
div.DivClassName
{
background-color: #EC20ED;
}
.BgClassName
{
background-color: #EC20ED;
}
</style>
border-color css
<style>
span { border-color: #EC20ED; }
span { border-color: rgb(236,32,237); }
td.TdClassName
{
border-color: #EC20ED;
}
.TagClassName
{
border-color: #EC20ED;
}
</style>