Shades of Psychedelic Purple #EC16F3
Tints of Psychedelic Purple #EC16F3
RGB
CMYK
RGB Variations
Color information
#EC16F3 (or 0xEC16F3) is known color: Psychedelic Purple. HEX triplet: EC, 16 and F3. RGB value is (236,22,243). Sum of RGB (Red+Green+Blue) = 236+22+243=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC16F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC16F3 is #13E90C. Grayscale: #6E6E6E. Windows color (decimal): -1304845 or 15931116. OLE color: 15931116.
HSL color Cylindrical-coordinate representation of color #EC16F3: hue angle of 298.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16F3 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 22 | 243 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.05 |
| HSL | 298.1º | 0.9% | 0.52% | - |
| HSV(B) | 298.1º | 0.91% | 0.95% | - |
| XYZ | 51.06 | 24.88 | 86.9 | - |
| YUV | 111.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 243 | 0.03 | 0.91 | 0 | 0.05 | 298.1 | 0.9 | 0.52 |
| Hex | EC | 16 | F3 | 3 | 5B | 0 | 5 | 12A | 5A | 34 |
| Octal | 354 | 26 | 363 | 3 | 133 | 0 | 5 | 452 | 132 | 64 |
| Binary | 11101100 | 10110 | 11110011 | 11 | 1011011 | 0 | 101 | 100101010 | 1011010 | 110100 |
Color Harmonies of #EC16F3
Complementary color
Monochromatic Colors of #EC16F3
Black with #EC16F3
Text Example
Text Example
White with #EC16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16F3; }
p { color: rgb(236,22,243); }
H1.HeaderClassName
{
color: #EC16F3;
}
.AnyTagClassName
{
color: #EC16F3;
}
</style>
background-color css
<style>
a { background-color: #EC16F3; }
a { background-color: rgb(236,22,243); }
div.DivClassName
{
background-color: #EC16F3;
}
.BgClassName
{
background-color: #EC16F3;
}
</style>
border-color css
<style>
span { border-color: #EC16F3; }
span { border-color: rgb(236,22,243); }
td.TdClassName
{
border-color: #EC16F3;
}
.TagClassName
{
border-color: #EC16F3;
}
</style>