Shades of Psychedelic Purple #EC0EF1
Tints of Psychedelic Purple #EC0EF1
RGB
CMYK
RGB Variations
Color information
#EC0EF1 (or 0xEC0EF1) is known color: Psychedelic Purple. HEX triplet: EC, 0E and F1. RGB value is (236,14,241). Sum of RGB (Red+Green+Blue) = 236+14+241=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC0EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EF1 is #13F10E. Grayscale: #696969. Windows color (decimal): -1306895 or 15797996. OLE color: 15797996.
HSL color Cylindrical-coordinate representation of color #EC0EF1: hue angle of 298.68º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EF1 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 14 | 241 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.05 |
| HSL | 298.68º | 0.89% | 0.5% | - |
| HSV(B) | 298.68º | 0.94% | 0.95% | - |
| XYZ | 50.63 | 24.5 | 85.28 | - |
| YUV | 106.26 | 204.05 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 241 | 0.02 | 0.94 | 0 | 0.05 | 298.68 | 0.89 | 0.5 |
| Hex | EC | E | F1 | 2 | 5E | 0 | 5 | 12B | 59 | 32 |
| Octal | 354 | 16 | 361 | 2 | 136 | 0 | 5 | 453 | 131 | 62 |
| Binary | 11101100 | 1110 | 11110001 | 10 | 1011110 | 0 | 101 | 100101011 | 1011001 | 110010 |
Color Harmonies of #EC0EF1
Complementary color
Monochromatic Colors of #EC0EF1
Black with #EC0EF1
Text Example
Text Example
White with #EC0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EF1; }
p { color: rgb(236,14,241); }
H1.HeaderClassName
{
color: #EC0EF1;
}
.AnyTagClassName
{
color: #EC0EF1;
}
</style>
background-color css
<style>
a { background-color: #EC0EF1; }
a { background-color: rgb(236,14,241); }
div.DivClassName
{
background-color: #EC0EF1;
}
.BgClassName
{
background-color: #EC0EF1;
}
</style>
border-color css
<style>
span { border-color: #EC0EF1; }
span { border-color: rgb(236,14,241); }
td.TdClassName
{
border-color: #EC0EF1;
}
.TagClassName
{
border-color: #EC0EF1;
}
</style>