Shades of Psychedelic Purple #EC25FC
Tints of Psychedelic Purple #EC25FC
RGB
CMYK
RGB Variations
Color information
#EC25FC (or 0xEC25FC) is known color: Psychedelic Purple. HEX triplet: EC, 25 and FC. RGB value is (236,37,252). Sum of RGB (Red+Green+Blue) = 236+37+252=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 37 (14.84% from 255 or 7.05% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC25FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25FC is #13DA03. Grayscale: #787878. Windows color (decimal): -1300996 or 16524780. OLE color: 16524780.
HSL color Cylindrical-coordinate representation of color #EC25FC: hue angle of 295.53º degrees, saturation: 0.97, 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 #EC25FC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 37 | 252 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.01 |
| HSL | 295.53º | 0.97% | 0.57% | - |
| HSV(B) | 295.53º | 0.85% | 0.99% | - |
| XYZ | 52.82 | 26.18 | 94.37 | - |
| YUV | 121.01 | 201.93 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 252 | 0.06 | 0.85 | 0 | 0.01 | 295.53 | 0.97 | 0.57 |
| Hex | EC | 25 | FC | 6 | 55 | 0 | 1 | 128 | 61 | 39 |
| Octal | 354 | 45 | 374 | 6 | 125 | 0 | 1 | 450 | 141 | 71 |
| Binary | 11101100 | 100101 | 11111100 | 110 | 1010101 | 0 | 1 | 100101000 | 1100001 | 111001 |
Color Harmonies of #EC25FC
Complementary color
Monochromatic Colors of #EC25FC
Black with #EC25FC
Text Example
Text Example
White with #EC25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25FC; }
p { color: rgb(236,37,252); }
H1.HeaderClassName
{
color: #EC25FC;
}
.AnyTagClassName
{
color: #EC25FC;
}
</style>
background-color css
<style>
a { background-color: #EC25FC; }
a { background-color: rgb(236,37,252); }
div.DivClassName
{
background-color: #EC25FC;
}
.BgClassName
{
background-color: #EC25FC;
}
</style>
border-color css
<style>
span { border-color: #EC25FC; }
span { border-color: rgb(236,37,252); }
td.TdClassName
{
border-color: #EC25FC;
}
.TagClassName
{
border-color: #EC25FC;
}
</style>