Shades of Psychedelic Purple #EC1CEC
Tints of Psychedelic Purple #EC1CEC
RGB
CMYK
RGB Variations
Color information
#EC1CEC (or 0xEC1CEC) is known color: Psychedelic Purple. HEX triplet: EC, 1C and EC. RGB value is (236,28,236). Sum of RGB (Red+Green+Blue) = 236+28+236=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC1CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CEC is #13E313. Grayscale: #717171. Windows color (decimal): -1303316 or 15473900. OLE color: 15473900.
HSL color Cylindrical-coordinate representation of color #EC1CEC: hue angle of 300º degrees, saturation: 0.85, 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 #EC1CEC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 236 | - |
| CMYK | 0 | 0.88 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.52% | - |
| HSV(B) | 300º | 0.88% | 0.93% | - |
| XYZ | 50.15 | 24.72 | 81.49 | - |
| YUV | 113.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 236 | 0 | 0.88 | 0 | 0.07 | 300 | 0.85 | 0.52 |
| Hex | EC | 1C | EC | 0 | 58 | 0 | 7 | 12C | 55 | 34 |
| Octal | 354 | 34 | 354 | 0 | 130 | 0 | 7 | 454 | 125 | 64 |
| Binary | 11101100 | 11100 | 11101100 | 0 | 1011000 | 0 | 111 | 100101100 | 1010101 | 110100 |
Color Harmonies of #EC1CEC
Complementary color
Monochromatic Colors of #EC1CEC
Black with #EC1CEC
Text Example
Text Example
White with #EC1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CEC; }
p { color: rgb(236,28,236); }
H1.HeaderClassName
{
color: #EC1CEC;
}
.AnyTagClassName
{
color: #EC1CEC;
}
</style>
background-color css
<style>
a { background-color: #EC1CEC; }
a { background-color: rgb(236,28,236); }
div.DivClassName
{
background-color: #EC1CEC;
}
.BgClassName
{
background-color: #EC1CEC;
}
</style>
border-color css
<style>
span { border-color: #EC1CEC; }
span { border-color: rgb(236,28,236); }
td.TdClassName
{
border-color: #EC1CEC;
}
.TagClassName
{
border-color: #EC1CEC;
}
</style>