Shades of Psychedelic Purple #EC0EF7
Tints of Psychedelic Purple #EC0EF7
RGB
CMYK
RGB Variations
Color information
#EC0EF7 (or 0xEC0EF7) is known color: Psychedelic Purple. HEX triplet: EC, 0E and F7. RGB value is (236,14,247). Sum of RGB (Red+Green+Blue) = 236+14+247=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC0EF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EF7 is #13F108. Grayscale: #6A6A6A. Windows color (decimal): -1306889 or 16191212. OLE color: 16191212.
HSL color Cylindrical-coordinate representation of color #EC0EF7: hue angle of 297.17º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EF7 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 14 | 247 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.03 |
| HSL | 297.17º | 0.94% | 0.51% | - |
| HSV(B) | 297.17º | 0.94% | 0.97% | - |
| XYZ | 51.54 | 24.86 | 90.08 | - |
| YUV | 106.94 | 207.05 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 247 | 0.04 | 0.94 | 0 | 0.03 | 297.17 | 0.94 | 0.51 |
| Hex | EC | E | F7 | 4 | 5E | 0 | 3 | 129 | 5E | 33 |
| Octal | 354 | 16 | 367 | 4 | 136 | 0 | 3 | 451 | 136 | 63 |
| Binary | 11101100 | 1110 | 11110111 | 100 | 1011110 | 0 | 11 | 100101001 | 1011110 | 110011 |
Color Harmonies of #EC0EF7
Complementary color
Monochromatic Colors of #EC0EF7
Black with #EC0EF7
Text Example
Text Example
White with #EC0EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EF7; }
p { color: rgb(236,14,247); }
H1.HeaderClassName
{
color: #EC0EF7;
}
.AnyTagClassName
{
color: #EC0EF7;
}
</style>
background-color css
<style>
a { background-color: #EC0EF7; }
a { background-color: rgb(236,14,247); }
div.DivClassName
{
background-color: #EC0EF7;
}
.BgClassName
{
background-color: #EC0EF7;
}
</style>
border-color css
<style>
span { border-color: #EC0EF7; }
span { border-color: rgb(236,14,247); }
td.TdClassName
{
border-color: #EC0EF7;
}
.TagClassName
{
border-color: #EC0EF7;
}
</style>