Shades of Psychedelic Purple #EC14F3
Tints of Psychedelic Purple #EC14F3
RGB
CMYK
RGB Variations
Color information
#EC14F3 (or 0xEC14F3) is known color: Psychedelic Purple. HEX triplet: EC, 14 and F3. RGB value is (236,20,243). Sum of RGB (Red+Green+Blue) = 236+20+243=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC14F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC14F3 is #13EB0C. Grayscale: #6D6D6D. Windows color (decimal): -1305357 or 15930604. OLE color: 15930604.
HSL color Cylindrical-coordinate representation of color #EC14F3: hue angle of 298.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14F3 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 20 | 243 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.05 |
| HSL | 298.12º | 0.9% | 0.52% | - |
| HSV(B) | 298.12º | 0.92% | 0.95% | - |
| XYZ | 51.02 | 24.8 | 86.89 | - |
| YUV | 110.01 | 203.06 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 243 | 0.03 | 0.92 | 0 | 0.05 | 298.12 | 0.9 | 0.52 |
| Hex | EC | 14 | F3 | 3 | 5C | 0 | 5 | 12A | 5A | 34 |
| Octal | 354 | 24 | 363 | 3 | 134 | 0 | 5 | 452 | 132 | 64 |
| Binary | 11101100 | 10100 | 11110011 | 11 | 1011100 | 0 | 101 | 100101010 | 1011010 | 110100 |
Color Harmonies of #EC14F3
Complementary color
Monochromatic Colors of #EC14F3
Black with #EC14F3
Text Example
Text Example
White with #EC14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14F3; }
p { color: rgb(236,20,243); }
H1.HeaderClassName
{
color: #EC14F3;
}
.AnyTagClassName
{
color: #EC14F3;
}
</style>
background-color css
<style>
a { background-color: #EC14F3; }
a { background-color: rgb(236,20,243); }
div.DivClassName
{
background-color: #EC14F3;
}
.BgClassName
{
background-color: #EC14F3;
}
</style>
border-color css
<style>
span { border-color: #EC14F3; }
span { border-color: rgb(236,20,243); }
td.TdClassName
{
border-color: #EC14F3;
}
.TagClassName
{
border-color: #EC14F3;
}
</style>