Shades of Psychedelic Purple #EC1BED
Tints of Psychedelic Purple #EC1BED
RGB
CMYK
RGB Variations
Color information
#EC1BED (or 0xEC1BED) is known color: Psychedelic Purple. HEX triplet: EC, 1B and ED. RGB value is (236,27,237). Sum of RGB (Red+Green+Blue) = 236+27+237=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC1BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BED is #13E412. Grayscale: #707070. Windows color (decimal): -1303571 or 15539180. OLE color: 15539180.
HSL color Cylindrical-coordinate representation of color #EC1BED: 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.89%. Process color model (Four color, CMYK) of #EC1BED is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 237 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.07 |
| HSL | 299.71º | 0.85% | 0.52% | - |
| HSV(B) | 299.71º | 0.89% | 0.93% | - |
| XYZ | 50.27 | 24.73 | 82.24 | - |
| YUV | 113.43 | 197.74 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 237 | 0.00 | 0.89 | 0 | 0.07 | 299.71 | 0.85 | 0.52 |
| Hex | EC | 1B | ED | 0 | 59 | 0 | 7 | 12C | 55 | 34 |
| Octal | 354 | 33 | 355 | 0 | 131 | 0 | 7 | 454 | 125 | 64 |
| Binary | 11101100 | 11011 | 11101101 | 0 | 1011001 | 0 | 111 | 100101100 | 1010101 | 110100 |
Color Harmonies of #EC1BED
Complementary color
Monochromatic Colors of #EC1BED
Black with #EC1BED
Text Example
Text Example
White with #EC1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BED; }
p { color: rgb(236,27,237); }
H1.HeaderClassName
{
color: #EC1BED;
}
.AnyTagClassName
{
color: #EC1BED;
}
</style>
background-color css
<style>
a { background-color: #EC1BED; }
a { background-color: rgb(236,27,237); }
div.DivClassName
{
background-color: #EC1BED;
}
.BgClassName
{
background-color: #EC1BED;
}
</style>
border-color css
<style>
span { border-color: #EC1BED; }
span { border-color: rgb(236,27,237); }
td.TdClassName
{
border-color: #EC1BED;
}
.TagClassName
{
border-color: #EC1BED;
}
</style>