Shades of Psychedelic Purple #EC01F3
Tints of Psychedelic Purple #EC01F3
RGB
CMYK
RGB Variations
Color information
#EC01F3 (or 0xEC01F3) is known color: Psychedelic Purple. HEX triplet: EC, 01 and F3. RGB value is (236,1,243). Sum of RGB (Red+Green+Blue) = 236+1+243=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC01F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01F3 is #13FE0C. Grayscale: #626262. Windows color (decimal): -1310221 or 15925740. OLE color: 15925740.
HSL color Cylindrical-coordinate representation of color #EC01F3: hue angle of 298.26º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01F3 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 1 | 243 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.05 |
| HSL | 298.26º | 0.99% | 0.48% | - |
| HSV(B) | 298.26º | 1% | 0.95% | - |
| XYZ | 50.78 | 24.33 | 86.81 | - |
| YUV | 98.85 | 209.36 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 243 | 0.03 | 1.00 | 0 | 0.05 | 298.26 | 0.99 | 0.48 |
| Hex | EC | 1 | F3 | 3 | 64 | 0 | 5 | 12A | 63 | 30 |
| Octal | 354 | 1 | 363 | 3 | 144 | 0 | 5 | 452 | 143 | 60 |
| Binary | 11101100 | 1 | 11110011 | 11 | 1100100 | 0 | 101 | 100101010 | 1100011 | 110000 |
Color Harmonies of #EC01F3
Complementary color
Monochromatic Colors of #EC01F3
Black with #EC01F3
Text Example
Text Example
White with #EC01F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01F3; }
p { color: rgb(236,1,243); }
H1.HeaderClassName
{
color: #EC01F3;
}
.AnyTagClassName
{
color: #EC01F3;
}
</style>
background-color css
<style>
a { background-color: #EC01F3; }
a { background-color: rgb(236,1,243); }
div.DivClassName
{
background-color: #EC01F3;
}
.BgClassName
{
background-color: #EC01F3;
}
</style>
border-color css
<style>
span { border-color: #EC01F3; }
span { border-color: rgb(236,1,243); }
td.TdClassName
{
border-color: #EC01F3;
}
.TagClassName
{
border-color: #EC01F3;
}
</style>