Shades of Psychedelic Purple #EC18EC
Tints of Psychedelic Purple #EC18EC
RGB
CMYK
RGB Variations
Color information
#EC18EC (or 0xEC18EC) is known color: Psychedelic Purple. HEX triplet: EC, 18 and EC. RGB value is (236,24,236). Sum of RGB (Red+Green+Blue) = 236+24+236=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC18EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18EC is #13E713. Grayscale: #6E6E6E. Windows color (decimal): -1304340 or 15472876. OLE color: 15472876.
HSL color Cylindrical-coordinate representation of color #EC18EC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18EC is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.51% | - |
| HSV(B) | 300º | 0.9% | 0.93% | - |
| XYZ | 50.06 | 24.54 | 81.46 | - |
| YUV | 111.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 236 | 0 | 0.90 | 0 | 0.07 | 300 | 0.85 | 0.51 |
| Hex | EC | 18 | EC | 0 | 5A | 0 | 7 | 12C | 55 | 33 |
| Octal | 354 | 30 | 354 | 0 | 132 | 0 | 7 | 454 | 125 | 63 |
| Binary | 11101100 | 11000 | 11101100 | 0 | 1011010 | 0 | 111 | 100101100 | 1010101 | 110011 |
Color Harmonies of #EC18EC
Complementary color
Monochromatic Colors of #EC18EC
Black with #EC18EC
Text Example
Text Example
White with #EC18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18EC; }
p { color: rgb(236,24,236); }
H1.HeaderClassName
{
color: #EC18EC;
}
.AnyTagClassName
{
color: #EC18EC;
}
</style>
background-color css
<style>
a { background-color: #EC18EC; }
a { background-color: rgb(236,24,236); }
div.DivClassName
{
background-color: #EC18EC;
}
.BgClassName
{
background-color: #EC18EC;
}
</style>
border-color css
<style>
span { border-color: #EC18EC; }
span { border-color: rgb(236,24,236); }
td.TdClassName
{
border-color: #EC18EC;
}
.TagClassName
{
border-color: #EC18EC;
}
</style>