Shades of Psychedelic Purple #EC20F1
Tints of Psychedelic Purple #EC20F1
RGB
CMYK
RGB Variations
Color information
#EC20F1 (or 0xEC20F1) is known color: Psychedelic Purple. HEX triplet: EC, 20 and F1. RGB value is (236,32,241). Sum of RGB (Red+Green+Blue) = 236+32+241=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC20F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20F1 is #13DF0E. Grayscale: #747474. Windows color (decimal): -1302287 or 15802604. OLE color: 15802604.
HSL color Cylindrical-coordinate representation of color #EC20F1: hue angle of 298.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20F1 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 32 | 241 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.05 |
| HSL | 298.56º | 0.88% | 0.54% | - |
| HSV(B) | 298.56º | 0.87% | 0.95% | - |
| XYZ | 50.99 | 25.22 | 85.4 | - |
| YUV | 116.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 241 | 0.02 | 0.87 | 0 | 0.05 | 298.56 | 0.88 | 0.54 |
| Hex | EC | 20 | F1 | 2 | 57 | 0 | 5 | 12B | 58 | 36 |
| Octal | 354 | 40 | 361 | 2 | 127 | 0 | 5 | 453 | 130 | 66 |
| Binary | 11101100 | 100000 | 11110001 | 10 | 1010111 | 0 | 101 | 100101011 | 1011000 | 110110 |
Color Harmonies of #EC20F1
Complementary color
Monochromatic Colors of #EC20F1
Black with #EC20F1
Text Example
Text Example
White with #EC20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20F1; }
p { color: rgb(236,32,241); }
H1.HeaderClassName
{
color: #EC20F1;
}
.AnyTagClassName
{
color: #EC20F1;
}
</style>
background-color css
<style>
a { background-color: #EC20F1; }
a { background-color: rgb(236,32,241); }
div.DivClassName
{
background-color: #EC20F1;
}
.BgClassName
{
background-color: #EC20F1;
}
</style>
border-color css
<style>
span { border-color: #EC20F1; }
span { border-color: rgb(236,32,241); }
td.TdClassName
{
border-color: #EC20F1;
}
.TagClassName
{
border-color: #EC20F1;
}
</style>