Shades of Psychedelic Purple #EC01FB
Tints of Psychedelic Purple #EC01FB
RGB
CMYK
RGB Variations
Color information
#EC01FB (or 0xEC01FB) is known color: Psychedelic Purple. HEX triplet: EC, 01 and FB. RGB value is (236,1,251). Sum of RGB (Red+Green+Blue) = 236+1+251=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01FB is #13FE04. Grayscale: #636363. Windows color (decimal): -1310213 or 16450028. OLE color: 16450028.
HSL color Cylindrical-coordinate representation of color #EC01FB: hue angle of 296.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01FB is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 1 | 251 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.02 |
| HSL | 296.4º | 0.99% | 0.49% | - |
| HSV(B) | 296.4º | 1% | 0.98% | - |
| XYZ | 52.02 | 24.82 | 93.32 | - |
| YUV | 99.77 | 213.36 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 251 | 0.06 | 1.00 | 0 | 0.02 | 296.4 | 0.99 | 0.49 |
| Hex | EC | 1 | FB | 6 | 64 | 0 | 2 | 128 | 63 | 31 |
| Octal | 354 | 1 | 373 | 6 | 144 | 0 | 2 | 450 | 143 | 61 |
| Binary | 11101100 | 1 | 11111011 | 110 | 1100100 | 0 | 10 | 100101000 | 1100011 | 110001 |
Color Harmonies of #EC01FB
Complementary color
Monochromatic Colors of #EC01FB
Black with #EC01FB
Text Example
Text Example
White with #EC01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01FB; }
p { color: rgb(236,1,251); }
H1.HeaderClassName
{
color: #EC01FB;
}
.AnyTagClassName
{
color: #EC01FB;
}
</style>
background-color css
<style>
a { background-color: #EC01FB; }
a { background-color: rgb(236,1,251); }
div.DivClassName
{
background-color: #EC01FB;
}
.BgClassName
{
background-color: #EC01FB;
}
</style>
border-color css
<style>
span { border-color: #EC01FB; }
span { border-color: rgb(236,1,251); }
td.TdClassName
{
border-color: #EC01FB;
}
.TagClassName
{
border-color: #EC01FB;
}
</style>