Shades of Psychedelic Purple #EC25F0
Tints of Psychedelic Purple #EC25F0
RGB
CMYK
RGB Variations
Color information
#EC25F0 (or 0xEC25F0) is known color: Psychedelic Purple. HEX triplet: EC, 25 and F0. RGB value is (236,37,240). Sum of RGB (Red+Green+Blue) = 236+37+240=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC25F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25F0 is #13DA0F. Grayscale: #777777. Windows color (decimal): -1301008 or 15738348. OLE color: 15738348.
HSL color Cylindrical-coordinate representation of color #EC25F0: hue angle of 298.82º degrees, saturation: 0.87, 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 #EC25F0 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 37 | 240 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.06 |
| HSL | 298.82º | 0.87% | 0.54% | - |
| HSV(B) | 298.82º | 0.85% | 0.94% | - |
| XYZ | 50.98 | 25.45 | 84.66 | - |
| YUV | 119.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 240 | 0.02 | 0.85 | 0 | 0.06 | 298.82 | 0.87 | 0.54 |
| Hex | EC | 25 | F0 | 2 | 55 | 0 | 6 | 12B | 57 | 36 |
| Octal | 354 | 45 | 360 | 2 | 125 | 0 | 6 | 453 | 127 | 66 |
| Binary | 11101100 | 100101 | 11110000 | 10 | 1010101 | 0 | 110 | 100101011 | 1010111 | 110110 |
Color Harmonies of #EC25F0
Complementary color
Monochromatic Colors of #EC25F0
Black with #EC25F0
Text Example
Text Example
White with #EC25F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25F0; }
p { color: rgb(236,37,240); }
H1.HeaderClassName
{
color: #EC25F0;
}
.AnyTagClassName
{
color: #EC25F0;
}
</style>
background-color css
<style>
a { background-color: #EC25F0; }
a { background-color: rgb(236,37,240); }
div.DivClassName
{
background-color: #EC25F0;
}
.BgClassName
{
background-color: #EC25F0;
}
</style>
border-color css
<style>
span { border-color: #EC25F0; }
span { border-color: rgb(236,37,240); }
td.TdClassName
{
border-color: #EC25F0;
}
.TagClassName
{
border-color: #EC25F0;
}
</style>