Shades of Psychedelic Purple #EC10EC
Tints of Psychedelic Purple #EC10EC
RGB
CMYK
RGB Variations
Color information
#EC10EC (or 0xEC10EC) is known color: Psychedelic Purple. HEX triplet: EC, 10 and EC. RGB value is (236,16,236). Sum of RGB (Red+Green+Blue) = 236+16+236=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10EC is #13EF13. Grayscale: #6A6A6A. Windows color (decimal): -1306388 or 15470828. OLE color: 15470828.
HSL color Cylindrical-coordinate representation of color #EC10EC: hue angle of 300º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10EC is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 236 | - |
| CMYK | 0 | 0.93 | 0 | 0.07 |
| HSL | 300º | 0.87% | 0.49% | - |
| HSV(B) | 300º | 0.93% | 0.93% | - |
| XYZ | 49.92 | 24.26 | 81.41 | - |
| YUV | 106.86 | 200.89 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 236 | 0 | 0.93 | 0 | 0.07 | 300 | 0.87 | 0.49 |
| Hex | EC | 10 | EC | 0 | 5D | 0 | 7 | 12C | 57 | 31 |
| Octal | 354 | 20 | 354 | 0 | 135 | 0 | 7 | 454 | 127 | 61 |
| Binary | 11101100 | 10000 | 11101100 | 0 | 1011101 | 0 | 111 | 100101100 | 1010111 | 110001 |
Color Harmonies of #EC10EC
Complementary color
Monochromatic Colors of #EC10EC
Black with #EC10EC
Text Example
Text Example
White with #EC10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10EC; }
p { color: rgb(236,16,236); }
H1.HeaderClassName
{
color: #EC10EC;
}
.AnyTagClassName
{
color: #EC10EC;
}
</style>
background-color css
<style>
a { background-color: #EC10EC; }
a { background-color: rgb(236,16,236); }
div.DivClassName
{
background-color: #EC10EC;
}
.BgClassName
{
background-color: #EC10EC;
}
</style>
border-color css
<style>
span { border-color: #EC10EC; }
span { border-color: rgb(236,16,236); }
td.TdClassName
{
border-color: #EC10EC;
}
.TagClassName
{
border-color: #EC10EC;
}
</style>