Shades of Psychedelic Purple #EC31FF
Tints of Psychedelic Purple #EC31FF
RGB
CMYK
RGB Variations
Color information
#EC31FF (or 0xEC31FF) is known color: Psychedelic Purple. HEX triplet: EC, 31 and FF. RGB value is (236,49,255). Sum of RGB (Red+Green+Blue) = 236+49+255=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31FF is #13CE00. Grayscale: #7F7F7F. Windows color (decimal): -1297921 or 16724460. OLE color: 16724460.
HSL color Cylindrical-coordinate representation of color #EC31FF: hue angle of 294.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC31FF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 49 | 255 | - |
| CMYK | 0.07 | 0.81 | 0 | 0 |
| HSL | 294.47º | 1% | 0.6% | - |
| HSV(B) | 294.47º | 0.81% | 1% | - |
| XYZ | 53.74 | 27.25 | 97.03 | - |
| YUV | 128.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 255 | 0.07 | 0.81 | 0 | 0 | 294.47 | 1 | 0.6 |
| Hex | EC | 31 | FF | 7 | 51 | 0 | 0 | 126 | 64 | 3C |
| Octal | 354 | 61 | 377 | 7 | 121 | 0 | 0 | 446 | 144 | 74 |
| Binary | 11101100 | 110001 | 11111111 | 111 | 1010001 | 0 | 0 | 100100110 | 1100100 | 111100 |
Color Harmonies of #EC31FF
Complementary color
Monochromatic Colors of #EC31FF
Black with #EC31FF
Text Example
Text Example
White with #EC31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31FF; }
p { color: rgb(236,49,255); }
H1.HeaderClassName
{
color: #EC31FF;
}
.AnyTagClassName
{
color: #EC31FF;
}
</style>
background-color css
<style>
a { background-color: #EC31FF; }
a { background-color: rgb(236,49,255); }
div.DivClassName
{
background-color: #EC31FF;
}
.BgClassName
{
background-color: #EC31FF;
}
</style>
border-color css
<style>
span { border-color: #EC31FF; }
span { border-color: rgb(236,49,255); }
td.TdClassName
{
border-color: #EC31FF;
}
.TagClassName
{
border-color: #EC31FF;
}
</style>