Shades of Psychedelic Purple #EC1DFC
Tints of Psychedelic Purple #EC1DFC
RGB
CMYK
RGB Variations
Color information
#EC1DFC (or 0xEC1DFC) is known color: Psychedelic Purple. HEX triplet: EC, 1D and FC. RGB value is (236,29,252). Sum of RGB (Red+Green+Blue) = 236+29+252=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC1DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DFC is #13E203. Grayscale: #737373. Windows color (decimal): -1303044 or 16522732. OLE color: 16522732.
HSL color Cylindrical-coordinate representation of color #EC1DFC: hue angle of 295.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DFC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 29 | 252 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.01 |
| HSL | 295.7º | 0.97% | 0.55% | - |
| HSV(B) | 295.7º | 0.88% | 0.99% | - |
| XYZ | 52.6 | 25.74 | 94.29 | - |
| YUV | 116.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 252 | 0.06 | 0.88 | 0 | 0.01 | 295.7 | 0.97 | 0.55 |
| Hex | EC | 1D | FC | 6 | 58 | 0 | 1 | 128 | 61 | 37 |
| Octal | 354 | 35 | 374 | 6 | 130 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101100 | 11101 | 11111100 | 110 | 1011000 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EC1DFC
Complementary color
Monochromatic Colors of #EC1DFC
Black with #EC1DFC
Text Example
Text Example
White with #EC1DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DFC; }
p { color: rgb(236,29,252); }
H1.HeaderClassName
{
color: #EC1DFC;
}
.AnyTagClassName
{
color: #EC1DFC;
}
</style>
background-color css
<style>
a { background-color: #EC1DFC; }
a { background-color: rgb(236,29,252); }
div.DivClassName
{
background-color: #EC1DFC;
}
.BgClassName
{
background-color: #EC1DFC;
}
</style>
border-color css
<style>
span { border-color: #EC1DFC; }
span { border-color: rgb(236,29,252); }
td.TdClassName
{
border-color: #EC1DFC;
}
.TagClassName
{
border-color: #EC1DFC;
}
</style>