Shades of Psychedelic Purple #EC00F6
Tints of Psychedelic Purple #EC00F6
RGB
CMYK
RGB Variations
Color information
#EC00F6 (or 0xEC00F6) is known color: Psychedelic Purple. HEX triplet: EC, 00 and F6. RGB value is (236,0,246). Sum of RGB (Red+Green+Blue) = 236+0+246=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC00F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00F6 is #13FF09. Grayscale: #616161. Windows color (decimal): -1310474 or 16122092. OLE color: 16122092.
HSL color Cylindrical-coordinate representation of color #EC00F6: hue angle of 297.56º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00F6 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 0 | 246 | - |
| CMYK | 0.04 | 1 | 0 | 0.04 |
| HSL | 297.56º | 1% | 0.48% | - |
| HSV(B) | 297.56º | 1% | 0.96% | - |
| XYZ | 51.23 | 24.49 | 89.22 | - |
| YUV | 98.61 | 211.19 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 246 | 0.04 | 1 | 0 | 0.04 | 297.56 | 1 | 0.48 |
| Hex | EC | 0 | F6 | 4 | 64 | 0 | 4 | 12A | 64 | 30 |
| Octal | 354 | 0 | 366 | 4 | 144 | 0 | 4 | 452 | 144 | 60 |
| Binary | 11101100 | 0 | 11110110 | 100 | 1100100 | 0 | 100 | 100101010 | 1100100 | 110000 |
Color Harmonies of #EC00F6
Complementary color
Monochromatic Colors of #EC00F6
Black with #EC00F6
Text Example
Text Example
White with #EC00F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00F6; }
p { color: rgb(236,0,246); }
H1.HeaderClassName
{
color: #EC00F6;
}
.AnyTagClassName
{
color: #EC00F6;
}
</style>
background-color css
<style>
a { background-color: #EC00F6; }
a { background-color: rgb(236,0,246); }
div.DivClassName
{
background-color: #EC00F6;
}
.BgClassName
{
background-color: #EC00F6;
}
</style>
border-color css
<style>
span { border-color: #EC00F6; }
span { border-color: rgb(236,0,246); }
td.TdClassName
{
border-color: #EC00F6;
}
.TagClassName
{
border-color: #EC00F6;
}
</style>