Shades of Psychedelic Purple #EC01FC
Tints of Psychedelic Purple #EC01FC
RGB
CMYK
RGB Variations
Color information
#EC01FC (or 0xEC01FC) is known color: Psychedelic Purple. HEX triplet: EC, 01 and FC. RGB value is (236,1,252). Sum of RGB (Red+Green+Blue) = 236+1+252=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01FC is #13FE03. Grayscale: #636363. Windows color (decimal): -1310212 or 16515564. OLE color: 16515564.
HSL color Cylindrical-coordinate representation of color #EC01FC: hue angle of 296.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01FC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 1 | 252 | - |
CMYK | 0.06 | 1.00 | 0 | 0.01 |
HSL | 296.18º | 0.99% | 0.5% | - |
HSV(B) | 296.18º | 1% | 0.99% | - |
XYZ | 52.17 | 24.88 | 94.15 | - |
YUV | 99.88 | 213.86 | 225.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 1 | 252 | 0.06 | 1.00 | 0 | 0.01 | 296.18 | 0.99 | 0.5 |
Hex | EC | 1 | FC | 6 | 64 | 0 | 1 | 128 | 63 | 32 |
Octal | 354 | 1 | 374 | 6 | 144 | 0 | 1 | 450 | 143 | 62 |
Binary | 11101100 | 1 | 11111100 | 110 | 1100100 | 0 | 1 | 100101000 | 1100011 | 110010 |
Color Harmonies of #EC01FC
Complementary color
Monochromatic Colors of #EC01FC
Black with #EC01FC
Text Example
Text Example
White with #EC01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01FC; }
p { color: rgb(236,1,252); }
H1.HeaderClassName
{
color: #EC01FC;
}
.AnyTagClassName
{
color: #EC01FC;
}
</style>
background-color css
<style>
a { background-color: #EC01FC; }
a { background-color: rgb(236,1,252); }
div.DivClassName
{
background-color: #EC01FC;
}
.BgClassName
{
background-color: #EC01FC;
}
</style>
border-color css
<style>
span { border-color: #EC01FC; }
span { border-color: rgb(236,1,252); }
td.TdClassName
{
border-color: #EC01FC;
}
.TagClassName
{
border-color: #EC01FC;
}
</style>