Shades of Psychedelic Purple #EC12FF
Tints of Psychedelic Purple #EC12FF
RGB
CMYK
RGB Variations
Color information
#EC12FF (or 0xEC12FF) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FF. RGB value is (236,18,255). Sum of RGB (Red+Green+Blue) = 236+18+255=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FF is #13ED00. Grayscale: #6D6D6D. Windows color (decimal): -1305857 or 16716524. OLE color: 16716524.
HSL color Cylindrical-coordinate representation of color #EC12FF: hue angle of 295.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12FF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 18 | 255 | - |
| CMYK | 0.07 | 0.93 | 0 | 0 |
| HSL | 295.19º | 1% | 0.54% | - |
| HSV(B) | 295.19º | 0.93% | 1% | - |
| XYZ | 52.86 | 25.49 | 96.74 | - |
| YUV | 110.2 | 209.72 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 255 | 0.07 | 0.93 | 0 | 0 | 295.19 | 1 | 0.54 |
| Hex | EC | 12 | FF | 7 | 5D | 0 | 0 | 127 | 64 | 36 |
| Octal | 354 | 22 | 377 | 7 | 135 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101100 | 10010 | 11111111 | 111 | 1011101 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #EC12FF
Complementary color
Monochromatic Colors of #EC12FF
Black with #EC12FF
Text Example
Text Example
White with #EC12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12FF; }
p { color: rgb(236,18,255); }
H1.HeaderClassName
{
color: #EC12FF;
}
.AnyTagClassName
{
color: #EC12FF;
}
</style>
background-color css
<style>
a { background-color: #EC12FF; }
a { background-color: rgb(236,18,255); }
div.DivClassName
{
background-color: #EC12FF;
}
.BgClassName
{
background-color: #EC12FF;
}
</style>
border-color css
<style>
span { border-color: #EC12FF; }
span { border-color: rgb(236,18,255); }
td.TdClassName
{
border-color: #EC12FF;
}
.TagClassName
{
border-color: #EC12FF;
}
</style>