Shades of Psychedelic Purple #EC0DF7
Tints of Psychedelic Purple #EC0DF7
RGB
CMYK
RGB Variations
Color information
#EC0DF7 (or 0xEC0DF7) is known color: Psychedelic Purple. HEX triplet: EC, 0D and F7. RGB value is (236,13,247). Sum of RGB (Red+Green+Blue) = 236+13+247=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 13 (5.47% from 255 or 2.62% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC0DF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DF7 is #13F208. Grayscale: #696969. Windows color (decimal): -1307145 or 16190956. OLE color: 16190956.
HSL color Cylindrical-coordinate representation of color #EC0DF7: hue angle of 297.18º 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 #EC0DF7 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 13 | 247 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.03 |
| HSL | 297.18º | 0.94% | 0.51% | - |
| HSV(B) | 297.18º | 0.95% | 0.97% | - |
| XYZ | 51.52 | 24.84 | 90.07 | - |
| YUV | 106.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 247 | 0.04 | 0.95 | 0 | 0.03 | 297.18 | 0.94 | 0.51 |
| Hex | EC | D | F7 | 4 | 5F | 0 | 3 | 129 | 5E | 33 |
| Octal | 354 | 15 | 367 | 4 | 137 | 0 | 3 | 451 | 136 | 63 |
| Binary | 11101100 | 1101 | 11110111 | 100 | 1011111 | 0 | 11 | 100101001 | 1011110 | 110011 |
Color Harmonies of #EC0DF7
Complementary color
Monochromatic Colors of #EC0DF7
Black with #EC0DF7
Text Example
Text Example
White with #EC0DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DF7; }
p { color: rgb(236,13,247); }
H1.HeaderClassName
{
color: #EC0DF7;
}
.AnyTagClassName
{
color: #EC0DF7;
}
</style>
background-color css
<style>
a { background-color: #EC0DF7; }
a { background-color: rgb(236,13,247); }
div.DivClassName
{
background-color: #EC0DF7;
}
.BgClassName
{
background-color: #EC0DF7;
}
</style>
border-color css
<style>
span { border-color: #EC0DF7; }
span { border-color: rgb(236,13,247); }
td.TdClassName
{
border-color: #EC0DF7;
}
.TagClassName
{
border-color: #EC0DF7;
}
</style>