Shades of Psychedelic Purple #EC1EF0
Tints of Psychedelic Purple #EC1EF0
RGB
CMYK
RGB Variations
Color information
#EC1EF0 (or 0xEC1EF0) is known color: Psychedelic Purple. HEX triplet: EC, 1E and F0. RGB value is (236,30,240). Sum of RGB (Red+Green+Blue) = 236+30+240=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC1EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EF0 is #13E10F. Grayscale: #727272. Windows color (decimal): -1302800 or 15736556. OLE color: 15736556.
HSL color Cylindrical-coordinate representation of color #EC1EF0: hue angle of 298.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1EF0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 30 | 240 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.06 |
| HSL | 298.86º | 0.88% | 0.53% | - |
| HSV(B) | 298.86º | 0.88% | 0.94% | - |
| XYZ | 50.78 | 25.05 | 84.6 | - |
| YUV | 115.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 240 | 0.02 | 0.87 | 0 | 0.06 | 298.86 | 0.88 | 0.53 |
| Hex | EC | 1E | F0 | 2 | 57 | 0 | 6 | 12B | 58 | 35 |
| Octal | 354 | 36 | 360 | 2 | 127 | 0 | 6 | 453 | 130 | 65 |
| Binary | 11101100 | 11110 | 11110000 | 10 | 1010111 | 0 | 110 | 100101011 | 1011000 | 110101 |
Color Harmonies of #EC1EF0
Complementary color
Monochromatic Colors of #EC1EF0
Black with #EC1EF0
Text Example
Text Example
White with #EC1EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EF0; }
p { color: rgb(236,30,240); }
H1.HeaderClassName
{
color: #EC1EF0;
}
.AnyTagClassName
{
color: #EC1EF0;
}
</style>
background-color css
<style>
a { background-color: #EC1EF0; }
a { background-color: rgb(236,30,240); }
div.DivClassName
{
background-color: #EC1EF0;
}
.BgClassName
{
background-color: #EC1EF0;
}
</style>
border-color css
<style>
span { border-color: #EC1EF0; }
span { border-color: rgb(236,30,240); }
td.TdClassName
{
border-color: #EC1EF0;
}
.TagClassName
{
border-color: #EC1EF0;
}
</style>