Shades of Psychedelic Purple #EC20EF
Tints of Psychedelic Purple #EC20EF
RGB
CMYK
RGB Variations
Color information
#EC20EF (or 0xEC20EF) is known color: Psychedelic Purple. HEX triplet: EC, 20 and EF. RGB value is (236,32,239). Sum of RGB (Red+Green+Blue) = 236+32+239=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20EF is #13DF10. Grayscale: #737373. Windows color (decimal): -1302289 or 15671532. OLE color: 15671532.
HSL color Cylindrical-coordinate representation of color #EC20EF: hue angle of 299.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20EF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 32 | 239 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.06 |
| HSL | 299.13º | 0.87% | 0.53% | - |
| HSV(B) | 299.13º | 0.87% | 0.94% | - |
| XYZ | 50.69 | 25.1 | 83.83 | - |
| YUV | 116.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 239 | 0.01 | 0.87 | 0 | 0.06 | 299.13 | 0.87 | 0.53 |
| Hex | EC | 20 | EF | 1 | 57 | 0 | 6 | 12B | 57 | 35 |
| Octal | 354 | 40 | 357 | 1 | 127 | 0 | 6 | 453 | 127 | 65 |
| Binary | 11101100 | 100000 | 11101111 | 1 | 1010111 | 0 | 110 | 100101011 | 1010111 | 110101 |
Color Harmonies of #EC20EF
Complementary color
Monochromatic Colors of #EC20EF
Black with #EC20EF
Text Example
Text Example
White with #EC20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20EF; }
p { color: rgb(236,32,239); }
H1.HeaderClassName
{
color: #EC20EF;
}
.AnyTagClassName
{
color: #EC20EF;
}
</style>
background-color css
<style>
a { background-color: #EC20EF; }
a { background-color: rgb(236,32,239); }
div.DivClassName
{
background-color: #EC20EF;
}
.BgClassName
{
background-color: #EC20EF;
}
</style>
border-color css
<style>
span { border-color: #EC20EF; }
span { border-color: rgb(236,32,239); }
td.TdClassName
{
border-color: #EC20EF;
}
.TagClassName
{
border-color: #EC20EF;
}
</style>