Shades of Psychedelic Purple #EC1BEC
Tints of Psychedelic Purple #EC1BEC
RGB
CMYK
RGB Variations
Color information
#EC1BEC (or 0xEC1BEC) is known color: Psychedelic Purple. HEX triplet: EC, 1B and EC. RGB value is (236,27,236). Sum of RGB (Red+Green+Blue) = 236+27+236=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC1BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BEC is #13E413. Grayscale: #707070. Windows color (decimal): -1303572 or 15473644. OLE color: 15473644.
HSL color Cylindrical-coordinate representation of color #EC1BEC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BEC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 236 | - |
| CMYK | 0 | 0.89 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.52% | - |
| HSV(B) | 300º | 0.89% | 0.93% | - |
| XYZ | 50.12 | 24.67 | 81.48 | - |
| YUV | 113.32 | 197.24 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 236 | 0 | 0.89 | 0 | 0.07 | 300 | 0.85 | 0.52 |
| Hex | EC | 1B | EC | 0 | 59 | 0 | 7 | 12C | 55 | 34 |
| Octal | 354 | 33 | 354 | 0 | 131 | 0 | 7 | 454 | 125 | 64 |
| Binary | 11101100 | 11011 | 11101100 | 0 | 1011001 | 0 | 111 | 100101100 | 1010101 | 110100 |
Color Harmonies of #EC1BEC
Complementary color
Monochromatic Colors of #EC1BEC
Black with #EC1BEC
Text Example
Text Example
White with #EC1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BEC; }
p { color: rgb(236,27,236); }
H1.HeaderClassName
{
color: #EC1BEC;
}
.AnyTagClassName
{
color: #EC1BEC;
}
</style>
background-color css
<style>
a { background-color: #EC1BEC; }
a { background-color: rgb(236,27,236); }
div.DivClassName
{
background-color: #EC1BEC;
}
.BgClassName
{
background-color: #EC1BEC;
}
</style>
border-color css
<style>
span { border-color: #EC1BEC; }
span { border-color: rgb(236,27,236); }
td.TdClassName
{
border-color: #EC1BEC;
}
.TagClassName
{
border-color: #EC1BEC;
}
</style>