Shades of Psychedelic Purple #EC1DFF
Tints of Psychedelic Purple #EC1DFF
RGB
CMYK
RGB Variations
Color information
#EC1DFF (or 0xEC1DFF) is known color: Psychedelic Purple. HEX triplet: EC, 1D and FF. RGB value is (236,29,255). Sum of RGB (Red+Green+Blue) = 236+29+255=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DFF is #13E200. Grayscale: #737373. Windows color (decimal): -1303041 or 16719340. OLE color: 16719340.
HSL color Cylindrical-coordinate representation of color #EC1DFF: hue angle of 294.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1DFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 29 | 255 | - |
| CMYK | 0.07 | 0.89 | 0 | 0 |
| HSL | 294.96º | 1% | 0.56% | - |
| HSV(B) | 294.96º | 0.89% | 1% | - |
| XYZ | 53.08 | 25.93 | 96.82 | - |
| YUV | 116.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 255 | 0.07 | 0.89 | 0 | 0 | 294.96 | 1 | 0.56 |
| Hex | EC | 1D | FF | 7 | 59 | 0 | 0 | 127 | 64 | 38 |
| Octal | 354 | 35 | 377 | 7 | 131 | 0 | 0 | 447 | 144 | 70 |
| Binary | 11101100 | 11101 | 11111111 | 111 | 1011001 | 0 | 0 | 100100111 | 1100100 | 111000 |
Color Harmonies of #EC1DFF
Complementary color
Monochromatic Colors of #EC1DFF
Black with #EC1DFF
Text Example
Text Example
White with #EC1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DFF; }
p { color: rgb(236,29,255); }
H1.HeaderClassName
{
color: #EC1DFF;
}
.AnyTagClassName
{
color: #EC1DFF;
}
</style>
background-color css
<style>
a { background-color: #EC1DFF; }
a { background-color: rgb(236,29,255); }
div.DivClassName
{
background-color: #EC1DFF;
}
.BgClassName
{
background-color: #EC1DFF;
}
</style>
border-color css
<style>
span { border-color: #EC1DFF; }
span { border-color: rgb(236,29,255); }
td.TdClassName
{
border-color: #EC1DFF;
}
.TagClassName
{
border-color: #EC1DFF;
}
</style>