Shades of Psychedelic Purple #EC00F0
Tints of Psychedelic Purple #EC00F0
RGB
CMYK
RGB Variations
Color information
#EC00F0 (or 0xEC00F0) is known color: Psychedelic Purple. HEX triplet: EC, 00 and F0. RGB value is (236,0,240). Sum of RGB (Red+Green+Blue) = 236+0+240=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC00F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00F0 is #13FF0F. Grayscale: #616161. Windows color (decimal): -1310480 or 15728876. OLE color: 15728876.
HSL color Cylindrical-coordinate representation of color #EC00F0: hue angle of 299º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00F0 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 0 | 240 | - |
| CMYK | 0.02 | 1 | 0 | 0.06 |
| HSL | 299º | 1% | 0.47% | - |
| HSV(B) | 299º | 1% | 0.94% | - |
| XYZ | 50.32 | 24.12 | 84.44 | - |
| YUV | 97.92 | 208.19 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 240 | 0.02 | 1 | 0 | 0.06 | 299 | 1 | 0.47 |
| Hex | EC | 0 | F0 | 2 | 64 | 0 | 6 | 12B | 64 | 2F |
| Octal | 354 | 0 | 360 | 2 | 144 | 0 | 6 | 453 | 144 | 57 |
| Binary | 11101100 | 0 | 11110000 | 10 | 1100100 | 0 | 110 | 100101011 | 1100100 | 101111 |
Color Harmonies of #EC00F0
Complementary color
Monochromatic Colors of #EC00F0
Black with #EC00F0
Text Example
Text Example
White with #EC00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00F0; }
p { color: rgb(236,0,240); }
H1.HeaderClassName
{
color: #EC00F0;
}
.AnyTagClassName
{
color: #EC00F0;
}
</style>
background-color css
<style>
a { background-color: #EC00F0; }
a { background-color: rgb(236,0,240); }
div.DivClassName
{
background-color: #EC00F0;
}
.BgClassName
{
background-color: #EC00F0;
}
</style>
border-color css
<style>
span { border-color: #EC00F0; }
span { border-color: rgb(236,0,240); }
td.TdClassName
{
border-color: #EC00F0;
}
.TagClassName
{
border-color: #EC00F0;
}
</style>