Shades of Psychedelic Purple #EC1EF6
Tints of Psychedelic Purple #EC1EF6
RGB
CMYK
RGB Variations
Color information
#EC1EF6 (or 0xEC1EF6) is known color: Psychedelic Purple. HEX triplet: EC, 1E and F6. RGB value is (236,30,246). Sum of RGB (Red+Green+Blue) = 236+30+246=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC1EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EF6 is #13E109. Grayscale: #737373. Windows color (decimal): -1302794 or 16129772. OLE color: 16129772.
HSL color Cylindrical-coordinate representation of color #EC1EF6: hue angle of 297.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1EF6 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 30 | 246 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.04 |
| HSL | 297.22º | 0.92% | 0.54% | - |
| HSV(B) | 297.22º | 0.88% | 0.96% | - |
| XYZ | 51.69 | 25.42 | 89.37 | - |
| YUV | 116.22 | 201.25 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 246 | 0.04 | 0.88 | 0 | 0.04 | 297.22 | 0.92 | 0.54 |
| Hex | EC | 1E | F6 | 4 | 58 | 0 | 4 | 129 | 5C | 36 |
| Octal | 354 | 36 | 366 | 4 | 130 | 0 | 4 | 451 | 134 | 66 |
| Binary | 11101100 | 11110 | 11110110 | 100 | 1011000 | 0 | 100 | 100101001 | 1011100 | 110110 |
Color Harmonies of #EC1EF6
Complementary color
Monochromatic Colors of #EC1EF6
Black with #EC1EF6
Text Example
Text Example
White with #EC1EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EF6; }
p { color: rgb(236,30,246); }
H1.HeaderClassName
{
color: #EC1EF6;
}
.AnyTagClassName
{
color: #EC1EF6;
}
</style>
background-color css
<style>
a { background-color: #EC1EF6; }
a { background-color: rgb(236,30,246); }
div.DivClassName
{
background-color: #EC1EF6;
}
.BgClassName
{
background-color: #EC1EF6;
}
</style>
border-color css
<style>
span { border-color: #EC1EF6; }
span { border-color: rgb(236,30,246); }
td.TdClassName
{
border-color: #EC1EF6;
}
.TagClassName
{
border-color: #EC1EF6;
}
</style>