Shades of Psychedelic Purple #EC21EC
Tints of Psychedelic Purple #EC21EC
RGB
CMYK
RGB Variations
Color information
#EC21EC (or 0xEC21EC) is known color: Psychedelic Purple. HEX triplet: EC, 21 and EC. RGB value is (236,33,236). Sum of RGB (Red+Green+Blue) = 236+33+236=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC21EC is #13DE13. Grayscale: #747474. Windows color (decimal): -1302036 or 15475180. OLE color: 15475180.
HSL color Cylindrical-coordinate representation of color #EC21EC: hue angle of 300º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21EC is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 236 | - |
| CMYK | 0 | 0.86 | 0 | 0.07 |
| HSL | 300º | 0.84% | 0.53% | - |
| HSV(B) | 300º | 0.86% | 0.93% | - |
| XYZ | 50.28 | 24.98 | 81.53 | - |
| YUV | 116.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 236 | 0 | 0.86 | 0 | 0.07 | 300 | 0.84 | 0.53 |
| Hex | EC | 21 | EC | 0 | 56 | 0 | 7 | 12C | 54 | 35 |
| Octal | 354 | 41 | 354 | 0 | 126 | 0 | 7 | 454 | 124 | 65 |
| Binary | 11101100 | 100001 | 11101100 | 0 | 1010110 | 0 | 111 | 100101100 | 1010100 | 110101 |
Color Harmonies of #EC21EC
Complementary color
Monochromatic Colors of #EC21EC
Black with #EC21EC
Text Example
Text Example
White with #EC21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21EC; }
p { color: rgb(236,33,236); }
H1.HeaderClassName
{
color: #EC21EC;
}
.AnyTagClassName
{
color: #EC21EC;
}
</style>
background-color css
<style>
a { background-color: #EC21EC; }
a { background-color: rgb(236,33,236); }
div.DivClassName
{
background-color: #EC21EC;
}
.BgClassName
{
background-color: #EC21EC;
}
</style>
border-color css
<style>
span { border-color: #EC21EC; }
span { border-color: rgb(236,33,236); }
td.TdClassName
{
border-color: #EC21EC;
}
.TagClassName
{
border-color: #EC21EC;
}
</style>