Shades of Psychedelic Purple #EC14FC
Tints of Psychedelic Purple #EC14FC
RGB
CMYK
RGB Variations
Color information
#EC14FC (or 0xEC14FC) is known color: Psychedelic Purple. HEX triplet: EC, 14 and FC. RGB value is (236,20,252). Sum of RGB (Red+Green+Blue) = 236+20+252=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 20 (8.20% from 255 or 3.94% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC14FC is #13EB03. Grayscale: #6E6E6E. Windows color (decimal): -1305348 or 16520428. OLE color: 16520428.
HSL color Cylindrical-coordinate representation of color #EC14FC: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14FC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 20 | 252 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.01 |
| HSL | 295.86º | 0.97% | 0.53% | - |
| HSV(B) | 295.86º | 0.92% | 0.99% | - |
| XYZ | 52.41 | 25.36 | 94.23 | - |
| YUV | 111.03 | 207.56 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 252 | 0.06 | 0.92 | 0 | 0.01 | 295.86 | 0.97 | 0.53 |
| Hex | EC | 14 | FC | 6 | 5C | 0 | 1 | 128 | 61 | 35 |
| Octal | 354 | 24 | 374 | 6 | 134 | 0 | 1 | 450 | 141 | 65 |
| Binary | 11101100 | 10100 | 11111100 | 110 | 1011100 | 0 | 1 | 100101000 | 1100001 | 110101 |
Color Harmonies of #EC14FC
Complementary color
Monochromatic Colors of #EC14FC
Black with #EC14FC
Text Example
Text Example
White with #EC14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14FC; }
p { color: rgb(236,20,252); }
H1.HeaderClassName
{
color: #EC14FC;
}
.AnyTagClassName
{
color: #EC14FC;
}
</style>
background-color css
<style>
a { background-color: #EC14FC; }
a { background-color: rgb(236,20,252); }
div.DivClassName
{
background-color: #EC14FC;
}
.BgClassName
{
background-color: #EC14FC;
}
</style>
border-color css
<style>
span { border-color: #EC14FC; }
span { border-color: rgb(236,20,252); }
td.TdClassName
{
border-color: #EC14FC;
}
.TagClassName
{
border-color: #EC14FC;
}
</style>