Shades of Psychedelic Purple #EC1FF7
Tints of Psychedelic Purple #EC1FF7
RGB
CMYK
RGB Variations
Color information
#EC1FF7 (or 0xEC1FF7) is known color: Psychedelic Purple. HEX triplet: EC, 1F and F7. RGB value is (236,31,247). Sum of RGB (Red+Green+Blue) = 236+31+247=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC1FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FF7 is #13E008. Grayscale: #747474. Windows color (decimal): -1302537 or 16195564. OLE color: 16195564.
HSL color Cylindrical-coordinate representation of color #EC1FF7: hue angle of 296.94º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FF7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 31 | 247 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.03 |
| HSL | 296.94º | 0.93% | 0.55% | - |
| HSV(B) | 296.94º | 0.87% | 0.97% | - |
| XYZ | 51.87 | 25.53 | 90.19 | - |
| YUV | 116.92 | 201.42 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 247 | 0.04 | 0.87 | 0 | 0.03 | 296.94 | 0.93 | 0.55 |
| Hex | EC | 1F | F7 | 4 | 57 | 0 | 3 | 129 | 5D | 37 |
| Octal | 354 | 37 | 367 | 4 | 127 | 0 | 3 | 451 | 135 | 67 |
| Binary | 11101100 | 11111 | 11110111 | 100 | 1010111 | 0 | 11 | 100101001 | 1011101 | 110111 |
Color Harmonies of #EC1FF7
Complementary color
Monochromatic Colors of #EC1FF7
Black with #EC1FF7
Text Example
Text Example
White with #EC1FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FF7; }
p { color: rgb(236,31,247); }
H1.HeaderClassName
{
color: #EC1FF7;
}
.AnyTagClassName
{
color: #EC1FF7;
}
</style>
background-color css
<style>
a { background-color: #EC1FF7; }
a { background-color: rgb(236,31,247); }
div.DivClassName
{
background-color: #EC1FF7;
}
.BgClassName
{
background-color: #EC1FF7;
}
</style>
border-color css
<style>
span { border-color: #EC1FF7; }
span { border-color: rgb(236,31,247); }
td.TdClassName
{
border-color: #EC1FF7;
}
.TagClassName
{
border-color: #EC1FF7;
}
</style>