Shades of Psychedelic Purple #EC12EE
Tints of Psychedelic Purple #EC12EE
RGB
CMYK
RGB Variations
Color information
#EC12EE (or 0xEC12EE) is known color: Psychedelic Purple. HEX triplet: EC, 12 and EE. RGB value is (236,18,238). Sum of RGB (Red+Green+Blue) = 236+18+238=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12EE is #13ED11. Grayscale: #6B6B6B. Windows color (decimal): -1305874 or 15602412. OLE color: 15602412.
HSL color Cylindrical-coordinate representation of color #EC12EE: hue angle of 299.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12EE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 238 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.07 |
| HSL | 299.45º | 0.87% | 0.5% | - |
| HSV(B) | 299.45º | 0.92% | 0.93% | - |
| XYZ | 50.24 | 24.44 | 82.96 | - |
| YUV | 108.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 238 | 0.01 | 0.92 | 0 | 0.07 | 299.45 | 0.87 | 0.5 |
| Hex | EC | 12 | EE | 1 | 5C | 0 | 7 | 12B | 57 | 32 |
| Octal | 354 | 22 | 356 | 1 | 134 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101100 | 10010 | 11101110 | 1 | 1011100 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #EC12EE
Complementary color
Monochromatic Colors of #EC12EE
Black with #EC12EE
Text Example
Text Example
White with #EC12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12EE; }
p { color: rgb(236,18,238); }
H1.HeaderClassName
{
color: #EC12EE;
}
.AnyTagClassName
{
color: #EC12EE;
}
</style>
background-color css
<style>
a { background-color: #EC12EE; }
a { background-color: rgb(236,18,238); }
div.DivClassName
{
background-color: #EC12EE;
}
.BgClassName
{
background-color: #EC12EE;
}
</style>
border-color css
<style>
span { border-color: #EC12EE; }
span { border-color: rgb(236,18,238); }
td.TdClassName
{
border-color: #EC12EE;
}
.TagClassName
{
border-color: #EC12EE;
}
</style>