Shades of Psychedelic Purple #EC1EF2
Tints of Psychedelic Purple #EC1EF2
RGB
CMYK
RGB Variations
Color information
#EC1EF2 (or 0xEC1EF2) is known color: Psychedelic Purple. HEX triplet: EC, 1E and F2. RGB value is (236,30,242). Sum of RGB (Red+Green+Blue) = 236+30+242=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC1EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EF2 is #13E10D. Grayscale: #737373. Windows color (decimal): -1302798 or 15867628. OLE color: 15867628.
HSL color Cylindrical-coordinate representation of color #EC1EF2: hue angle of 298.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1EF2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 30 | 242 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.05 |
| HSL | 298.3º | 0.89% | 0.53% | - |
| HSV(B) | 298.3º | 0.88% | 0.95% | - |
| XYZ | 51.08 | 25.17 | 86.17 | - |
| YUV | 115.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 242 | 0.02 | 0.88 | 0 | 0.05 | 298.3 | 0.89 | 0.53 |
| Hex | EC | 1E | F2 | 2 | 58 | 0 | 5 | 12A | 59 | 35 |
| Octal | 354 | 36 | 362 | 2 | 130 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101100 | 11110 | 11110010 | 10 | 1011000 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EC1EF2
Complementary color
Monochromatic Colors of #EC1EF2
Black with #EC1EF2
Text Example
Text Example
White with #EC1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EF2; }
p { color: rgb(236,30,242); }
H1.HeaderClassName
{
color: #EC1EF2;
}
.AnyTagClassName
{
color: #EC1EF2;
}
</style>
background-color css
<style>
a { background-color: #EC1EF2; }
a { background-color: rgb(236,30,242); }
div.DivClassName
{
background-color: #EC1EF2;
}
.BgClassName
{
background-color: #EC1EF2;
}
</style>
border-color css
<style>
span { border-color: #EC1EF2; }
span { border-color: rgb(236,30,242); }
td.TdClassName
{
border-color: #EC1EF2;
}
.TagClassName
{
border-color: #EC1EF2;
}
</style>