Shades of Psychedelic Purple #EC14FA
Tints of Psychedelic Purple #EC14FA
RGB
CMYK
RGB Variations
Color information
#EC14FA (or 0xEC14FA) is known color: Psychedelic Purple. HEX triplet: EC, 14 and FA. RGB value is (236,20,250). Sum of RGB (Red+Green+Blue) = 236+20+250=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC14FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC14FA is #13EB05. Grayscale: #6E6E6E. Windows color (decimal): -1305350 or 16389356. OLE color: 16389356.
HSL color Cylindrical-coordinate representation of color #EC14FA: hue angle of 296.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14FA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 20 | 250 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.02 |
| HSL | 296.35º | 0.96% | 0.53% | - |
| HSV(B) | 296.35º | 0.92% | 0.98% | - |
| XYZ | 52.1 | 25.24 | 92.57 | - |
| YUV | 110.8 | 206.56 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 250 | 0.06 | 0.92 | 0 | 0.02 | 296.35 | 0.96 | 0.53 |
| Hex | EC | 14 | FA | 6 | 5C | 0 | 2 | 128 | 60 | 35 |
| Octal | 354 | 24 | 372 | 6 | 134 | 0 | 2 | 450 | 140 | 65 |
| Binary | 11101100 | 10100 | 11111010 | 110 | 1011100 | 0 | 10 | 100101000 | 1100000 | 110101 |
Color Harmonies of #EC14FA
Complementary color
Monochromatic Colors of #EC14FA
Black with #EC14FA
Text Example
Text Example
White with #EC14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14FA; }
p { color: rgb(236,20,250); }
H1.HeaderClassName
{
color: #EC14FA;
}
.AnyTagClassName
{
color: #EC14FA;
}
</style>
background-color css
<style>
a { background-color: #EC14FA; }
a { background-color: rgb(236,20,250); }
div.DivClassName
{
background-color: #EC14FA;
}
.BgClassName
{
background-color: #EC14FA;
}
</style>
border-color css
<style>
span { border-color: #EC14FA; }
span { border-color: rgb(236,20,250); }
td.TdClassName
{
border-color: #EC14FA;
}
.TagClassName
{
border-color: #EC14FA;
}
</style>