Shades of Psychedelic Purple #EC12FA
Tints of Psychedelic Purple #EC12FA
RGB
CMYK
RGB Variations
Color information
#EC12FA (or 0xEC12FA) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FA. RGB value is (236,18,250). Sum of RGB (Red+Green+Blue) = 236+18+250=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FA is #13ED05. Grayscale: #6C6C6C. Windows color (decimal): -1305862 or 16388844. OLE color: 16388844.
HSL color Cylindrical-coordinate representation of color #EC12FA: hue angle of 296.38º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12FA is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 18 | 250 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.02 |
| HSL | 296.38º | 0.96% | 0.53% | - |
| HSV(B) | 296.38º | 0.93% | 0.98% | - |
| XYZ | 52.06 | 25.17 | 92.56 | - |
| YUV | 109.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 250 | 0.06 | 0.93 | 0 | 0.02 | 296.38 | 0.96 | 0.53 |
| Hex | EC | 12 | FA | 6 | 5D | 0 | 2 | 128 | 60 | 35 |
| Octal | 354 | 22 | 372 | 6 | 135 | 0 | 2 | 450 | 140 | 65 |
| Binary | 11101100 | 10010 | 11111010 | 110 | 1011101 | 0 | 10 | 100101000 | 1100000 | 110101 |
Color Harmonies of #EC12FA
Complementary color
Monochromatic Colors of #EC12FA
Black with #EC12FA
Text Example
Text Example
White with #EC12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12FA; }
p { color: rgb(236,18,250); }
H1.HeaderClassName
{
color: #EC12FA;
}
.AnyTagClassName
{
color: #EC12FA;
}
</style>
background-color css
<style>
a { background-color: #EC12FA; }
a { background-color: rgb(236,18,250); }
div.DivClassName
{
background-color: #EC12FA;
}
.BgClassName
{
background-color: #EC12FA;
}
</style>
border-color css
<style>
span { border-color: #EC12FA; }
span { border-color: rgb(236,18,250); }
td.TdClassName
{
border-color: #EC12FA;
}
.TagClassName
{
border-color: #EC12FA;
}
</style>