Shades of Psychedelic Purple #EC27FE
Tints of Psychedelic Purple #EC27FE
RGB
CMYK
RGB Variations
Color information
#EC27FE (or 0xEC27FE) is known color: Psychedelic Purple. HEX triplet: EC, 27 and FE. RGB value is (236,39,254). Sum of RGB (Red+Green+Blue) = 236+39+254=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 39 (15.62% from 255 or 7.37% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27FE is #13D801. Grayscale: #797979. Windows color (decimal): -1300482 or 16656364. OLE color: 16656364.
HSL color Cylindrical-coordinate representation of color #EC27FE: hue angle of 294.98º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC27FE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 39 | 254 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.00 |
| HSL | 294.98º | 0.99% | 0.57% | - |
| HSV(B) | 294.98º | 0.85% | 1% | - |
| XYZ | 53.21 | 26.44 | 96.06 | - |
| YUV | 122.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 254 | 0.07 | 0.85 | 0 | 0.00 | 294.98 | 0.99 | 0.57 |
| Hex | EC | 27 | FE | 7 | 55 | 0 | 0 | 127 | 63 | 39 |
| Octal | 354 | 47 | 376 | 7 | 125 | 0 | 0 | 447 | 143 | 71 |
| Binary | 11101100 | 100111 | 11111110 | 111 | 1010101 | 0 | 0 | 100100111 | 1100011 | 111001 |
Color Harmonies of #EC27FE
Complementary color
Monochromatic Colors of #EC27FE
Black with #EC27FE
Text Example
Text Example
White with #EC27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27FE; }
p { color: rgb(236,39,254); }
H1.HeaderClassName
{
color: #EC27FE;
}
.AnyTagClassName
{
color: #EC27FE;
}
</style>
background-color css
<style>
a { background-color: #EC27FE; }
a { background-color: rgb(236,39,254); }
div.DivClassName
{
background-color: #EC27FE;
}
.BgClassName
{
background-color: #EC27FE;
}
</style>
border-color css
<style>
span { border-color: #EC27FE; }
span { border-color: rgb(236,39,254); }
td.TdClassName
{
border-color: #EC27FE;
}
.TagClassName
{
border-color: #EC27FE;
}
</style>