Shades of Psychedelic Purple #EC16FE
Tints of Psychedelic Purple #EC16FE
RGB
CMYK
RGB Variations
Color information
#EC16FE (or 0xEC16FE) is known color: Psychedelic Purple. HEX triplet: EC, 16 and FE. RGB value is (236,22,254). Sum of RGB (Red+Green+Blue) = 236+22+254=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC16FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC16FE is #13E901. Grayscale: #6F6F6F. Windows color (decimal): -1304834 or 16652012. OLE color: 16652012.
HSL color Cylindrical-coordinate representation of color #EC16FE: hue angle of 295.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16FE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 22 | 254 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.00 |
| HSL | 295.34º | 0.99% | 0.54% | - |
| HSV(B) | 295.34º | 0.91% | 1% | - |
| XYZ | 52.77 | 25.56 | 95.92 | - |
| YUV | 112.43 | 207.9 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 254 | 0.07 | 0.91 | 0 | 0.00 | 295.34 | 0.99 | 0.54 |
| Hex | EC | 16 | FE | 7 | 5B | 0 | 0 | 127 | 63 | 36 |
| Octal | 354 | 26 | 376 | 7 | 133 | 0 | 0 | 447 | 143 | 66 |
| Binary | 11101100 | 10110 | 11111110 | 111 | 1011011 | 0 | 0 | 100100111 | 1100011 | 110110 |
Color Harmonies of #EC16FE
Complementary color
Monochromatic Colors of #EC16FE
Black with #EC16FE
Text Example
Text Example
White with #EC16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16FE; }
p { color: rgb(236,22,254); }
H1.HeaderClassName
{
color: #EC16FE;
}
.AnyTagClassName
{
color: #EC16FE;
}
</style>
background-color css
<style>
a { background-color: #EC16FE; }
a { background-color: rgb(236,22,254); }
div.DivClassName
{
background-color: #EC16FE;
}
.BgClassName
{
background-color: #EC16FE;
}
</style>
border-color css
<style>
span { border-color: #EC16FE; }
span { border-color: rgb(236,22,254); }
td.TdClassName
{
border-color: #EC16FE;
}
.TagClassName
{
border-color: #EC16FE;
}
</style>