Shades of Psychedelic Purple #EC12F4
Tints of Psychedelic Purple #EC12F4
RGB
CMYK
RGB Variations
Color information
#EC12F4 (or 0xEC12F4) is known color: Psychedelic Purple. HEX triplet: EC, 12 and F4. RGB value is (236,18,244). Sum of RGB (Red+Green+Blue) = 236+18+244=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC12F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12F4 is #13ED0B. Grayscale: #6C6C6C. Windows color (decimal): -1305868 or 15995628. OLE color: 15995628.
HSL color Cylindrical-coordinate representation of color #EC12F4: hue angle of 297.88º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12F4 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 18 | 244 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.04 |
| HSL | 297.88º | 0.91% | 0.51% | - |
| HSV(B) | 297.88º | 0.93% | 0.96% | - |
| XYZ | 51.14 | 24.8 | 87.68 | - |
| YUV | 108.95 | 204.22 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 244 | 0.03 | 0.93 | 0 | 0.04 | 297.88 | 0.91 | 0.51 |
| Hex | EC | 12 | F4 | 3 | 5D | 0 | 4 | 12A | 5B | 33 |
| Octal | 354 | 22 | 364 | 3 | 135 | 0 | 4 | 452 | 133 | 63 |
| Binary | 11101100 | 10010 | 11110100 | 11 | 1011101 | 0 | 100 | 100101010 | 1011011 | 110011 |
Color Harmonies of #EC12F4
Complementary color
Monochromatic Colors of #EC12F4
Black with #EC12F4
Text Example
Text Example
White with #EC12F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12F4; }
p { color: rgb(236,18,244); }
H1.HeaderClassName
{
color: #EC12F4;
}
.AnyTagClassName
{
color: #EC12F4;
}
</style>
background-color css
<style>
a { background-color: #EC12F4; }
a { background-color: rgb(236,18,244); }
div.DivClassName
{
background-color: #EC12F4;
}
.BgClassName
{
background-color: #EC12F4;
}
</style>
border-color css
<style>
span { border-color: #EC12F4; }
span { border-color: rgb(236,18,244); }
td.TdClassName
{
border-color: #EC12F4;
}
.TagClassName
{
border-color: #EC12F4;
}
</style>