Shades of Psychedelic Purple #EC00EF
Tints of Psychedelic Purple #EC00EF
RGB
CMYK
RGB Variations
Color information
#EC00EF (or 0xEC00EF) is known color: Psychedelic Purple. HEX triplet: EC, 00 and EF. RGB value is (236,0,239). Sum of RGB (Red+Green+Blue) = 236+0+239=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC00EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00EF is #13FF10. Grayscale: #616161. Windows color (decimal): -1310481 or 15663340. OLE color: 15663340.
HSL color Cylindrical-coordinate representation of color #EC00EF: hue angle of 299.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00EF is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 0 | 239 | - |
| CMYK | 0.01 | 1 | 0 | 0.06 |
| HSL | 299.25º | 1% | 0.47% | - |
| HSV(B) | 299.25º | 1% | 0.94% | - |
| XYZ | 50.17 | 24.06 | 83.66 | - |
| YUV | 97.81 | 207.69 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 239 | 0.01 | 1 | 0 | 0.06 | 299.25 | 1 | 0.47 |
| Hex | EC | 0 | EF | 1 | 64 | 0 | 6 | 12B | 64 | 2F |
| Octal | 354 | 0 | 357 | 1 | 144 | 0 | 6 | 453 | 144 | 57 |
| Binary | 11101100 | 0 | 11101111 | 1 | 1100100 | 0 | 110 | 100101011 | 1100100 | 101111 |
Color Harmonies of #EC00EF
Complementary color
Monochromatic Colors of #EC00EF
Black with #EC00EF
Text Example
Text Example
White with #EC00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00EF; }
p { color: rgb(236,0,239); }
H1.HeaderClassName
{
color: #EC00EF;
}
.AnyTagClassName
{
color: #EC00EF;
}
</style>
background-color css
<style>
a { background-color: #EC00EF; }
a { background-color: rgb(236,0,239); }
div.DivClassName
{
background-color: #EC00EF;
}
.BgClassName
{
background-color: #EC00EF;
}
</style>
border-color css
<style>
span { border-color: #EC00EF; }
span { border-color: rgb(236,0,239); }
td.TdClassName
{
border-color: #EC00EF;
}
.TagClassName
{
border-color: #EC00EF;
}
</style>