Shades of Psychedelic Purple #EC00F5
Tints of Psychedelic Purple #EC00F5
RGB
CMYK
RGB Variations
Color information
#EC00F5 (or 0xEC00F5) is known color: Psychedelic Purple. HEX triplet: EC, 00 and F5. RGB value is (236,0,245). Sum of RGB (Red+Green+Blue) = 236+0+245=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC00F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00F5 is #13FF0A. Grayscale: #616161. Windows color (decimal): -1310475 or 16056556. OLE color: 16056556.
HSL color Cylindrical-coordinate representation of color #EC00F5: hue angle of 297.8º 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 #EC00F5 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 0 | 245 | - |
| CMYK | 0.04 | 1 | 0 | 0.04 |
| HSL | 297.8º | 1% | 0.48% | - |
| HSV(B) | 297.8º | 1% | 0.96% | - |
| XYZ | 51.07 | 24.43 | 88.41 | - |
| YUV | 98.49 | 210.69 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 245 | 0.04 | 1 | 0 | 0.04 | 297.8 | 1 | 0.48 |
| Hex | EC | 0 | F5 | 4 | 64 | 0 | 4 | 12A | 64 | 30 |
| Octal | 354 | 0 | 365 | 4 | 144 | 0 | 4 | 452 | 144 | 60 |
| Binary | 11101100 | 0 | 11110101 | 100 | 1100100 | 0 | 100 | 100101010 | 1100100 | 110000 |
Color Harmonies of #EC00F5
Complementary color
Monochromatic Colors of #EC00F5
Black with #EC00F5
Text Example
Text Example
White with #EC00F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00F5; }
p { color: rgb(236,0,245); }
H1.HeaderClassName
{
color: #EC00F5;
}
.AnyTagClassName
{
color: #EC00F5;
}
</style>
background-color css
<style>
a { background-color: #EC00F5; }
a { background-color: rgb(236,0,245); }
div.DivClassName
{
background-color: #EC00F5;
}
.BgClassName
{
background-color: #EC00F5;
}
</style>
border-color css
<style>
span { border-color: #EC00F5; }
span { border-color: rgb(236,0,245); }
td.TdClassName
{
border-color: #EC00F5;
}
.TagClassName
{
border-color: #EC00F5;
}
</style>