Shades of Psychedelic Purple #EC04EF
Tints of Psychedelic Purple #EC04EF
RGB
CMYK
RGB Variations
Color information
#EC04EF (or 0xEC04EF) is known color: Psychedelic Purple. HEX triplet: EC, 04 and EF. RGB value is (236,4,239). Sum of RGB (Red+Green+Blue) = 236+4+239=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 4 (1.95% from 255 or 0.84% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC04EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04EF is #13FB10. Grayscale: #636363. Windows color (decimal): -1309457 or 15664364. OLE color: 15664364.
HSL color Cylindrical-coordinate representation of color #EC04EF: hue angle of 299.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04EF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 4 | 239 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.06 |
| HSL | 299.23º | 0.97% | 0.48% | - |
| HSV(B) | 299.23º | 0.98% | 0.94% | - |
| XYZ | 50.22 | 24.15 | 83.68 | - |
| YUV | 100.16 | 206.36 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 239 | 0.01 | 0.98 | 0 | 0.06 | 299.23 | 0.97 | 0.48 |
| Hex | EC | 4 | EF | 1 | 62 | 0 | 6 | 12B | 61 | 30 |
| Octal | 354 | 4 | 357 | 1 | 142 | 0 | 6 | 453 | 141 | 60 |
| Binary | 11101100 | 100 | 11101111 | 1 | 1100010 | 0 | 110 | 100101011 | 1100001 | 110000 |
Color Harmonies of #EC04EF
Complementary color
Monochromatic Colors of #EC04EF
Black with #EC04EF
Text Example
Text Example
White with #EC04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04EF; }
p { color: rgb(236,4,239); }
H1.HeaderClassName
{
color: #EC04EF;
}
.AnyTagClassName
{
color: #EC04EF;
}
</style>
background-color css
<style>
a { background-color: #EC04EF; }
a { background-color: rgb(236,4,239); }
div.DivClassName
{
background-color: #EC04EF;
}
.BgClassName
{
background-color: #EC04EF;
}
</style>
border-color css
<style>
span { border-color: #EC04EF; }
span { border-color: rgb(236,4,239); }
td.TdClassName
{
border-color: #EC04EF;
}
.TagClassName
{
border-color: #EC04EF;
}
</style>