Shades of Psychedelic Purple #EC25FA
Tints of Psychedelic Purple #EC25FA
RGB
CMYK
RGB Variations
Color information
#EC25FA (or 0xEC25FA) is known color: Psychedelic Purple. HEX triplet: EC, 25 and FA. RGB value is (236,37,250). Sum of RGB (Red+Green+Blue) = 236+37+250=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC25FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25FA is #13DA05. Grayscale: #787878. Windows color (decimal): -1300998 or 16393708. OLE color: 16393708.
HSL color Cylindrical-coordinate representation of color #EC25FA: hue angle of 296.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC25FA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 37 | 250 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.02 |
| HSL | 296.06º | 0.96% | 0.56% | - |
| HSV(B) | 296.06º | 0.85% | 0.98% | - |
| XYZ | 52.51 | 26.06 | 92.7 | - |
| YUV | 120.78 | 200.93 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 250 | 0.06 | 0.85 | 0 | 0.02 | 296.06 | 0.96 | 0.56 |
| Hex | EC | 25 | FA | 6 | 55 | 0 | 2 | 128 | 60 | 38 |
| Octal | 354 | 45 | 372 | 6 | 125 | 0 | 2 | 450 | 140 | 70 |
| Binary | 11101100 | 100101 | 11111010 | 110 | 1010101 | 0 | 10 | 100101000 | 1100000 | 111000 |
Color Harmonies of #EC25FA
Complementary color
Monochromatic Colors of #EC25FA
Black with #EC25FA
Text Example
Text Example
White with #EC25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25FA; }
p { color: rgb(236,37,250); }
H1.HeaderClassName
{
color: #EC25FA;
}
.AnyTagClassName
{
color: #EC25FA;
}
</style>
background-color css
<style>
a { background-color: #EC25FA; }
a { background-color: rgb(236,37,250); }
div.DivClassName
{
background-color: #EC25FA;
}
.BgClassName
{
background-color: #EC25FA;
}
</style>
border-color css
<style>
span { border-color: #EC25FA; }
span { border-color: rgb(236,37,250); }
td.TdClassName
{
border-color: #EC25FA;
}
.TagClassName
{
border-color: #EC25FA;
}
</style>