Shades of Psychedelic Purple #EC11EF
Tints of Psychedelic Purple #EC11EF
RGB
CMYK
RGB Variations
Color information
#EC11EF (or 0xEC11EF) is known color: Psychedelic Purple. HEX triplet: EC, 11 and EF. RGB value is (236,17,239). Sum of RGB (Red+Green+Blue) = 236+17+239=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC11EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11EF is #13EE10. Grayscale: #6B6B6B. Windows color (decimal): -1306129 or 15667692. OLE color: 15667692.
HSL color Cylindrical-coordinate representation of color #EC11EF: hue angle of 299.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11EF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 17 | 239 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.06 |
| HSL | 299.19º | 0.87% | 0.5% | - |
| HSV(B) | 299.19º | 0.93% | 0.94% | - |
| XYZ | 50.37 | 24.47 | 83.73 | - |
| YUV | 107.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 239 | 0.01 | 0.93 | 0 | 0.06 | 299.19 | 0.87 | 0.5 |
| Hex | EC | 11 | EF | 1 | 5D | 0 | 6 | 12B | 57 | 32 |
| Octal | 354 | 21 | 357 | 1 | 135 | 0 | 6 | 453 | 127 | 62 |
| Binary | 11101100 | 10001 | 11101111 | 1 | 1011101 | 0 | 110 | 100101011 | 1010111 | 110010 |
Color Harmonies of #EC11EF
Complementary color
Monochromatic Colors of #EC11EF
Black with #EC11EF
Text Example
Text Example
White with #EC11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11EF; }
p { color: rgb(236,17,239); }
H1.HeaderClassName
{
color: #EC11EF;
}
.AnyTagClassName
{
color: #EC11EF;
}
</style>
background-color css
<style>
a { background-color: #EC11EF; }
a { background-color: rgb(236,17,239); }
div.DivClassName
{
background-color: #EC11EF;
}
.BgClassName
{
background-color: #EC11EF;
}
</style>
border-color css
<style>
span { border-color: #EC11EF; }
span { border-color: rgb(236,17,239); }
td.TdClassName
{
border-color: #EC11EF;
}
.TagClassName
{
border-color: #EC11EF;
}
</style>