Shades of Psychedelic Purple #EC0CF7
Tints of Psychedelic Purple #EC0CF7
RGB
CMYK
RGB Variations
Color information
#EC0CF7 (or 0xEC0CF7) is known color: Psychedelic Purple. HEX triplet: EC, 0C and F7. RGB value is (236,12,247). Sum of RGB (Red+Green+Blue) = 236+12+247=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC0CF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CF7 is #13F308. Grayscale: #696969. Windows color (decimal): -1307401 or 16190700. OLE color: 16190700.
HSL color Cylindrical-coordinate representation of color #EC0CF7: hue angle of 297.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CF7 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 12 | 247 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.03 |
| HSL | 297.19º | 0.94% | 0.51% | - |
| HSV(B) | 297.19º | 0.95% | 0.97% | - |
| XYZ | 51.51 | 24.81 | 90.07 | - |
| YUV | 105.77 | 207.71 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 247 | 0.04 | 0.95 | 0 | 0.03 | 297.19 | 0.94 | 0.51 |
| Hex | EC | C | F7 | 4 | 5F | 0 | 3 | 129 | 5E | 33 |
| Octal | 354 | 14 | 367 | 4 | 137 | 0 | 3 | 451 | 136 | 63 |
| Binary | 11101100 | 1100 | 11110111 | 100 | 1011111 | 0 | 11 | 100101001 | 1011110 | 110011 |
Color Harmonies of #EC0CF7
Complementary color
Monochromatic Colors of #EC0CF7
Black with #EC0CF7
Text Example
Text Example
White with #EC0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CF7; }
p { color: rgb(236,12,247); }
H1.HeaderClassName
{
color: #EC0CF7;
}
.AnyTagClassName
{
color: #EC0CF7;
}
</style>
background-color css
<style>
a { background-color: #EC0CF7; }
a { background-color: rgb(236,12,247); }
div.DivClassName
{
background-color: #EC0CF7;
}
.BgClassName
{
background-color: #EC0CF7;
}
</style>
border-color css
<style>
span { border-color: #EC0CF7; }
span { border-color: rgb(236,12,247); }
td.TdClassName
{
border-color: #EC0CF7;
}
.TagClassName
{
border-color: #EC0CF7;
}
</style>