Shades of Psychedelic Purple #EC10FC
Tints of Psychedelic Purple #EC10FC
RGB
CMYK
RGB Variations
Color information
#EC10FC (or 0xEC10FC) is known color: Psychedelic Purple. HEX triplet: EC, 10 and FC. RGB value is (236,16,252). Sum of RGB (Red+Green+Blue) = 236+16+252=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC10FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10FC is #13EF03. Grayscale: #6B6B6B. Windows color (decimal): -1306372 or 16519404. OLE color: 16519404.
HSL color Cylindrical-coordinate representation of color #EC10FC: hue angle of 295.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC10FC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 16 | 252 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.01 |
| HSL | 295.93º | 0.98% | 0.53% | - |
| HSV(B) | 295.93º | 0.94% | 0.99% | - |
| XYZ | 52.35 | 25.23 | 94.21 | - |
| YUV | 108.68 | 208.89 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 252 | 0.06 | 0.94 | 0 | 0.01 | 295.93 | 0.98 | 0.53 |
| Hex | EC | 10 | FC | 6 | 5E | 0 | 1 | 128 | 62 | 35 |
| Octal | 354 | 20 | 374 | 6 | 136 | 0 | 1 | 450 | 142 | 65 |
| Binary | 11101100 | 10000 | 11111100 | 110 | 1011110 | 0 | 1 | 100101000 | 1100010 | 110101 |
Color Harmonies of #EC10FC
Complementary color
Monochromatic Colors of #EC10FC
Black with #EC10FC
Text Example
Text Example
White with #EC10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10FC; }
p { color: rgb(236,16,252); }
H1.HeaderClassName
{
color: #EC10FC;
}
.AnyTagClassName
{
color: #EC10FC;
}
</style>
background-color css
<style>
a { background-color: #EC10FC; }
a { background-color: rgb(236,16,252); }
div.DivClassName
{
background-color: #EC10FC;
}
.BgClassName
{
background-color: #EC10FC;
}
</style>
border-color css
<style>
span { border-color: #EC10FC; }
span { border-color: rgb(236,16,252); }
td.TdClassName
{
border-color: #EC10FC;
}
.TagClassName
{
border-color: #EC10FC;
}
</style>