Shades of Psychedelic Purple #EC25FF
Tints of Psychedelic Purple #EC25FF
RGB
CMYK
RGB Variations
Color information
#EC25FF (or 0xEC25FF) is known color: Psychedelic Purple. HEX triplet: EC, 25 and FF. RGB value is (236,37,255). Sum of RGB (Red+Green+Blue) = 236+37+255=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC25FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25FF is #13DA00. Grayscale: #787878. Windows color (decimal): -1300993 or 16721388. OLE color: 16721388.
HSL color Cylindrical-coordinate representation of color #EC25FF: hue angle of 294.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC25FF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 37 | 255 | - |
| CMYK | 0.07 | 0.85 | 0 | 0 |
| HSL | 294.77º | 1% | 0.57% | - |
| HSV(B) | 294.77º | 0.85% | 1% | - |
| XYZ | 53.3 | 26.38 | 96.89 | - |
| YUV | 121.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 255 | 0.07 | 0.85 | 0 | 0 | 294.77 | 1 | 0.57 |
| Hex | EC | 25 | FF | 7 | 55 | 0 | 0 | 127 | 64 | 39 |
| Octal | 354 | 45 | 377 | 7 | 125 | 0 | 0 | 447 | 144 | 71 |
| Binary | 11101100 | 100101 | 11111111 | 111 | 1010101 | 0 | 0 | 100100111 | 1100100 | 111001 |
Color Harmonies of #EC25FF
Complementary color
Monochromatic Colors of #EC25FF
Black with #EC25FF
Text Example
Text Example
White with #EC25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25FF; }
p { color: rgb(236,37,255); }
H1.HeaderClassName
{
color: #EC25FF;
}
.AnyTagClassName
{
color: #EC25FF;
}
</style>
background-color css
<style>
a { background-color: #EC25FF; }
a { background-color: rgb(236,37,255); }
div.DivClassName
{
background-color: #EC25FF;
}
.BgClassName
{
background-color: #EC25FF;
}
</style>
border-color css
<style>
span { border-color: #EC25FF; }
span { border-color: rgb(236,37,255); }
td.TdClassName
{
border-color: #EC25FF;
}
.TagClassName
{
border-color: #EC25FF;
}
</style>