Shades of Psychedelic Purple #EC1AEC
Tints of Psychedelic Purple #EC1AEC
RGB
CMYK
RGB Variations
Color information
#EC1AEC (or 0xEC1AEC) is known color: Psychedelic Purple. HEX triplet: EC, 1A and EC. RGB value is (236,26,236). Sum of RGB (Red+Green+Blue) = 236+26+236=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC1AEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AEC is #13E513. Grayscale: #707070. Windows color (decimal): -1303828 or 15473388. OLE color: 15473388.
HSL color Cylindrical-coordinate representation of color #EC1AEC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1AEC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 236 | - |
| CMYK | 0 | 0.89 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.51% | - |
| HSV(B) | 300º | 0.89% | 0.93% | - |
| XYZ | 50.1 | 24.63 | 81.47 | - |
| YUV | 112.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 236 | 0 | 0.89 | 0 | 0.07 | 300 | 0.85 | 0.51 |
| Hex | EC | 1A | EC | 0 | 59 | 0 | 7 | 12C | 55 | 33 |
| Octal | 354 | 32 | 354 | 0 | 131 | 0 | 7 | 454 | 125 | 63 |
| Binary | 11101100 | 11010 | 11101100 | 0 | 1011001 | 0 | 111 | 100101100 | 1010101 | 110011 |
Color Harmonies of #EC1AEC
Complementary color
Monochromatic Colors of #EC1AEC
Black with #EC1AEC
Text Example
Text Example
White with #EC1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AEC; }
p { color: rgb(236,26,236); }
H1.HeaderClassName
{
color: #EC1AEC;
}
.AnyTagClassName
{
color: #EC1AEC;
}
</style>
background-color css
<style>
a { background-color: #EC1AEC; }
a { background-color: rgb(236,26,236); }
div.DivClassName
{
background-color: #EC1AEC;
}
.BgClassName
{
background-color: #EC1AEC;
}
</style>
border-color css
<style>
span { border-color: #EC1AEC; }
span { border-color: rgb(236,26,236); }
td.TdClassName
{
border-color: #EC1AEC;
}
.TagClassName
{
border-color: #EC1AEC;
}
</style>