Shades of Psychedelic Purple #EC25FD
Tints of Psychedelic Purple #EC25FD
RGB
CMYK
RGB Variations
Color information
#EC25FD (or 0xEC25FD) is known color: Psychedelic Purple. HEX triplet: EC, 25 and FD. RGB value is (236,37,253). Sum of RGB (Red+Green+Blue) = 236+37+253=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 37 (14.84% from 255 or 7.03% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC25FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25FD is #13DA02. Grayscale: #787878. Windows color (decimal): -1300995 or 16590316. OLE color: 16590316.
HSL color Cylindrical-coordinate representation of color #EC25FD: hue angle of 295.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC25FD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 37 | 253 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.01 |
| HSL | 295.28º | 0.98% | 0.57% | - |
| HSV(B) | 295.28º | 0.85% | 0.99% | - |
| XYZ | 52.98 | 26.25 | 95.2 | - |
| YUV | 121.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 253 | 0.07 | 0.85 | 0 | 0.01 | 295.28 | 0.98 | 0.57 |
| Hex | EC | 25 | FD | 7 | 55 | 0 | 1 | 127 | 62 | 39 |
| Octal | 354 | 45 | 375 | 7 | 125 | 0 | 1 | 447 | 142 | 71 |
| Binary | 11101100 | 100101 | 11111101 | 111 | 1010101 | 0 | 1 | 100100111 | 1100010 | 111001 |
Color Harmonies of #EC25FD
Complementary color
Monochromatic Colors of #EC25FD
Black with #EC25FD
Text Example
Text Example
White with #EC25FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25FD; }
p { color: rgb(236,37,253); }
H1.HeaderClassName
{
color: #EC25FD;
}
.AnyTagClassName
{
color: #EC25FD;
}
</style>
background-color css
<style>
a { background-color: #EC25FD; }
a { background-color: rgb(236,37,253); }
div.DivClassName
{
background-color: #EC25FD;
}
.BgClassName
{
background-color: #EC25FD;
}
</style>
border-color css
<style>
span { border-color: #EC25FD; }
span { border-color: rgb(236,37,253); }
td.TdClassName
{
border-color: #EC25FD;
}
.TagClassName
{
border-color: #EC25FD;
}
</style>