Shades of Psychedelic Purple #EC2FF7
Tints of Psychedelic Purple #EC2FF7
RGB
CMYK
RGB Variations
Color information
#EC2FF7 (or 0xEC2FF7) is known color: Psychedelic Purple. HEX triplet: EC, 2F and F7. RGB value is (236,47,247). Sum of RGB (Red+Green+Blue) = 236+47+247=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC2FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FF7 is #13D008. Grayscale: #7D7D7D. Windows color (decimal): -1298441 or 16199660. OLE color: 16199660.
HSL color Cylindrical-coordinate representation of color #EC2FF7: hue angle of 296.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FF7 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 47 | 247 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.03 |
| HSL | 296.7º | 0.93% | 0.58% | - |
| HSV(B) | 296.7º | 0.81% | 0.97% | - |
| XYZ | 52.4 | 26.58 | 90.36 | - |
| YUV | 126.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 247 | 0.04 | 0.81 | 0 | 0.03 | 296.7 | 0.93 | 0.58 |
| Hex | EC | 2F | F7 | 4 | 51 | 0 | 3 | 129 | 5D | 3A |
| Octal | 354 | 57 | 367 | 4 | 121 | 0 | 3 | 451 | 135 | 72 |
| Binary | 11101100 | 101111 | 11110111 | 100 | 1010001 | 0 | 11 | 100101001 | 1011101 | 111010 |
Color Harmonies of #EC2FF7
Complementary color
Monochromatic Colors of #EC2FF7
Black with #EC2FF7
Text Example
Text Example
White with #EC2FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FF7; }
p { color: rgb(236,47,247); }
H1.HeaderClassName
{
color: #EC2FF7;
}
.AnyTagClassName
{
color: #EC2FF7;
}
</style>
background-color css
<style>
a { background-color: #EC2FF7; }
a { background-color: rgb(236,47,247); }
div.DivClassName
{
background-color: #EC2FF7;
}
.BgClassName
{
background-color: #EC2FF7;
}
</style>
border-color css
<style>
span { border-color: #EC2FF7; }
span { border-color: rgb(236,47,247); }
td.TdClassName
{
border-color: #EC2FF7;
}
.TagClassName
{
border-color: #EC2FF7;
}
</style>