Shades of Psychedelic Purple #EC1BF7
Tints of Psychedelic Purple #EC1BF7
RGB
CMYK
RGB Variations
Color information
#EC1BF7 (or 0xEC1BF7) is known color: Psychedelic Purple. HEX triplet: EC, 1B and F7. RGB value is (236,27,247). Sum of RGB (Red+Green+Blue) = 236+27+247=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC1BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BF7 is #13E408. Grayscale: #717171. Windows color (decimal): -1303561 or 16194540. OLE color: 16194540.
HSL color Cylindrical-coordinate representation of color #EC1BF7: hue angle of 297º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BF7 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 27 | 247 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.03 |
| HSL | 297º | 0.93% | 0.54% | - |
| HSV(B) | 297º | 0.89% | 0.97% | - |
| XYZ | 51.77 | 25.33 | 90.16 | - |
| YUV | 114.57 | 202.74 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 247 | 0.04 | 0.89 | 0 | 0.03 | 297 | 0.93 | 0.54 |
| Hex | EC | 1B | F7 | 4 | 59 | 0 | 3 | 129 | 5D | 36 |
| Octal | 354 | 33 | 367 | 4 | 131 | 0 | 3 | 451 | 135 | 66 |
| Binary | 11101100 | 11011 | 11110111 | 100 | 1011001 | 0 | 11 | 100101001 | 1011101 | 110110 |
Color Harmonies of #EC1BF7
Complementary color
Monochromatic Colors of #EC1BF7
Black with #EC1BF7
Text Example
Text Example
White with #EC1BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BF7; }
p { color: rgb(236,27,247); }
H1.HeaderClassName
{
color: #EC1BF7;
}
.AnyTagClassName
{
color: #EC1BF7;
}
</style>
background-color css
<style>
a { background-color: #EC1BF7; }
a { background-color: rgb(236,27,247); }
div.DivClassName
{
background-color: #EC1BF7;
}
.BgClassName
{
background-color: #EC1BF7;
}
</style>
border-color css
<style>
span { border-color: #EC1BF7; }
span { border-color: rgb(236,27,247); }
td.TdClassName
{
border-color: #EC1BF7;
}
.TagClassName
{
border-color: #EC1BF7;
}
</style>