Shades of Psychedelic Purple #EC11F9
Tints of Psychedelic Purple #EC11F9
RGB
CMYK
RGB Variations
Color information
#EC11F9 (or 0xEC11F9) is known color: Psychedelic Purple. HEX triplet: EC, 11 and F9. RGB value is (236,17,249). Sum of RGB (Red+Green+Blue) = 236+17+249=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC11F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11F9 is #13EE06. Grayscale: #6C6C6C. Windows color (decimal): -1306119 or 16323052. OLE color: 16323052.
HSL color Cylindrical-coordinate representation of color #EC11F9: hue angle of 296.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11F9 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 17 | 249 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.02 |
| HSL | 296.64º | 0.95% | 0.52% | - |
| HSV(B) | 296.64º | 0.93% | 0.98% | - |
| XYZ | 51.89 | 25.07 | 91.73 | - |
| YUV | 108.93 | 207.05 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 249 | 0.05 | 0.93 | 0 | 0.02 | 296.64 | 0.95 | 0.52 |
| Hex | EC | 11 | F9 | 5 | 5D | 0 | 2 | 129 | 5F | 34 |
| Octal | 354 | 21 | 371 | 5 | 135 | 0 | 2 | 451 | 137 | 64 |
| Binary | 11101100 | 10001 | 11111001 | 101 | 1011101 | 0 | 10 | 100101001 | 1011111 | 110100 |
Color Harmonies of #EC11F9
Complementary color
Monochromatic Colors of #EC11F9
Black with #EC11F9
Text Example
Text Example
White with #EC11F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11F9; }
p { color: rgb(236,17,249); }
H1.HeaderClassName
{
color: #EC11F9;
}
.AnyTagClassName
{
color: #EC11F9;
}
</style>
background-color css
<style>
a { background-color: #EC11F9; }
a { background-color: rgb(236,17,249); }
div.DivClassName
{
background-color: #EC11F9;
}
.BgClassName
{
background-color: #EC11F9;
}
</style>
border-color css
<style>
span { border-color: #EC11F9; }
span { border-color: rgb(236,17,249); }
td.TdClassName
{
border-color: #EC11F9;
}
.TagClassName
{
border-color: #EC11F9;
}
</style>