Shades of Psychedelic Purple #EC11FC
Tints of Psychedelic Purple #EC11FC
RGB
CMYK
RGB Variations
Color information
#EC11FC (or 0xEC11FC) is known color: Psychedelic Purple. HEX triplet: EC, 11 and FC. RGB value is (236,17,252). Sum of RGB (Red+Green+Blue) = 236+17+252=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 17 (7.03% from 255 or 3.37% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC11FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11FC is #13EE03. Grayscale: #6C6C6C. Windows color (decimal): -1306116 or 16519660. OLE color: 16519660.
HSL color Cylindrical-coordinate representation of color #EC11FC: hue angle of 295.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11FC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 17 | 252 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.01 |
| HSL | 295.91º | 0.98% | 0.53% | - |
| HSV(B) | 295.91º | 0.93% | 0.99% | - |
| XYZ | 52.36 | 25.26 | 94.21 | - |
| YUV | 109.27 | 208.55 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 252 | 0.06 | 0.93 | 0 | 0.01 | 295.91 | 0.98 | 0.53 |
| Hex | EC | 11 | FC | 6 | 5D | 0 | 1 | 128 | 62 | 35 |
| Octal | 354 | 21 | 374 | 6 | 135 | 0 | 1 | 450 | 142 | 65 |
| Binary | 11101100 | 10001 | 11111100 | 110 | 1011101 | 0 | 1 | 100101000 | 1100010 | 110101 |
Color Harmonies of #EC11FC
Complementary color
Monochromatic Colors of #EC11FC
Black with #EC11FC
Text Example
Text Example
White with #EC11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11FC; }
p { color: rgb(236,17,252); }
H1.HeaderClassName
{
color: #EC11FC;
}
.AnyTagClassName
{
color: #EC11FC;
}
</style>
background-color css
<style>
a { background-color: #EC11FC; }
a { background-color: rgb(236,17,252); }
div.DivClassName
{
background-color: #EC11FC;
}
.BgClassName
{
background-color: #EC11FC;
}
</style>
border-color css
<style>
span { border-color: #EC11FC; }
span { border-color: rgb(236,17,252); }
td.TdClassName
{
border-color: #EC11FC;
}
.TagClassName
{
border-color: #EC11FC;
}
</style>