Shades of Psychedelic Purple #EC12FC
Tints of Psychedelic Purple #EC12FC
RGB
CMYK
RGB Variations
Color information
#EC12FC (or 0xEC12FC) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FC. RGB value is (236,18,252). Sum of RGB (Red+Green+Blue) = 236+18+252=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC12FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FC is #13ED03. Grayscale: #6D6D6D. Windows color (decimal): -1305860 or 16519916. OLE color: 16519916.
HSL color Cylindrical-coordinate representation of color #EC12FC: hue angle of 295.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12FC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 18 | 252 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.01 |
| HSL | 295.9º | 0.98% | 0.53% | - |
| HSV(B) | 295.9º | 0.93% | 0.99% | - |
| XYZ | 52.38 | 25.29 | 94.22 | - |
| YUV | 109.86 | 208.22 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 252 | 0.06 | 0.93 | 0 | 0.01 | 295.9 | 0.98 | 0.53 |
| Hex | EC | 12 | FC | 6 | 5D | 0 | 1 | 128 | 62 | 35 |
| Octal | 354 | 22 | 374 | 6 | 135 | 0 | 1 | 450 | 142 | 65 |
| Binary | 11101100 | 10010 | 11111100 | 110 | 1011101 | 0 | 1 | 100101000 | 1100010 | 110101 |
Color Harmonies of #EC12FC
Complementary color
Monochromatic Colors of #EC12FC
Black with #EC12FC
Text Example
Text Example
White with #EC12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12FC; }
p { color: rgb(236,18,252); }
H1.HeaderClassName
{
color: #EC12FC;
}
.AnyTagClassName
{
color: #EC12FC;
}
</style>
background-color css
<style>
a { background-color: #EC12FC; }
a { background-color: rgb(236,18,252); }
div.DivClassName
{
background-color: #EC12FC;
}
.BgClassName
{
background-color: #EC12FC;
}
</style>
border-color css
<style>
span { border-color: #EC12FC; }
span { border-color: rgb(236,18,252); }
td.TdClassName
{
border-color: #EC12FC;
}
.TagClassName
{
border-color: #EC12FC;
}
</style>