Shades of Psychedelic Purple #EC14F2
Tints of Psychedelic Purple #EC14F2
RGB
CMYK
RGB Variations
Color information
#EC14F2 (or 0xEC14F2) is known color: Psychedelic Purple. HEX triplet: EC, 14 and F2. RGB value is (236,20,242). Sum of RGB (Red+Green+Blue) = 236+20+242=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC14F2 is #13EB0D. Grayscale: #6D6D6D. Windows color (decimal): -1305358 or 15865068. OLE color: 15865068.
HSL color Cylindrical-coordinate representation of color #EC14F2: hue angle of 298.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14F2 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 20 | 242 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.05 |
| HSL | 298.38º | 0.9% | 0.51% | - |
| HSV(B) | 298.38º | 0.92% | 0.95% | - |
| XYZ | 50.87 | 24.74 | 86.1 | - |
| YUV | 109.89 | 202.56 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 242 | 0.02 | 0.92 | 0 | 0.05 | 298.38 | 0.9 | 0.51 |
| Hex | EC | 14 | F2 | 2 | 5C | 0 | 5 | 12A | 5A | 33 |
| Octal | 354 | 24 | 362 | 2 | 134 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101100 | 10100 | 11110010 | 10 | 1011100 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #EC14F2
Complementary color
Monochromatic Colors of #EC14F2
Black with #EC14F2
Text Example
Text Example
White with #EC14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14F2; }
p { color: rgb(236,20,242); }
H1.HeaderClassName
{
color: #EC14F2;
}
.AnyTagClassName
{
color: #EC14F2;
}
</style>
background-color css
<style>
a { background-color: #EC14F2; }
a { background-color: rgb(236,20,242); }
div.DivClassName
{
background-color: #EC14F2;
}
.BgClassName
{
background-color: #EC14F2;
}
</style>
border-color css
<style>
span { border-color: #EC14F2; }
span { border-color: rgb(236,20,242); }
td.TdClassName
{
border-color: #EC14F2;
}
.TagClassName
{
border-color: #EC14F2;
}
</style>