Shades of Psychedelic Purple #EC0EFA
Tints of Psychedelic Purple #EC0EFA
RGB
CMYK
RGB Variations
Color information
#EC0EFA (or 0xEC0EFA) is known color: Psychedelic Purple. HEX triplet: EC, 0E and FA. RGB value is (236,14,250). Sum of RGB (Red+Green+Blue) = 236+14+250=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 14 (5.86% from 255 or 2.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EFA is #13F105. Grayscale: #6A6A6A. Windows color (decimal): -1306886 or 16387820. OLE color: 16387820.
HSL color Cylindrical-coordinate representation of color #EC0EFA: hue angle of 296.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EFA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 14 | 250 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.02 |
| HSL | 296.44º | 0.96% | 0.52% | - |
| HSV(B) | 296.44º | 0.94% | 0.98% | - |
| XYZ | 52 | 25.05 | 92.54 | - |
| YUV | 107.28 | 208.55 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 250 | 0.06 | 0.94 | 0 | 0.02 | 296.44 | 0.96 | 0.52 |
| Hex | EC | E | FA | 6 | 5E | 0 | 2 | 128 | 60 | 34 |
| Octal | 354 | 16 | 372 | 6 | 136 | 0 | 2 | 450 | 140 | 64 |
| Binary | 11101100 | 1110 | 11111010 | 110 | 1011110 | 0 | 10 | 100101000 | 1100000 | 110100 |
Color Harmonies of #EC0EFA
Complementary color
Monochromatic Colors of #EC0EFA
Black with #EC0EFA
Text Example
Text Example
White with #EC0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EFA; }
p { color: rgb(236,14,250); }
H1.HeaderClassName
{
color: #EC0EFA;
}
.AnyTagClassName
{
color: #EC0EFA;
}
</style>
background-color css
<style>
a { background-color: #EC0EFA; }
a { background-color: rgb(236,14,250); }
div.DivClassName
{
background-color: #EC0EFA;
}
.BgClassName
{
background-color: #EC0EFA;
}
</style>
border-color css
<style>
span { border-color: #EC0EFA; }
span { border-color: rgb(236,14,250); }
td.TdClassName
{
border-color: #EC0EFA;
}
.TagClassName
{
border-color: #EC0EFA;
}
</style>