Shades of Psychedelic Purple #EC25FE
Tints of Psychedelic Purple #EC25FE
RGB
CMYK
RGB Variations
Color information
#EC25FE (or 0xEC25FE) is known color: Psychedelic Purple. HEX triplet: EC, 25 and FE. RGB value is (236,37,254). Sum of RGB (Red+Green+Blue) = 236+37+254=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 37 (14.84% from 255 or 7.02% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25FE is #13DA01. Grayscale: #787878. Windows color (decimal): -1300994 or 16655852. OLE color: 16655852.
HSL color Cylindrical-coordinate representation of color #EC25FE: hue angle of 295.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC25FE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 37 | 254 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.00 |
| HSL | 295.02º | 0.99% | 0.57% | - |
| HSV(B) | 295.02º | 0.85% | 1% | - |
| XYZ | 53.14 | 26.31 | 96.04 | - |
| YUV | 121.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 254 | 0.07 | 0.85 | 0 | 0.00 | 295.02 | 0.99 | 0.57 |
| Hex | EC | 25 | FE | 7 | 55 | 0 | 0 | 127 | 63 | 39 |
| Octal | 354 | 45 | 376 | 7 | 125 | 0 | 0 | 447 | 143 | 71 |
| Binary | 11101100 | 100101 | 11111110 | 111 | 1010101 | 0 | 0 | 100100111 | 1100011 | 111001 |
Color Harmonies of #EC25FE
Complementary color
Monochromatic Colors of #EC25FE
Black with #EC25FE
Text Example
Text Example
White with #EC25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25FE; }
p { color: rgb(236,37,254); }
H1.HeaderClassName
{
color: #EC25FE;
}
.AnyTagClassName
{
color: #EC25FE;
}
</style>
background-color css
<style>
a { background-color: #EC25FE; }
a { background-color: rgb(236,37,254); }
div.DivClassName
{
background-color: #EC25FE;
}
.BgClassName
{
background-color: #EC25FE;
}
</style>
border-color css
<style>
span { border-color: #EC25FE; }
span { border-color: rgb(236,37,254); }
td.TdClassName
{
border-color: #EC25FE;
}
.TagClassName
{
border-color: #EC25FE;
}
</style>