Shades of Psychedelic Purple #EC0EF0
Tints of Psychedelic Purple #EC0EF0
RGB
CMYK
RGB Variations
Color information
#EC0EF0 (or 0xEC0EF0) is known color: Psychedelic Purple. HEX triplet: EC, 0E and F0. RGB value is (236,14,240). Sum of RGB (Red+Green+Blue) = 236+14+240=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC0EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EF0 is #13F10F. Grayscale: #696969. Windows color (decimal): -1306896 or 15732460. OLE color: 15732460.
HSL color Cylindrical-coordinate representation of color #EC0EF0: hue angle of 298.94º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EF0 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 14 | 240 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.06 |
| HSL | 298.94º | 0.89% | 0.5% | - |
| HSV(B) | 298.94º | 0.94% | 0.94% | - |
| XYZ | 50.48 | 24.44 | 84.49 | - |
| YUV | 106.14 | 203.55 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 240 | 0.02 | 0.94 | 0 | 0.06 | 298.94 | 0.89 | 0.5 |
| Hex | EC | E | F0 | 2 | 5E | 0 | 6 | 12B | 59 | 32 |
| Octal | 354 | 16 | 360 | 2 | 136 | 0 | 6 | 453 | 131 | 62 |
| Binary | 11101100 | 1110 | 11110000 | 10 | 1011110 | 0 | 110 | 100101011 | 1011001 | 110010 |
Color Harmonies of #EC0EF0
Complementary color
Monochromatic Colors of #EC0EF0
Black with #EC0EF0
Text Example
Text Example
White with #EC0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EF0; }
p { color: rgb(236,14,240); }
H1.HeaderClassName
{
color: #EC0EF0;
}
.AnyTagClassName
{
color: #EC0EF0;
}
</style>
background-color css
<style>
a { background-color: #EC0EF0; }
a { background-color: rgb(236,14,240); }
div.DivClassName
{
background-color: #EC0EF0;
}
.BgClassName
{
background-color: #EC0EF0;
}
</style>
border-color css
<style>
span { border-color: #EC0EF0; }
span { border-color: rgb(236,14,240); }
td.TdClassName
{
border-color: #EC0EF0;
}
.TagClassName
{
border-color: #EC0EF0;
}
</style>