Shades of Psychedelic Purple #EC01F5
Tints of Psychedelic Purple #EC01F5
RGB
CMYK
RGB Variations
Color information
#EC01F5 (or 0xEC01F5) is known color: Psychedelic Purple. HEX triplet: EC, 01 and F5. RGB value is (236,1,245). Sum of RGB (Red+Green+Blue) = 236+1+245=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC01F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01F5 is #13FE0A. Grayscale: #626262. Windows color (decimal): -1310219 or 16056812. OLE color: 16056812.
HSL color Cylindrical-coordinate representation of color #EC01F5: hue angle of 297.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01F5 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 1 | 245 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.04 |
| HSL | 297.79º | 0.99% | 0.48% | - |
| HSV(B) | 297.79º | 1% | 0.96% | - |
| XYZ | 51.08 | 24.45 | 88.41 | - |
| YUV | 99.08 | 210.36 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 245 | 0.04 | 1.00 | 0 | 0.04 | 297.79 | 0.99 | 0.48 |
| Hex | EC | 1 | F5 | 4 | 64 | 0 | 4 | 12A | 63 | 30 |
| Octal | 354 | 1 | 365 | 4 | 144 | 0 | 4 | 452 | 143 | 60 |
| Binary | 11101100 | 1 | 11110101 | 100 | 1100100 | 0 | 100 | 100101010 | 1100011 | 110000 |
Color Harmonies of #EC01F5
Complementary color
Monochromatic Colors of #EC01F5
Black with #EC01F5
Text Example
Text Example
White with #EC01F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01F5; }
p { color: rgb(236,1,245); }
H1.HeaderClassName
{
color: #EC01F5;
}
.AnyTagClassName
{
color: #EC01F5;
}
</style>
background-color css
<style>
a { background-color: #EC01F5; }
a { background-color: rgb(236,1,245); }
div.DivClassName
{
background-color: #EC01F5;
}
.BgClassName
{
background-color: #EC01F5;
}
</style>
border-color css
<style>
span { border-color: #EC01F5; }
span { border-color: rgb(236,1,245); }
td.TdClassName
{
border-color: #EC01F5;
}
.TagClassName
{
border-color: #EC01F5;
}
</style>