Shades of Psychedelic Purple #EC1DEC
Tints of Psychedelic Purple #EC1DEC
RGB
CMYK
RGB Variations
Color information
#EC1DEC (or 0xEC1DEC) is known color: Psychedelic Purple. HEX triplet: EC, 1D and EC. RGB value is (236,29,236). Sum of RGB (Red+Green+Blue) = 236+29+236=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC1DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DEC is #13E213. Grayscale: #717171. Windows color (decimal): -1303060 or 15474156. OLE color: 15474156.
HSL color Cylindrical-coordinate representation of color #EC1DEC: hue angle of 300º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DEC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 236 | - |
| CMYK | 0 | 0.88 | 0 | 0.07 |
| HSL | 300º | 0.84% | 0.52% | - |
| HSV(B) | 300º | 0.88% | 0.93% | - |
| XYZ | 50.17 | 24.77 | 81.49 | - |
| YUV | 114.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 236 | 0 | 0.88 | 0 | 0.07 | 300 | 0.84 | 0.52 |
| Hex | EC | 1D | EC | 0 | 58 | 0 | 7 | 12C | 54 | 34 |
| Octal | 354 | 35 | 354 | 0 | 130 | 0 | 7 | 454 | 124 | 64 |
| Binary | 11101100 | 11101 | 11101100 | 0 | 1011000 | 0 | 111 | 100101100 | 1010100 | 110100 |
Color Harmonies of #EC1DEC
Complementary color
Monochromatic Colors of #EC1DEC
Black with #EC1DEC
Text Example
Text Example
White with #EC1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DEC; }
p { color: rgb(236,29,236); }
H1.HeaderClassName
{
color: #EC1DEC;
}
.AnyTagClassName
{
color: #EC1DEC;
}
</style>
background-color css
<style>
a { background-color: #EC1DEC; }
a { background-color: rgb(236,29,236); }
div.DivClassName
{
background-color: #EC1DEC;
}
.BgClassName
{
background-color: #EC1DEC;
}
</style>
border-color css
<style>
span { border-color: #EC1DEC; }
span { border-color: rgb(236,29,236); }
td.TdClassName
{
border-color: #EC1DEC;
}
.TagClassName
{
border-color: #EC1DEC;
}
</style>