Shades of Psychedelic Purple #EC25EF
Tints of Psychedelic Purple #EC25EF
RGB
CMYK
RGB Variations
Color information
#EC25EF (or 0xEC25EF) is known color: Psychedelic Purple. HEX triplet: EC, 25 and EF. RGB value is (236,37,239). Sum of RGB (Red+Green+Blue) = 236+37+239=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC25EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25EF is #13DA10. Grayscale: #767676. Windows color (decimal): -1301009 or 15672812. OLE color: 15672812.
HSL color Cylindrical-coordinate representation of color #EC25EF: hue angle of 299.11º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC25EF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 37 | 239 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.06 |
| HSL | 299.11º | 0.86% | 0.54% | - |
| HSV(B) | 299.11º | 0.85% | 0.94% | - |
| XYZ | 50.83 | 25.39 | 83.88 | - |
| YUV | 119.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 239 | 0.01 | 0.85 | 0 | 0.06 | 299.11 | 0.86 | 0.54 |
| Hex | EC | 25 | EF | 1 | 55 | 0 | 6 | 12B | 56 | 36 |
| Octal | 354 | 45 | 357 | 1 | 125 | 0 | 6 | 453 | 126 | 66 |
| Binary | 11101100 | 100101 | 11101111 | 1 | 1010101 | 0 | 110 | 100101011 | 1010110 | 110110 |
Color Harmonies of #EC25EF
Complementary color
Monochromatic Colors of #EC25EF
Black with #EC25EF
Text Example
Text Example
White with #EC25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25EF; }
p { color: rgb(236,37,239); }
H1.HeaderClassName
{
color: #EC25EF;
}
.AnyTagClassName
{
color: #EC25EF;
}
</style>
background-color css
<style>
a { background-color: #EC25EF; }
a { background-color: rgb(236,37,239); }
div.DivClassName
{
background-color: #EC25EF;
}
.BgClassName
{
background-color: #EC25EF;
}
</style>
border-color css
<style>
span { border-color: #EC25EF; }
span { border-color: rgb(236,37,239); }
td.TdClassName
{
border-color: #EC25EF;
}
.TagClassName
{
border-color: #EC25EF;
}
</style>