Shades of Psychedelic Purple #EC20F7
Tints of Psychedelic Purple #EC20F7
RGB
CMYK
RGB Variations
Color information
#EC20F7 (or 0xEC20F7) is known color: Psychedelic Purple. HEX triplet: EC, 20 and F7. RGB value is (236,32,247). Sum of RGB (Red+Green+Blue) = 236+32+247=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC20F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20F7 is #13DF08. Grayscale: #747474. Windows color (decimal): -1302281 or 16195820. OLE color: 16195820.
HSL color Cylindrical-coordinate representation of color #EC20F7: hue angle of 296.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20F7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 32 | 247 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.03 |
| HSL | 296.93º | 0.93% | 0.55% | - |
| HSV(B) | 296.93º | 0.87% | 0.97% | - |
| XYZ | 51.9 | 25.58 | 90.2 | - |
| YUV | 117.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 247 | 0.04 | 0.87 | 0 | 0.03 | 296.93 | 0.93 | 0.55 |
| Hex | EC | 20 | F7 | 4 | 57 | 0 | 3 | 129 | 5D | 37 |
| Octal | 354 | 40 | 367 | 4 | 127 | 0 | 3 | 451 | 135 | 67 |
| Binary | 11101100 | 100000 | 11110111 | 100 | 1010111 | 0 | 11 | 100101001 | 1011101 | 110111 |
Color Harmonies of #EC20F7
Complementary color
Monochromatic Colors of #EC20F7
Black with #EC20F7
Text Example
Text Example
White with #EC20F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20F7; }
p { color: rgb(236,32,247); }
H1.HeaderClassName
{
color: #EC20F7;
}
.AnyTagClassName
{
color: #EC20F7;
}
</style>
background-color css
<style>
a { background-color: #EC20F7; }
a { background-color: rgb(236,32,247); }
div.DivClassName
{
background-color: #EC20F7;
}
.BgClassName
{
background-color: #EC20F7;
}
</style>
border-color css
<style>
span { border-color: #EC20F7; }
span { border-color: rgb(236,32,247); }
td.TdClassName
{
border-color: #EC20F7;
}
.TagClassName
{
border-color: #EC20F7;
}
</style>