Shades of Psychedelic Purple #EC16FC
Tints of Psychedelic Purple #EC16FC
RGB
CMYK
RGB Variations
Color information
#EC16FC (or 0xEC16FC) is known color: Psychedelic Purple. HEX triplet: EC, 16 and FC. RGB value is (236,22,252). Sum of RGB (Red+Green+Blue) = 236+22+252=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 22 (8.98% from 255 or 4.31% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC16FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC16FC is #13E903. Grayscale: #6F6F6F. Windows color (decimal): -1304836 or 16520940. OLE color: 16520940.
HSL color Cylindrical-coordinate representation of color #EC16FC: hue angle of 295.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16FC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 22 | 252 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.01 |
| HSL | 295.83º | 0.97% | 0.54% | - |
| HSV(B) | 295.83º | 0.91% | 0.99% | - |
| XYZ | 52.45 | 25.43 | 94.24 | - |
| YUV | 112.21 | 206.9 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 252 | 0.06 | 0.91 | 0 | 0.01 | 295.83 | 0.97 | 0.54 |
| Hex | EC | 16 | FC | 6 | 5B | 0 | 1 | 128 | 61 | 36 |
| Octal | 354 | 26 | 374 | 6 | 133 | 0 | 1 | 450 | 141 | 66 |
| Binary | 11101100 | 10110 | 11111100 | 110 | 1011011 | 0 | 1 | 100101000 | 1100001 | 110110 |
Color Harmonies of #EC16FC
Complementary color
Monochromatic Colors of #EC16FC
Black with #EC16FC
Text Example
Text Example
White with #EC16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16FC; }
p { color: rgb(236,22,252); }
H1.HeaderClassName
{
color: #EC16FC;
}
.AnyTagClassName
{
color: #EC16FC;
}
</style>
background-color css
<style>
a { background-color: #EC16FC; }
a { background-color: rgb(236,22,252); }
div.DivClassName
{
background-color: #EC16FC;
}
.BgClassName
{
background-color: #EC16FC;
}
</style>
border-color css
<style>
span { border-color: #EC16FC; }
span { border-color: rgb(236,22,252); }
td.TdClassName
{
border-color: #EC16FC;
}
.TagClassName
{
border-color: #EC16FC;
}
</style>