Shades of Psychedelic Purple #EC20F3
Tints of Psychedelic Purple #EC20F3
RGB
CMYK
RGB Variations
Color information
#EC20F3 (or 0xEC20F3) is known color: Psychedelic Purple. HEX triplet: EC, 20 and F3. RGB value is (236,32,243). Sum of RGB (Red+Green+Blue) = 236+32+243=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC20F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20F3 is #13DF0C. Grayscale: #747474. Windows color (decimal): -1302285 or 15933676. OLE color: 15933676.
HSL color Cylindrical-coordinate representation of color #EC20F3: hue angle of 298.01º degrees, saturation: 0.9, 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 #EC20F3 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 32 | 243 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.05 |
| HSL | 298.01º | 0.9% | 0.54% | - |
| HSV(B) | 298.01º | 0.87% | 0.95% | - |
| XYZ | 51.29 | 25.34 | 86.98 | - |
| YUV | 117.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 243 | 0.03 | 0.87 | 0 | 0.05 | 298.01 | 0.9 | 0.54 |
| Hex | EC | 20 | F3 | 3 | 57 | 0 | 5 | 12A | 5A | 36 |
| Octal | 354 | 40 | 363 | 3 | 127 | 0 | 5 | 452 | 132 | 66 |
| Binary | 11101100 | 100000 | 11110011 | 11 | 1010111 | 0 | 101 | 100101010 | 1011010 | 110110 |
Color Harmonies of #EC20F3
Complementary color
Monochromatic Colors of #EC20F3
Black with #EC20F3
Text Example
Text Example
White with #EC20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20F3; }
p { color: rgb(236,32,243); }
H1.HeaderClassName
{
color: #EC20F3;
}
.AnyTagClassName
{
color: #EC20F3;
}
</style>
background-color css
<style>
a { background-color: #EC20F3; }
a { background-color: rgb(236,32,243); }
div.DivClassName
{
background-color: #EC20F3;
}
.BgClassName
{
background-color: #EC20F3;
}
</style>
border-color css
<style>
span { border-color: #EC20F3; }
span { border-color: rgb(236,32,243); }
td.TdClassName
{
border-color: #EC20F3;
}
.TagClassName
{
border-color: #EC20F3;
}
</style>