Shades of Psychedelic Purple #EC0CED
Tints of Psychedelic Purple #EC0CED
RGB
CMYK
RGB Variations
Color information
#EC0CED (or 0xEC0CED) is known color: Psychedelic Purple. HEX triplet: EC, 0C and ED. RGB value is (236,12,237). Sum of RGB (Red+Green+Blue) = 236+12+237=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CED is #13F312. Grayscale: #676767. Windows color (decimal): -1307411 or 15535340. OLE color: 15535340.
HSL color Cylindrical-coordinate representation of color #EC0CED: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CED is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 237 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.07 |
| HSL | 299.73º | 0.9% | 0.49% | - |
| HSV(B) | 299.73º | 0.95% | 0.93% | - |
| XYZ | 50.01 | 24.21 | 82.16 | - |
| YUV | 104.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 237 | 0.00 | 0.95 | 0 | 0.07 | 299.73 | 0.9 | 0.49 |
| Hex | EC | C | ED | 0 | 5F | 0 | 7 | 12C | 5A | 31 |
| Octal | 354 | 14 | 355 | 0 | 137 | 0 | 7 | 454 | 132 | 61 |
| Binary | 11101100 | 1100 | 11101101 | 0 | 1011111 | 0 | 111 | 100101100 | 1011010 | 110001 |
Color Harmonies of #EC0CED
Complementary color
Monochromatic Colors of #EC0CED
Black with #EC0CED
Text Example
Text Example
White with #EC0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CED; }
p { color: rgb(236,12,237); }
H1.HeaderClassName
{
color: #EC0CED;
}
.AnyTagClassName
{
color: #EC0CED;
}
</style>
background-color css
<style>
a { background-color: #EC0CED; }
a { background-color: rgb(236,12,237); }
div.DivClassName
{
background-color: #EC0CED;
}
.BgClassName
{
background-color: #EC0CED;
}
</style>
border-color css
<style>
span { border-color: #EC0CED; }
span { border-color: rgb(236,12,237); }
td.TdClassName
{
border-color: #EC0CED;
}
.TagClassName
{
border-color: #EC0CED;
}
</style>