Shades of Psychedelic Purple #EC32FE
Tints of Psychedelic Purple #EC32FE
RGB
CMYK
RGB Variations
Color information
#EC32FE (or 0xEC32FE) is known color: Psychedelic Purple. HEX triplet: EC, 32 and FE. RGB value is (236,50,254). Sum of RGB (Red+Green+Blue) = 236+50+254=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 50 (19.92% from 255 or 9.26% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC32FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32FE is #13CD01. Grayscale: #808080. Windows color (decimal): -1297666 or 16659180. OLE color: 16659180.
HSL color Cylindrical-coordinate representation of color #EC32FE: hue angle of 294.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC32FE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 50 | 254 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.00 |
| HSL | 294.71º | 0.99% | 0.6% | - |
| HSV(B) | 294.71º | 0.8% | 1% | - |
| XYZ | 53.62 | 27.27 | 96.2 | - |
| YUV | 128.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 254 | 0.07 | 0.80 | 0 | 0.00 | 294.71 | 0.99 | 0.6 |
| Hex | EC | 32 | FE | 7 | 50 | 0 | 0 | 127 | 63 | 3C |
| Octal | 354 | 62 | 376 | 7 | 120 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101100 | 110010 | 11111110 | 111 | 1010000 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #EC32FE
Complementary color
Monochromatic Colors of #EC32FE
Black with #EC32FE
Text Example
Text Example
White with #EC32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32FE; }
p { color: rgb(236,50,254); }
H1.HeaderClassName
{
color: #EC32FE;
}
.AnyTagClassName
{
color: #EC32FE;
}
</style>
background-color css
<style>
a { background-color: #EC32FE; }
a { background-color: rgb(236,50,254); }
div.DivClassName
{
background-color: #EC32FE;
}
.BgClassName
{
background-color: #EC32FE;
}
</style>
border-color css
<style>
span { border-color: #EC32FE; }
span { border-color: rgb(236,50,254); }
td.TdClassName
{
border-color: #EC32FE;
}
.TagClassName
{
border-color: #EC32FE;
}
</style>