Shades of Psychedelic Purple #EC1DED
Tints of Psychedelic Purple #EC1DED
RGB
CMYK
RGB Variations
Color information
#EC1DED (or 0xEC1DED) is known color: Psychedelic Purple. HEX triplet: EC, 1D and ED. RGB value is (236,29,237). Sum of RGB (Red+Green+Blue) = 236+29+237=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DED is #13E212. Grayscale: #717171. Windows color (decimal): -1303059 or 15539692. OLE color: 15539692.
HSL color Cylindrical-coordinate representation of color #EC1DED: hue angle of 299.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DED is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 237 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.07 |
| HSL | 299.71º | 0.85% | 0.52% | - |
| HSV(B) | 299.71º | 0.88% | 0.93% | - |
| XYZ | 50.32 | 24.83 | 82.26 | - |
| YUV | 114.61 | 197.08 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 237 | 0.00 | 0.88 | 0 | 0.07 | 299.71 | 0.85 | 0.52 |
| Hex | EC | 1D | ED | 0 | 58 | 0 | 7 | 12C | 55 | 34 |
| Octal | 354 | 35 | 355 | 0 | 130 | 0 | 7 | 454 | 125 | 64 |
| Binary | 11101100 | 11101 | 11101101 | 0 | 1011000 | 0 | 111 | 100101100 | 1010101 | 110100 |
Color Harmonies of #EC1DED
Complementary color
Monochromatic Colors of #EC1DED
Black with #EC1DED
Text Example
Text Example
White with #EC1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DED; }
p { color: rgb(236,29,237); }
H1.HeaderClassName
{
color: #EC1DED;
}
.AnyTagClassName
{
color: #EC1DED;
}
</style>
background-color css
<style>
a { background-color: #EC1DED; }
a { background-color: rgb(236,29,237); }
div.DivClassName
{
background-color: #EC1DED;
}
.BgClassName
{
background-color: #EC1DED;
}
</style>
border-color css
<style>
span { border-color: #EC1DED; }
span { border-color: rgb(236,29,237); }
td.TdClassName
{
border-color: #EC1DED;
}
.TagClassName
{
border-color: #EC1DED;
}
</style>