Shades of Psychedelic Purple #EC0CEC
Tints of Psychedelic Purple #EC0CEC
RGB
CMYK
RGB Variations
Color information
#EC0CEC (or 0xEC0CEC) is known color: Psychedelic Purple. HEX triplet: EC, 0C and EC. RGB value is (236,12,236). Sum of RGB (Red+Green+Blue) = 236+12+236=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CEC is #13F313. Grayscale: #676767. Windows color (decimal): -1307412 or 15469804. OLE color: 15469804.
HSL color Cylindrical-coordinate representation of color #EC0CEC: hue angle of 300º 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 #EC0CEC is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0 | 0.07 |
| HSL | 300º | 0.9% | 0.49% | - |
| HSV(B) | 300º | 0.95% | 0.93% | - |
| XYZ | 49.86 | 24.15 | 81.39 | - |
| YUV | 104.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 236 | 0 | 0.95 | 0 | 0.07 | 300 | 0.9 | 0.49 |
| Hex | EC | C | EC | 0 | 5F | 0 | 7 | 12C | 5A | 31 |
| Octal | 354 | 14 | 354 | 0 | 137 | 0 | 7 | 454 | 132 | 61 |
| Binary | 11101100 | 1100 | 11101100 | 0 | 1011111 | 0 | 111 | 100101100 | 1011010 | 110001 |
Color Harmonies of #EC0CEC
Complementary color
Monochromatic Colors of #EC0CEC
Black with #EC0CEC
Text Example
Text Example
White with #EC0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CEC; }
p { color: rgb(236,12,236); }
H1.HeaderClassName
{
color: #EC0CEC;
}
.AnyTagClassName
{
color: #EC0CEC;
}
</style>
background-color css
<style>
a { background-color: #EC0CEC; }
a { background-color: rgb(236,12,236); }
div.DivClassName
{
background-color: #EC0CEC;
}
.BgClassName
{
background-color: #EC0CEC;
}
</style>
border-color css
<style>
span { border-color: #EC0CEC; }
span { border-color: rgb(236,12,236); }
td.TdClassName
{
border-color: #EC0CEC;
}
.TagClassName
{
border-color: #EC0CEC;
}
</style>