Shades of Psychedelic Purple #EC1DFE
Tints of Psychedelic Purple #EC1DFE
RGB
CMYK
RGB Variations
Color information
#EC1DFE (or 0xEC1DFE) is known color: Psychedelic Purple. HEX triplet: EC, 1D and FE. RGB value is (236,29,254). Sum of RGB (Red+Green+Blue) = 236+29+254=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DFE is #13E201. Grayscale: #737373. Windows color (decimal): -1303042 or 16653804. OLE color: 16653804.
HSL color Cylindrical-coordinate representation of color #EC1DFE: hue angle of 295.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1DFE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 29 | 254 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.00 |
| HSL | 295.2º | 0.99% | 0.55% | - |
| HSV(B) | 295.2º | 0.89% | 1% | - |
| XYZ | 52.92 | 25.87 | 95.97 | - |
| YUV | 116.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 254 | 0.07 | 0.89 | 0 | 0.00 | 295.2 | 0.99 | 0.55 |
| Hex | EC | 1D | FE | 7 | 59 | 0 | 0 | 127 | 63 | 37 |
| Octal | 354 | 35 | 376 | 7 | 131 | 0 | 0 | 447 | 143 | 67 |
| Binary | 11101100 | 11101 | 11111110 | 111 | 1011001 | 0 | 0 | 100100111 | 1100011 | 110111 |
Color Harmonies of #EC1DFE
Complementary color
Monochromatic Colors of #EC1DFE
Black with #EC1DFE
Text Example
Text Example
White with #EC1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DFE; }
p { color: rgb(236,29,254); }
H1.HeaderClassName
{
color: #EC1DFE;
}
.AnyTagClassName
{
color: #EC1DFE;
}
</style>
background-color css
<style>
a { background-color: #EC1DFE; }
a { background-color: rgb(236,29,254); }
div.DivClassName
{
background-color: #EC1DFE;
}
.BgClassName
{
background-color: #EC1DFE;
}
</style>
border-color css
<style>
span { border-color: #EC1DFE; }
span { border-color: rgb(236,29,254); }
td.TdClassName
{
border-color: #EC1DFE;
}
.TagClassName
{
border-color: #EC1DFE;
}
</style>