Shades of Psychedelic Purple #EC16EF
Tints of Psychedelic Purple #EC16EF
RGB
CMYK
RGB Variations
Color information
#EC16EF (or 0xEC16EF) is known color: Psychedelic Purple. HEX triplet: EC, 16 and EF. RGB value is (236,22,239). Sum of RGB (Red+Green+Blue) = 236+22+239=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC16EF is #13E910. Grayscale: #6E6E6E. Windows color (decimal): -1304849 or 15668972. OLE color: 15668972.
HSL color Cylindrical-coordinate representation of color #EC16EF: hue angle of 299.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16EF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 22 | 239 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.06 |
| HSL | 299.17º | 0.87% | 0.51% | - |
| HSV(B) | 299.17º | 0.91% | 0.94% | - |
| XYZ | 50.46 | 24.64 | 83.76 | - |
| YUV | 110.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 239 | 0.01 | 0.91 | 0 | 0.06 | 299.17 | 0.87 | 0.51 |
| Hex | EC | 16 | EF | 1 | 5B | 0 | 6 | 12B | 57 | 33 |
| Octal | 354 | 26 | 357 | 1 | 133 | 0 | 6 | 453 | 127 | 63 |
| Binary | 11101100 | 10110 | 11101111 | 1 | 1011011 | 0 | 110 | 100101011 | 1010111 | 110011 |
Color Harmonies of #EC16EF
Complementary color
Monochromatic Colors of #EC16EF
Black with #EC16EF
Text Example
Text Example
White with #EC16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16EF; }
p { color: rgb(236,22,239); }
H1.HeaderClassName
{
color: #EC16EF;
}
.AnyTagClassName
{
color: #EC16EF;
}
</style>
background-color css
<style>
a { background-color: #EC16EF; }
a { background-color: rgb(236,22,239); }
div.DivClassName
{
background-color: #EC16EF;
}
.BgClassName
{
background-color: #EC16EF;
}
</style>
border-color css
<style>
span { border-color: #EC16EF; }
span { border-color: rgb(236,22,239); }
td.TdClassName
{
border-color: #EC16EF;
}
.TagClassName
{
border-color: #EC16EF;
}
</style>