Shades of Psychedelic Purple #EC0EF9
Tints of Psychedelic Purple #EC0EF9
RGB
CMYK
RGB Variations
Color information
#EC0EF9 (or 0xEC0EF9) is known color: Psychedelic Purple. HEX triplet: EC, 0E and F9. RGB value is (236,14,249). Sum of RGB (Red+Green+Blue) = 236+14+249=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC0EF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EF9 is #13F106. Grayscale: #6A6A6A. Windows color (decimal): -1306887 or 16322284. OLE color: 16322284.
HSL color Cylindrical-coordinate representation of color #EC0EF9: hue angle of 296.68º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EF9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 14 | 249 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.68º | 0.95% | 0.52% | - |
| HSV(B) | 296.68º | 0.94% | 0.98% | - |
| XYZ | 51.85 | 24.99 | 91.71 | - |
| YUV | 107.17 | 208.05 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 249 | 0.05 | 0.94 | 0 | 0.02 | 296.68 | 0.95 | 0.52 |
| Hex | EC | E | F9 | 5 | 5E | 0 | 2 | 129 | 5F | 34 |
| Octal | 354 | 16 | 371 | 5 | 136 | 0 | 2 | 451 | 137 | 64 |
| Binary | 11101100 | 1110 | 11111001 | 101 | 1011110 | 0 | 10 | 100101001 | 1011111 | 110100 |
Color Harmonies of #EC0EF9
Complementary color
Monochromatic Colors of #EC0EF9
Black with #EC0EF9
Text Example
Text Example
White with #EC0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EF9; }
p { color: rgb(236,14,249); }
H1.HeaderClassName
{
color: #EC0EF9;
}
.AnyTagClassName
{
color: #EC0EF9;
}
</style>
background-color css
<style>
a { background-color: #EC0EF9; }
a { background-color: rgb(236,14,249); }
div.DivClassName
{
background-color: #EC0EF9;
}
.BgClassName
{
background-color: #EC0EF9;
}
</style>
border-color css
<style>
span { border-color: #EC0EF9; }
span { border-color: rgb(236,14,249); }
td.TdClassName
{
border-color: #EC0EF9;
}
.TagClassName
{
border-color: #EC0EF9;
}
</style>