Shades of Psychedelic Purple #EC1FF2
Tints of Psychedelic Purple #EC1FF2
RGB
CMYK
RGB Variations
Color information
#EC1FF2 (or 0xEC1FF2) is known color: Psychedelic Purple. HEX triplet: EC, 1F and F2. RGB value is (236,31,242). Sum of RGB (Red+Green+Blue) = 236+31+242=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC1FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FF2 is #13E00D. Grayscale: #737373. Windows color (decimal): -1302542 or 15867884. OLE color: 15867884.
HSL color Cylindrical-coordinate representation of color #EC1FF2: hue angle of 298.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FF2 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 31 | 242 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.05 |
| HSL | 298.29º | 0.89% | 0.54% | - |
| HSV(B) | 298.29º | 0.87% | 0.95% | - |
| XYZ | 51.11 | 25.22 | 86.18 | - |
| YUV | 116.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 242 | 0.02 | 0.87 | 0 | 0.05 | 298.29 | 0.89 | 0.54 |
| Hex | EC | 1F | F2 | 2 | 57 | 0 | 5 | 12A | 59 | 36 |
| Octal | 354 | 37 | 362 | 2 | 127 | 0 | 5 | 452 | 131 | 66 |
| Binary | 11101100 | 11111 | 11110010 | 10 | 1010111 | 0 | 101 | 100101010 | 1011001 | 110110 |
Color Harmonies of #EC1FF2
Complementary color
Monochromatic Colors of #EC1FF2
Black with #EC1FF2
Text Example
Text Example
White with #EC1FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FF2; }
p { color: rgb(236,31,242); }
H1.HeaderClassName
{
color: #EC1FF2;
}
.AnyTagClassName
{
color: #EC1FF2;
}
</style>
background-color css
<style>
a { background-color: #EC1FF2; }
a { background-color: rgb(236,31,242); }
div.DivClassName
{
background-color: #EC1FF2;
}
.BgClassName
{
background-color: #EC1FF2;
}
</style>
border-color css
<style>
span { border-color: #EC1FF2; }
span { border-color: rgb(236,31,242); }
td.TdClassName
{
border-color: #EC1FF2;
}
.TagClassName
{
border-color: #EC1FF2;
}
</style>