Shades of Psychedelic Purple #EC12FE
Tints of Psychedelic Purple #EC12FE
RGB
CMYK
RGB Variations
Color information
#EC12FE (or 0xEC12FE) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FE. RGB value is (236,18,254). Sum of RGB (Red+Green+Blue) = 236+18+254=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 18 (7.42% from 255 or 3.54% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FE is #13ED01. Grayscale: #6D6D6D. Windows color (decimal): -1305858 or 16650988. OLE color: 16650988.
HSL color Cylindrical-coordinate representation of color #EC12FE: hue angle of 295.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12FE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 18 | 254 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.00 |
| HSL | 295.42º | 0.99% | 0.53% | - |
| HSV(B) | 295.42º | 0.93% | 1% | - |
| XYZ | 52.7 | 25.42 | 95.9 | - |
| YUV | 110.09 | 209.22 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 254 | 0.07 | 0.93 | 0 | 0.00 | 295.42 | 0.99 | 0.53 |
| Hex | EC | 12 | FE | 7 | 5D | 0 | 0 | 127 | 63 | 35 |
| Octal | 354 | 22 | 376 | 7 | 135 | 0 | 0 | 447 | 143 | 65 |
| Binary | 11101100 | 10010 | 11111110 | 111 | 1011101 | 0 | 0 | 100100111 | 1100011 | 110101 |
Color Harmonies of #EC12FE
Complementary color
Monochromatic Colors of #EC12FE
Black with #EC12FE
Text Example
Text Example
White with #EC12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12FE; }
p { color: rgb(236,18,254); }
H1.HeaderClassName
{
color: #EC12FE;
}
.AnyTagClassName
{
color: #EC12FE;
}
</style>
background-color css
<style>
a { background-color: #EC12FE; }
a { background-color: rgb(236,18,254); }
div.DivClassName
{
background-color: #EC12FE;
}
.BgClassName
{
background-color: #EC12FE;
}
</style>
border-color css
<style>
span { border-color: #EC12FE; }
span { border-color: rgb(236,18,254); }
td.TdClassName
{
border-color: #EC12FE;
}
.TagClassName
{
border-color: #EC12FE;
}
</style>