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